HomeSort by relevance Sort by last modified time
    Searched refs:endian (Results 251 - 275 of 573) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
types.h 102 #include <machine/endian.h>
  /external/ImageMagick/coders/
ipl.c 235 image->endian=LSBEndian;
238 image->endian=MSBEndian;
615 if(image_info->endian == MSBEndian)
618 image->endian = LSBEndian;
tiff.c 1285 endian, local
3463 endian, local
    [all...]
  /external/adhd/cras/src/common/
cras_sbc_codec.c 113 data->sbc.endian = SBC_LE;
  /external/blktrace/
blktrace.h 7 #include <endian.h>
  /external/capstone/bindings/ocaml/
capstone.ml 27 | CS_MODE_LITTLE_ENDIAN (* little-endian mode (default mode) *)
40 | CS_MODE_BIG_ENDIAN (* big-endian mode *)
test_basic.ml 34 (CS_ARCH_MIPS, [CS_MODE_MIPS32; CS_MODE_BIG_ENDIAN], _MIPS_CODE, "MIPS-32 (Big-endian)", 0L);
35 (CS_ARCH_MIPS, [CS_MODE_MIPS64; CS_MODE_LITTLE_ENDIAN], _MIPS_CODE2, "MIPS-64-EL (Little-endian)", 0L);
test_detail.ml 34 (CS_ARCH_MIPS, [CS_MODE_MIPS32; CS_MODE_BIG_ENDIAN], _MIPS_CODE, "MIPS-32 (Big-endian)", 0);
35 (CS_ARCH_MIPS, [CS_MODE_MIPS64; CS_MODE_LITTLE_ENDIAN], _MIPS_CODE2, "MIPS-64-EL (Little-endian)", 0);
  /external/elfutils/libcpu/
memory-access.h 33 #include <endian.h>
45 # error "MACHINE_ENCODING must signal either big or little endian"
  /external/honggfuzz/linux/
bfd.c 182 info.endian = bfd_little_endian(bfdh) ? BFD_ENDIAN_LITTLE : BFD_ENDIAN_BIG;
  /external/linux-kselftest/tools/testing/selftests/kvm/lib/
elf.c 11 #include <bits/endian.h>
  /external/llvm/lib/MC/
StringTableBuilder.cpp 13 #include "llvm/Support/Endian.h"
164 support::endian::write<uint32_t, support::little, support::unaligned>(
  /external/ltp/testcases/kernel/syscalls/fallocate/
fallocate01.c 92 #include <endian.h>
fallocate02.c 32 #include <endian.h>
fallocate03.c 89 #include <endian.h>
  /external/ltp/testcases/kernel/syscalls/sync_file_range/
sync_file_range01.c 87 #include <endian.h>
  /external/ltp/testcases/network/stress/ns-tools/
ns-traffic.h 177 # include <endian.h>
195 # error "Failed to detect endian"
  /external/nos/host/android/hals/oemlock/
OemLock.cpp 21 #include <android-base/endian.h>
  /external/nos/test/system-test-harness/tools/
avb_tools.cc 17 #include <android-base/endian.h>
  /external/perfetto/src/protozero/
message.cc 26 // support big endian CPUs. There doesn't seem to be a compelling need today.
27 #error Unimplemented for big endian archs.
proto_decoder.cc 30 #error Unimplemented for big endian archs.
  /external/puffin/src/
puffpatch.cc 7 #include <endian.h>
118 // Read the header size from big-endian mode.
  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 59 #include <endian.h>
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
BinaryStreamReader.h 18 #include "llvm/Support/Endian.h"
38 llvm::support::endianness Endian);
39 explicit BinaryStreamReader(StringRef Data, llvm::support::endianness Endian);
84 Dest = llvm::support::endian::read<T, llvm::support::unaligned>(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/BinaryFormat/
Magic.cpp 15 #include "llvm/Support/Endian.h"
26 using namespace llvm::support::endian;
121 /* Native endian */
131 /* Reverse endian */

Completed in 1162 milliseconds

<<11121314151617181920>>