j                  66 examples/spigot/spigot.c     int k, i, j, l, b, q, r, *array;
j                  83 examples/spigot/spigot.c         for (j=k; j>0; j--) {
j                  84 examples/spigot/spigot.c             q += array[j] * 10;
j                  85 examples/spigot/spigot.c             array[j] = q % (2*j+1);
j                  86 examples/spigot/spigot.c             q /= 2*j+1;
j                  87 examples/spigot/spigot.c             q *= j;
j                 110 examples/spigot/spigot.c     int k, i, j, l, b, q, r, *array;
j                 127 examples/spigot/spigot.c         for (j=k; j>0; j--) {
j                 128 examples/spigot/spigot.c             q += array[j] * 10;
j                 129 examples/spigot/spigot.c             array[j] = q % j;
j                 130 examples/spigot/spigot.c             q /= j;
j                  94 ext/mt-random/mt-random.c     int i, j, k;
j                  96 ext/mt-random/mt-random.c     i=1; j=0;
j                 100 ext/mt-random/mt-random.c             + init_key[j] + j; /* non linear */
j                 102 ext/mt-random/mt-random.c         i++; j++;
j                 104 ext/mt-random/mt-random.c         if (j>=key_length) j=0;
j                 427 gc/cord/cordbscs.c             register int j;
j                 430 gc/cord/cordbscs.c             for (j = i; j < lim; j++) {
j                 431 gc/cord/cordbscs.c             	c = (*(f -> fn))(j, f -> client_data);
j                 499 gc/cord/cordbscs.c         register size_t j;
j                 502 gc/cord/cordbscs.c         for (j = i; j < lim; j++) {
j                 503 gc/cord/cordbscs.c             if ((*f1)((*(f -> fn))(j, f -> client_data), client_data)) {
j                 549 gc/cord/cordbscs.c         register size_t j;
j                 551 gc/cord/cordbscs.c         for (j = i; ; j--) {
j                 552 gc/cord/cordbscs.c             if ((*f1)((*(f -> fn))(j, f -> client_data), client_data)) {
j                 555 gc/cord/cordbscs.c             if (j == 0) return(0);
j                 157 gc/cord/de.c       int j;
j                 164 gc/cord/de.c       for (j = map -> line, cur = map -> pos; j < i;) {
j                 168 gc/cord/de.c           if (++j > current_map -> line) add_map(j, cur);
j                 273 gc/darwin_stop_world.c   int i, j;
j                 284 gc/darwin_stop_world.c     for(j = 0; j < old_count; j++) {
j                 285 gc/darwin_stop_world.c       thread_act_t old_thread = old_list[j];
j                 416 gc/darwin_stop_world.c   int i, j;
j                 441 gc/darwin_stop_world.c 	for(j = 0; j < GC_mach_threads_count; j++) {
j                 442 gc/darwin_stop_world.c 	  if (thread == GC_mach_threads[j].thread) {
j                 443 gc/darwin_stop_world.c 	    if (GC_mach_threads[j].already_suspended) {
j                 266 gc/headers.c       register int j;
j                 271 gc/headers.c           for (j = BOTTOM_SZ-1; j >= 0;) {
j                 272 gc/headers.c               if (!IS_FORWARDING_ADDR_OR_NIL(index_p->index[j])) {
j                 273 gc/headers.c                   if (index_p->index[j]->hb_map != GC_invalid_map) {
j                 275 gc/headers.c                     	      (((index_p->key << LOG_BOTTOM_SZ) + (word)j)
j                 279 gc/headers.c                   j--;
j                 280 gc/headers.c                } else if (index_p->index[j] == 0) {
j                 281 gc/headers.c                   j--;
j                 283 gc/headers.c                   j -= (word)(index_p->index[j]);
j                 295 gc/headers.c       register word j = ((word)h >> LOG_HBLKSIZE) & (BOTTOM_SZ-1);
j                 302 gc/headers.c           j = 0;
j                 305 gc/headers.c           while (j < BOTTOM_SZ) {
j                 306 gc/headers.c   	    hdr * hhdr = bi -> index[j];
j                 308 gc/headers.c                   j++;
j                 312 gc/headers.c                     	      (((bi -> key << LOG_BOTTOM_SZ) + j)
j                 315 gc/headers.c                       j += divHBLKSZ(hhdr -> hb_sz);
j                 319 gc/headers.c           j = 0;
j                 332 gc/headers.c       register signed_word j = ((word)h >> LOG_HBLKSIZE) & (BOTTOM_SZ-1);
j                 339 gc/headers.c           j = BOTTOM_SZ - 1;
j                 342 gc/headers.c           while (j >= 0) {
j                 343 gc/headers.c   	    hdr * hhdr = bi -> index[j];
j                 345 gc/headers.c   		--j;
j                 347 gc/headers.c                   j -= (signed_word)hhdr;
j                 350 gc/headers.c                             (((bi -> key << LOG_BOTTOM_SZ) + j)
j                 354 gc/headers.c           j = BOTTOM_SZ - 1;
j                1899 gc/include/private/gc_priv.h # define GC_STATIC_ASSERT(expr) do { if (0) { char j[(expr)? 1 : -1]; j[0]='\0'; j[0]=j[0]; } } while(0)
j                 218 gc/misc.c          	register word j;
j                 252 gc/misc.c          	for (j = low_limit; j <= byte_sz; j++) GC_size_map[j] = word_sz;
j                  85 gc/obj_map.c                  register unsigned j;
j                  89 gc/obj_map.c                    for (j = offset; j < HBLKSIZE; j += lb) {
j                  90 gc/obj_map.c                      GC_obj_map[i][j] = (map_entry_type)map_entry;
j                4117 gc/os_dep.c    	  int j;
j                4120 gc/os_dep.c         	  for (j = 0; j < NARGS; j++) {
j                4121 gc/os_dep.c         	    if (j != 0) GC_err_printf0(", ");
j                4122 gc/os_dep.c         	    GC_err_printf2("%d (0x%X)", ~(info[i].ci_arg[j]),
j                4123 gc/os_dep.c         	    				~(info[i].ci_arg[j]));
j                 533 gc/pthread_support.c     int i, j;
j                 539 gc/pthread_support.c 	for (j = 1; j < NFREELISTS; ++j) {
j                 540 gc/pthread_support.c 	  q = p -> ptrfree_freelists[j];
j                 542 gc/pthread_support.c 	  q = p -> normal_freelists[j];
j                 545 gc/pthread_support.c 	    q = p -> gcj_freelists[j];
j                 366 gc/solaris_threads.c 		    int j;
j                 368 gc/solaris_threads.c 		    for(j = 0; j < NPRGREG; j++)
j                 370 gc/solaris_threads.c 			    GC_printf3("%i: %x -> %x\n", j,
j                 371 gc/solaris_threads.c 				       GC_lwp_registers[i][j],
j                 372 gc/solaris_threads.c 				       status.pr_reg[j]);
j                1176 gc/tests/test.c   int n = 0, i, j;
j                1182 gc/tests/test.c     for (j=0; j<i; j++)
j                1183 gc/tests/test.c       if (q[i] == q[j]) {
j                  72 gc/tests/test_cpp.cc     B( int j ): A( j ) {}
j                 822 src/bignum.c       int i,j;
j                 837 src/bignum.c           for (j=i+off+2; c && j<br->size; j++) {
j                 838 src/bignum.c               r0 = br->values[j];
j                 840 src/bignum.c               br->values[j] = r1;
j                 943 src/bignum.c       int j, k, n, m;
j                 984 src/bignum.c       for (j = m; j >= 0; j--) {
j                 985 src/bignum.c           u_long uu = (DIGIT(u, j+n) << HALF_BITS) + DIGIT(u, j+n-1);
j                 990 src/bignum.c                      j, uu, qq, rr);
j                 993 src/bignum.c           while ((qq*vn_2 > (rr<<HALF_BITS)+DIGIT(u, j+n-2)) && (rr < HALF_WORD)) {
j                1003 src/bignum.c               uj = DIGIT2(u, j+k);
j                1006 src/bignum.c               SETDIGIT2(u, j+k, uj2);
j                1018 src/bignum.c                   uj = DIGIT(u, j+k) + vv + cy;
j                1020 src/bignum.c                   SETDIGIT(u, j+k, uj);
j                1022 src/bignum.c               uj = DIGIT(u, j+n) + cy;
j                1023 src/bignum.c               SETDIGIT(u, j+n, uj);
j                1025 src/bignum.c           SETDIGIT(quotient, j, qq);
j                2100 src/class.c        int cnt = 0, len = Scm_Length(methods), step, i, j;
j                2118 src/class.c                for (j=i-step; j >= 0; j -= step) {
j                2119 src/class.c                    if (method_more_specific(SCM_METHOD(array[j]),
j                2120 src/class.c                                             SCM_METHOD(array[j+step]),
j                2124 src/class.c                        ScmObj tmp = array[j+step];
j                2125 src/class.c                        array[j+step] = array[j];
j                2126 src/class.c                        array[j] = tmp;
j                 484 src/code.c         int i, j, numConstants;
j                 502 src/code.c         for (i=0, j=0; i<b->currentIndex; i++, j++) {
j                 503 src/code.c             if (j >= CC_BUILDER_CHUNK_SIZE) {
j                 505 src/code.c                 j = 0;
j                 507 src/code.c             cc->code[i] = bc->code[j];
j                 272 src/compaux.c          int i, j, len = SCM_VECTOR_SIZE(form);
j                 280 src/compaux.c                  for (j=0; j<i; j++, pelt++) {
j                 281 src/compaux.c                      SCM_VECTOR_ELEMENT(newvec, j) = *pelt;
j                 284 src/compaux.c                  for (; j<len; j++, pelt++) {
j                 285 src/compaux.c                      SCM_VECTOR_ELEMENT(newvec, j) = unwrap_rec(*pelt, newh);
j                 569 src/macro.c        int i, j;
j                 572 src/macro.c            for (j=0; j<indices[i]; j++) {
j                 898 src/string.c       int i, j, k;
j                 900 src/string.c       for (j=0; j<siz2-1; j++) {
j                 901 src/string.c           shift[(unsigned char)ss2[j]] = siz2-j-1;
j                 904 src/string.c           for (j=siz2-1, k = i; j>=0 && ss1[k] == ss2[j]; j--, k--)
j                 906 src/string.c           if (j == -1) return k+1;
j                1178 src/system.c       int argc = Scm_Length(args), i, j, maxfd, iollen;
j                1258 src/system.c               for (j=i+1; j<iollen; j++) {
j                1259 src/system.c                   if (tofd[i] == fromfd[j]) {
j                1262 src/system.c                       fromfd[j] = tmp;
j                1269 src/system.c               for (j=0; j<iollen; j++) {
j                1270 src/system.c                   if (i == tofd[j]) break;
j                1272 src/system.c               if (j == iollen) close(i);
j                  94 src/vmstat.c       int i, j;
j                  98 src/vmstat.c           for (j=0; j<SCM_VM_NUM_INSNS; j++) {
j                  99 src/vmstat.c               Scm_Printf(SCM_CUROUT, " %d", insn2_freq[i][j]);
j                 106 src/vmstat.c           for (j=0; j<LREF_FREQ_COUNT_MAX; j++) {
j                 107 src/vmstat.c               Scm_Printf(SCM_CUROUT, "%d ", lref_freq[i][j]);
j                 114 src/vmstat.c           for (j=0; j<LREF_FREQ_COUNT_MAX; j++) {
j                 115 src/vmstat.c               Scm_Printf(SCM_CUROUT, "%d ", lset_freq[i][j]);