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

/external/syslinux/gpxe/src/util/
H A Dnrv2b.c65 #ifndef ENDIAN
66 #define ENDIAN 0 macro
1071 r = bbConfig(c, ENDIAN, BITSIZE);
1335 #if ENDIAN == 0 && BITSIZE == 8
1338 #if ENDIAN == 0 && BITSIZE == 16
1341 #if ENDIAN == 0 && BITSIZE == 32
1344 #if ENDIAN == 0 && BITSIZE == 64
1348 #error "Bad Combination of ENDIAN and BITSIZE values specified"
/external/llvm/lib/Support/
H A DTriple.cpp293 unsigned ENDIAN = ARM::parseArchEndian(ArchName); local
296 switch (ENDIAN) {
340 if (ENDIAN == ARM::EK_BIG)
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DTriple.cpp306 unsigned ENDIAN = ARM::parseArchEndian(ArchName); local
309 switch (ENDIAN) {
353 if (ENDIAN == ARM::EK_BIG)
/external/swiftshader/third_party/LLVM/
H A Dconfigure692 ENDIAN
4374 ENDIAN=big
4377 ENDIAN=little
19772 ENDIAN!$ENDIAN$ac_delim

Completed in 249 milliseconds