Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoaimp.h269 #define word0(x) ((ULong *)&x)[1] macro
272 #define word0(x) ((ULong *)&x)[0] macro
277 #define word0(x) ( /* LINTED */ (U*)&x)->L[1] macro
280 #define word0(x) ( /* LINTED */ (U*)&x)->L[0] macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c191 #define word0(x) (x)->L[1] macro
194 #define word0(x) (x)->L[0] macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c191 #define word0(x) (x)->L[1] macro
194 #define word0(x) (x)->L[0] macro