gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:Storeinc from t2ex/bsd_source/lib/libc/src_bsd/stdlib/misc.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/misc.c - 22.8KB - 908 lines
342:                                 carry = z2 >> 16;
343:                                 Storeinc(xc, z2, z);
344:                                 }
355: carry = z >> 16; 356: Storeinc(xc, z, z2); 357: z2 = (*x++ >> 16) * y + (*xc & 0xffff) + carry;
615: borrow = (z & 0x10000) >> 16; 616: Storeinc(xc, z, y); 617: }
623: borrow = (z & 0x10000) >> 16; 624: Storeinc(xc, z, y); 625: }