gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:Storeinc from t2ex/bsd_source/lib/libc/src_bsd/stdlib/sum.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/sum.c - 3.2KB - 102 lines
64:                 carry = (z & 0x10000) >> 16;
65:                 Storeinc(xc, z, y);
66:                 }
73: carry = (z & 0x10000) >> 16; 74: Storeinc(xc, z, y); 75: }