Home
last modified time | relevance | path

Searched defs:Storeinc (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/contrib/gdtoa/
H A 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
/third_party/python/Python/
H A Ddtoa.c228 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ macro
231 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \ macro

Completed in 8 milliseconds