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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
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
/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 69 milliseconds