Home
last modified time | relevance | path

Searched defs:Storeinc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoaimp.h293 #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/
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
/aosp_15_r20/external/python/cpython2/Python/
Ddtoa.c232 #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