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

/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c236 /* The following definition of Storeinc is appropriate for MIPS processors.
238 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
241 # define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ macro
244 # define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \ macro
606 Storeinc(xc, z2, z);
618 Storeinc(xc, z, z2);
812 Storeinc(xc, z, y);
821 Storeinc(xc, z, y);
1699 Storeinc(bx, z, y);
1734 Storeinc(b
[all...]

Completed in 72 milliseconds