HomeSort by relevance Sort by last modified time
    Searched refs:ENDIAN (Results 1 - 7 of 7) sorted by null

  /external/syslinux/gpxe/src/util/
nrv2b.c 16 Small mod to cope with running on big-endian machines
65 #ifndef ENDIAN
66 #define ENDIAN 0
78 /* These will be a complete waste of time on a lo-endian */
812 static int bbConfig(struct ucl_compress *c, int endian, int bitsize)
814 if (endian != -1)
816 if (endian != 0)
818 c->bb_c_endian = endian;
1071 r = bbConfig(c, ENDIAN, BITSIZE);
1335 #if ENDIAN == 0 && BITSIZE ==
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ns32k.c     [all...]
tc-mips.c     [all...]
  /external/llvm/lib/Support/
Triple.cpp 293 unsigned ENDIAN = ARM::parseArchEndian(ArchName);
296 switch (ENDIAN) {
340 if (ENDIAN == ARM::EK_BIG)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 929 ;// Endian Invarience Macros
934 ;// system. For little endian SMUL00=SMULBB, for big
935 ;// endian SMUL00=SMULTT and similarly for other packed operations.
941 IF {ENDIAN}="big"
950 IF {ENDIAN}="big"
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 932 ;// Endian Invarience Macros
937 ;// system. For little endian SMUL00=SMULBB, for big
938 ;// endian SMUL00=SMULTT and similarly for other packed operations.
944 IF {ENDIAN}="big"
953 IF {ENDIAN}="big"
  /external/swiftshader/third_party/LLVM/
configure 692 ENDIAN
    [all...]

Completed in 357 milliseconds