Home
last modified time | relevance | path

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

/third_party/FreeBSD/contrib/gdtoa/
Dsum.c63 Storeinc(xc, z, y);
72 Storeinc(xc, z, y);
Dmisc.c331 Storeinc(xc, z2, z);
344 Storeinc(xc, z, z2);
585 Storeinc(xc, z, y);
593 Storeinc(xc, z, y);
Dgdtoaimp.h307 #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
Dsmisc.c155 Storeinc(c, x[1], x[0]);
/third_party/python/Python/
Ddtoa.c227 #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