Searched defs:Storeinc (Results 1 – 2 of 2) sorted by relevance
| /third_party/FreeBSD/contrib/gdtoa/ |
| 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/ |
| 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
|