Searched defs:Storeinc (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | gdtoaimp.h | 291 #define Storeinc(a,b,c) \ macro 296 #define Storeinc(a,b,c) \ macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | dtoa.c | 215 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ macro 218 #define Storeinc(a,b,c) (((unsigned short *)a)[0] = (unsigned short)b, \ macro
|