gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:Storeinc (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/dmisc.c - 6.4KB - 224 lines
162:                         borrow = (z & 0x10000) >> 16;
163:                         Storeinc(bx, z, y);
164: #else
More results from dmisc.c
bsd_source/lib/libc/src_bsd/stdlib/misc.c - 22.8KB - 908 lines
342:                                 carry = z2 >> 16;
343:                                 Storeinc(xc, z2, z);
344:                                 }
More results from misc.c
bsd_source/lib/libc/src_bsd/stdlib/smisc.c - 4.9KB - 201 lines
164:         for(xe = x + (nw - nw1); x < xe; x += 2)
165:                 Storeinc(c, x[1], x[0]);
166:         if (nw1)
bsd_source/lib/libc/src_bsd/stdlib/sum.c - 3.2KB - 102 lines
64:                 carry = (z & 0x10000) >> 16;
65:                 Storeinc(xc, z, y);
66:                 }
More results from sum.c