Searched refs:Storeinc (Results 1 – 5 of 5) sorted by relevance
/third_party/FreeBSD/contrib/gdtoa/ |
D | sum.c | 63 Storeinc(xc, z, y); 72 Storeinc(xc, z, y);
|
D | misc.c | 331 Storeinc(xc, z2, z); 344 Storeinc(xc, z, z2); 585 Storeinc(xc, z, y); 593 Storeinc(xc, z, y);
|
D | gdtoaimp.h | 307 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ macro 310 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \ macro
|
D | smisc.c | 155 Storeinc(c, x[1], x[0]);
|
/third_party/python/Python/ |
D | dtoa.c | 227 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ macro 230 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \ macro
|