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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgdtoaimp.h293 #define word1(x) ((ULong *)&x)[0] macro
296 #define word1(x) ((ULong *)&x)[1] macro
301 #define word1(x) ( /* LINTED */ (U*)&x)->L[0] macro
304 #define word1(x) ( /* LINTED */ (U*)&x)->L[1] macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c368 #define word1(x) ((ULong *)&x)[0] macro
371 #define word1(x) ((ULong *)&x)[1] macro
376 #define word1(x) ((U*)&x)->L[0] macro
379 #define word1(x) ((U*)&x)->L[1] macro
1208 word1(a) = 0;
1216 word1(a) = 0;
1221 word1(a) = L >= 31 ? 1 : 1 << 31 - L;
1244 #define d1 word1(d)
1291 word1(d) = d1 >> 16 | d1 << 16;
1316 d1 = word1(
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Datl1e.h132 u32 word1; member in struct:atl1e_recv_ret_status

Completed in 144 milliseconds