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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dsum.c68 Storeinc(xc, z, y);
77 Storeinc(xc, z, y);
H A Ddmisc.c165 Storeinc(bx, z, y);
208 Storeinc(bx, z, y);
H A Dsmisc.c173 Storeinc(c, x[1], x[0]);
H A Dgdtoaimp.h309 /* The following definition of Storeinc is appropriate for MIPS processors.
311 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
314 #define Storeinc(a,b,c) \ macro
319 #define Storeinc(a,b,c) \ macro
H A Dmisc.c343 Storeinc(xc, z2, z);
356 Storeinc(xc, z, z2);
617 Storeinc(xc, z, y);
625 Storeinc(xc, z, y);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c384 /* The following definition of Storeinc is appropriate for MIPS processors.
386 * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
389 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ macro
392 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \ macro
897 Storeinc(xc, z2, z);
910 Storeinc(xc, z, z2);
1157 Storeinc(xc, z, y);
1165 Storeinc(xc, z, y);
2552 Storeinc(bx, z, y);
2593 Storeinc(b
[all...]

Completed in 101 milliseconds