Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoaimp.h270 #define word1(x) ((ULong *)&x)[0] macro
273 #define word1(x) ((ULong *)&x)[1] macro
278 #define word1(x) ( /* LINTED */ (U*)&x)->L[0] macro
281 #define word1(x) ( /* LINTED */ (U*)&x)->L[1] macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c192 #define word1(x) (x)->L[0] macro
195 #define word1(x) (x)->L[1] macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c192 #define word1(x) (x)->L[0] macro
195 #define word1(x) (x)->L[1] macro