Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoaimp.h291 #define Storeinc(a,b,c) \ macro
296 #define Storeinc(a,b,c) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c215 #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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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