Searched defs:Storeinc (Results 1 - 2 of 2) sorted by relevance
/third_party/FreeBSD/contrib/gdtoa/ |
H A 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
|
/third_party/python/Python/ |
H A D | dtoa.c | 228 #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