hi                181 ext/uvector/uvector.c     return (x.hi == y.hi && x.lo == y.lo);
hi                190 ext/uvector/uvector.c     return (x.hi == y.hi && x.lo == y.lo);
hi                580 ext/uvector/uvector.c         r.hi = ii.hi;
hi                599 ext/uvector/uvector.c #define INT64BITOP(r, x, op, y)  ((r.lo = x.lo op y.lo), (r.hi = x.hi op y.hi))
hi                701 ext/uvector/uvector.c #define INT64LT(a, b)  ((a.hi < b.hi) || (a.hi == b.hi) && (a.lo < b.lo))
hi                 75 gc/darwin_stop_world.c   ptr_t lo, hi;
hi                131 gc/darwin_stop_world.c 	hi = GC_stackbottom;
hi                133 gc/darwin_stop_world.c 	hi = p->stack_end;
hi                138 gc/darwin_stop_world.c 		 (unsigned long) hi
hi                141 gc/darwin_stop_world.c       GC_push_all_stack(lo,hi);
hi                152 gc/darwin_stop_world.c     ptr_t lo, hi;
hi                165 gc/darwin_stop_world.c 	hi = (ptr_t)FindTopOfStack(0);
hi                179 gc/darwin_stop_world.c 	hi = (ptr_t)FindTopOfStack(info.r1);
hi                222 gc/darwin_stop_world.c 	hi = (ptr_t)FindTopOfStack(info.esp);
hi                245 gc/darwin_stop_world.c 		  (unsigned long) hi
hi                248 gc/darwin_stop_world.c       GC_push_all_stack(lo, hi);
hi                709 gc/dyn_load.c      extern void GC_get_next_stack(char *start, char **lo, char **hi);
hi                155 gc/headers.c       word hi = (word)(addr) >> (LOG_BOTTOM_SZ + LOG_HBLKSIZE);
hi                162 gc/headers.c         unsigned i = TL_HASH(hi);
hi                167 gc/headers.c             if (p -> key == hi) return(TRUE);
hi                176 gc/headers.c         if (GC_top_index[hi] != GC_all_nils) return(TRUE);
hi                179 gc/headers.c         GC_top_index[hi] = r;
hi                182 gc/headers.c       r -> key = hi;
hi                186 gc/headers.c         while ((p = *prev) != 0 && p -> key < hi) {
hi                299 gc/headers.c           register word hi = (word)h >> (LOG_BOTTOM_SZ + LOG_HBLKSIZE);
hi                301 gc/headers.c           while (bi != 0 && bi -> key < hi) bi = bi -> asc_link;
hi                336 gc/headers.c           register word hi = (word)h >> (LOG_BOTTOM_SZ + LOG_HBLKSIZE);
hi                338 gc/headers.c           while (bi != 0 && bi -> key > hi) bi = bi -> desc_link;
hi                200 gc/include/private/gc_hdrs.h #   define TL_HASH(hi) ((hi) & (TOP_SZ - 1))
hi                204 gc/include/private/gc_hdrs.h 	    register word hi = \
hi                206 gc/include/private/gc_hdrs.h 	    register bottom_index * _bi = GC_top_index[TL_HASH(hi)]; \
hi                208 gc/include/private/gc_hdrs.h 	    while (_bi -> key != hi && _bi != GC_all_nils) \
hi                234 gc/pthread_stop_world.c     ptr_t lo, hi;
hi                259 gc/pthread_stop_world.c 	    hi = p -> stack_end;
hi                263 gc/pthread_stop_world.c             hi = GC_stackbottom;
hi                269 gc/pthread_stop_world.c 		(unsigned long) lo, (unsigned long) hi);
hi                274 gc/pthread_stop_world.c           GC_push_all_stack(hi, lo);
hi                276 gc/pthread_stop_world.c           GC_push_all_stack(lo, hi);
hi                670 gc/pthread_support.c int GC_segment_is_thread_stack(ptr_t lo, ptr_t hi)
hi                677 gc/pthread_support.c 	if (marker_sp[i] > lo & marker_sp[i] < hi) return 1;
hi                684 gc/pthread_support.c             if (p -> stack_end >= lo && p -> stack_end < hi) return 1;
hi                686 gc/pthread_support.c             if (p -> stack_end > lo && p -> stack_end <= hi) return 1;
hi                406 gc/win32_threads.c void GC_get_next_stack(char *start, char **lo, char **hi)
hi                420 gc/win32_threads.c     *hi = current_min;
hi                313 src/bignum.c               if (b->size == 2) r.hi = b->values[1];
hi                322 src/bignum.c               if (b->size == 2) r.hi = b->values[1];
hi                323 src/bignum.c               else              r.hi = -1;
hi                371 src/bignum.c               if (b->size == 2) r.hi = b->values[1];
hi                821 src/bignum.c       u_long hi, lo, x, r0, r1, c;
hi                826 src/bignum.c           UMUL(hi, lo, x, y);
hi                834 src/bignum.c           UADD(r1, c, r0, hi);
hi                238 src/char.c             if (r->hi == r->lo) continue;
hi                239 src/char.c             if (r->hi - r->lo > 2) Scm_Printf(out, "-");
hi                240 src/char.c             charset_print_ch(out, r->hi);
hi                278 src/char.c             rd->hi = rs->hi;
hi                366 src/char.c             if (rx->lo != ry->lo || rx->hi != ry->hi) return FALSE;
hi                383 src/char.c             if (rx->lo > ry->hi) { ry = ry->next; continue; }
hi                384 src/char.c             if (rx->hi > ry->hi) return FALSE;
hi                395 src/char.c     static struct ScmCharSetRange *newrange(int lo, int hi,
hi                401 src/char.c         n->hi = hi;
hi                408 src/char.c         struct ScmCharSetRange *lo, *lop, *hi;
hi                433 src/char.c             if (from <= lo->hi+1) break;
hi                439 src/char.c         for (hi = lo; hi; hi = hi->next) {
hi                440 src/char.c             if (to <= hi->hi) break;
hi                444 src/char.c             if (lo == hi) {
hi                445 src/char.c                 if (to < hi->lo-1) {
hi                451 src/char.c             } else if (hi == NULL || to < hi->lo-1) {
hi                453 src/char.c                 lo->hi = to;
hi                454 src/char.c                 lo->next = hi;
hi                457 src/char.c                 lo->hi = hi->hi;
hi                458 src/char.c                 lo->next = hi->next;
hi                461 src/char.c             if (lo != hi) {
hi                462 src/char.c                 if (hi == NULL || to < hi->lo-1) {
hi                463 src/char.c                     lo->hi = to;
hi                464 src/char.c                     lo->next = hi;
hi                466 src/char.c                     lo->hi = hi->hi;
hi                467 src/char.c                     lo->next = hi->next;
hi                482 src/char.c             Scm_CharSetAddRange(dst, r->lo, r->hi);
hi                495 src/char.c             int hi = r->hi+1;
hi                497 src/char.c                 r->hi = r->lo - 1;
hi                502 src/char.c             last = hi;
hi                536 src/char.c                 if (r->lo <= c && c <= r->hi) return TRUE;
hi                569 src/char.c                 cell = Scm_Cons(SCM_MAKE_INT(begin), SCM_MAKE_INT(cs->ranges->hi));
hi                577 src/char.c             cell = Scm_Cons(SCM_MAKE_INT(r->lo), SCM_MAKE_INT(r->hi));
hi                593 src/char.c             Scm_Printf(port, "(%d-%d)", r->lo, r->hi);
hi                138 src/compare.c  static void sort_q(ScmObj *elts, int lo, int hi, int depth, int limit,
hi                141 src/compare.c      while (lo < hi) {
hi                143 src/compare.c              sort_h(elts+lo, (hi-lo+1), cmp, data);
hi                146 src/compare.c              int l = lo, r = hi;
hi                889 src/gauche.h           ScmChar hi;             /* higher boundary of range (inclusive) */
hi                187 src/gauche/arith.h #define UMUL(hi, lo, x, y)                                              \
hi                194 src/gauche/arith.h         hi = xh_ * yh_;                                                 \
hi                196 src/gauche/arith.h         if (t3_ < t1_) hi += HALF_WORD;                                 \
hi                197 src/gauche/arith.h         hi += HI(t3_);                                                  \
hi                200 src/gauche/arith.h         if (lo < t4_) hi++;                                             \
hi                153 src/gauche/arith_i386.h #define UMUL(hi, lo, x, y)                      \
hi                158 src/gauche/arith_i386.h         : "=r" (hi), "=r" (lo)                  \
hi                 88 src/gauche/int64.h     unsigned long hi;
hi                 94 src/gauche/int64.h     unsigned long hi;
hi                103 src/gauche/int64.h     ((v64).hi = LONG_MAX, (v64).lo = ULONG_MAX)
hi                105 src/gauche/int64.h     ((v64).hi = (u_long)LONG_MAX + 1, (v64).lo = 0)
hi                107 src/gauche/int64.h     ((v64).hi = ULONG_MAX, (v64).lo = ULONG_MAX)
hi                109 src/gauche/int64.h     ((v64).hi = (v64).lo = 0)
hi                148 src/gauche/int64.h     ((v64.hi)*4294967296.0 + (double)(v64.lo))
hi                479 src/number.c       if (i.hi == 0) return Scm_MakeInteger(i.lo);
hi                481 src/number.c       val[1] = i.hi;
hi                496 src/number.c       if (i.hi == 0) return Scm_MakeIntegerU(i.lo);
hi                498 src/number.c       val[1] = i.hi;
hi                517 src/number.c           if (v < 0) r.hi = ULONG_MAX;
hi                315 src/test-arith.c         UMUL(hi, lo, x, y);                                             \
hi                316 src/test-arith.c         if (hi == hiexp && lo == loexp) {                               \
hi                320 src/test-arith.c             printf("ERROR: got hi=%u, lo=%u\n", hi, lo);                \
hi                326 src/test-arith.c     u_long hi, lo, x, y;