Searched refs:Storeinc (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | sum.c | 65 Storeinc(xc, z, y); 74 Storeinc(xc, z, y);
|
D | dmisc.c | 163 Storeinc(bx, z, y); 204 Storeinc(bx, z, y);
|
D | smisc.c | 165 Storeinc(c, x[1], x[0]);
|
D | misc.c | 342 Storeinc(xc, z2, z); 355 Storeinc(xc, z, z2); 615 Storeinc(xc, z, y); 623 Storeinc(xc, z, y);
|
D | gdtoaimp.h | 293 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ macro 296 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \ macro
|