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

/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dnrv2b.c65 #ifndef ENDIAN
66 #define ENDIAN 0 macro
1075 r = bbConfig(c, ENDIAN, BITSIZE);
1345 #if ENDIAN == 0 && BITSIZE == 8
1348 #if ENDIAN == 0 && BITSIZE == 16
1351 #if ENDIAN == 0 && BITSIZE == 32
1354 #if ENDIAN == 0 && BITSIZE == 64
1358 #error "Bad Combination of ENDIAN and BITSIZE values specified"

Completed in 2461 milliseconds