Searched defs:Storeinc (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/stdlib/
H A Dstrtod.c222 /* The following definition of Storeinc is appropriate for MIPS processors.
224 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
227 #define Storeinc(a,b,c) \ macro
231 #define Storeinc(a,b,c) \ macro
714 Storeinc(xc, z2, z);
727 Storeinc(xc, z, z2);
979 Storeinc(xc, z, y);
989 Storeinc(xc, z, y);
1960 Storeinc(bx, z, y);
1996 Storeinc(b
[all...]

Completed in 32 milliseconds