Searched defs:Storeinc (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
H A D | gdtoaimp.h | 293 #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
|
/aosp_15_r20/external/python/cpython3/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
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | dtoa.c | 232 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ macro 235 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \ macro
|