/external/compiler-rt/lib/builtins/arm/ |
aeabi_cdcmp.S | 13 #error big endian support not implemented
|
aeabi_cfcmp.S | 13 #error big endian support not implemented
|
/external/elfutils/libdwfl/ |
image-header.c | 33 #include <endian.h> 45 #define MAGIC2 0x53726448 /* "HdrS" little-endian */
|
/external/elfutils/libelf/ |
elf32_xlatetof.c | 35 #include <endian.h>
|
elf32_xlatetom.c | 35 #include <endian.h>
|
/external/google-breakpad/src/third_party/libdisasm/ |
x86_misc.c | 57 unsigned int x86_endian(void) { return ia32_settings.endian; }
|
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/ |
btBulletFile.cpp | 358 //the parsing will convert to cpu endian 376 int endian= 1; local 377 endian= ((char*)&endian)[0]; 379 if (endian)
|
/external/libunwind/src/mips/ |
getcontext.S | 27 #include <endian.h>
|
/external/llvm/test/MC/Mips/ |
micromips-shift-instructions.s | 8 # Little endian 19 # Big endian
|
micromips-trap-instructions.s | 10 # Little endian 25 # Big endian
|
/external/llvm/unittests/MC/ |
StringTableBuilderTest.cpp | 11 #include "llvm/Support/Endian.h" 58 support::endian::byte_swap<uint32_t, support::little>(ExpectedSize);
|
/external/minijail/ |
elfparse.h | 17 #include <endian.h>
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
DexBackedDexFile.java | 160 int endian = HeaderItem.getEndian(buf, offset); 161 if (endian == HeaderItem.BIG_ENDIAN_TAG) { 162 throw new ExceptionWithContext("Big endian dex files are not currently supported"); 165 if (endian != HeaderItem.LITTLE_ENDIAN_TAG) { 166 throw new ExceptionWithContext("Invalid endian tag: 0x%x", endian);
|
/external/tremolo/Tremolo/ |
os_types.h | 120 # include <endian.h>
|
/external/vboot_reference/cgpt/ |
cgpt_endian.h | 11 #include <endian.h>
|
/frameworks/compile/mclinker/include/mcld/ |
TargetOptions.h | 24 enum Endian { Little, Big, Unknown }; 47 Endian endian() const { return m_Endian; } function in class:mcld::TargetOptions 49 void setEndian(Endian pEndian) { m_Endian = pEndian; } 86 Endian m_Endian;
|
/ndk/sources/android/support/src/msun/ |
s_nan.c | 29 #include <sys/endian.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
waitstatus.h | 65 # include <endian.h> 77 # endif /* Little endian. */ 83 # endif /* Big endian. */ 91 # endif /* Little endian. */ 96 # endif /* Big endian. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
endian.h | 37 #include <bits/endian.h> 96 #endif /* endian.h */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
acct.h | 24 #include <endian.h> 96 # define ACCT_BYTEORDER 0x80 /* Accounting file is big endian. */ 98 # define ACCT_BYTEORDER 0x00 /* Accounting file is little endian. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
endian.h | 37 #include <bits/endian.h> 96 #endif /* endian.h */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
waitstatus.h | 65 # include <endian.h> 77 # endif /* Little endian. */ 83 # endif /* Big endian. */ 91 # endif /* Little endian. */ 96 # endif /* Big endian. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
acct.h | 24 #include <endian.h> 96 # define ACCT_BYTEORDER 0x80 /* Accounting file is big endian. */ 98 # define ACCT_BYTEORDER 0x00 /* Accounting file is little endian. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
waitstatus.h | 65 # include <endian.h> 77 # endif /* Little endian. */ 83 # endif /* Big endian. */ 91 # endif /* Little endian. */ 96 # endif /* Big endian. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
acct.h | 24 #include <endian.h> 96 # define ACCT_BYTEORDER 0x80 /* Accounting file is big endian. */ 98 # define ACCT_BYTEORDER 0x00 /* Accounting file is little endian. */
|