Searched refs:Storeinc (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/ |
H A D | sum.c | 68 Storeinc(xc, z, y); 77 Storeinc(xc, z, y);
|
H A D | dmisc.c | 165 Storeinc(bx, z, y); 208 Storeinc(bx, z, y);
|
H A D | smisc.c | 173 Storeinc(c, x[1], x[0]);
|
H A D | gdtoaimp.h | 309 /* 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 D | misc.c | 343 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 D | prdtoa.c | 384 /* 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