Home
last modified time | relevance | path

Searched refs:Storeinc (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dsum.c65 Storeinc(xc, z, y);
74 Storeinc(xc, z, y);
Ddmisc.c163 Storeinc(bx, z, y);
204 Storeinc(bx, z, y);
Dsmisc.c165 Storeinc(c, x[1], x[0]);
Dmisc.c342 Storeinc(xc, z2, z);
355 Storeinc(xc, z, z2);
615 Storeinc(xc, z, y);
623 Storeinc(xc, z, y);
Dgdtoaimp.h293 #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