HomeSort by relevance Sort by last modified time
    Searched refs:big_endian (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /bionic/libc/kernel/uapi/asm-arm64/asm/
byteorder.h 22 #include <linux/byteorder/big_endian.h>
  /external/kernel-headers/original/uapi/asm-arm/asm/
byteorder.h 20 #include <linux/byteorder/big_endian.h>
  /external/kernel-headers/original/uapi/asm-arm64/asm/
byteorder.h 21 #include <linux/byteorder/big_endian.h>
  /external/kernel-headers/original/uapi/asm-mips/asm/
byteorder.h 13 #include <linux/byteorder/big_endian.h>
  /external/u-boot/arch/arc/include/asm/
byteorder.h 19 #include <linux/byteorder/big_endian.h>
  /external/u-boot/arch/arm/include/asm/
byteorder.h 27 #include <linux/byteorder/big_endian.h>
  /external/u-boot/arch/microblaze/include/asm/
byteorder.h 33 #include <linux/byteorder/big_endian.h>
  /external/u-boot/arch/nds32/include/asm/
byteorder.h 31 #include <linux/byteorder/big_endian.h>
  /external/u-boot/arch/riscv/include/asm/
byteorder.h 30 #include <linux/byteorder/big_endian.h>
  /external/u-boot/arch/sandbox/include/asm/
byteorder.h 18 #include <linux/byteorder/big_endian.h>
  /external/u-boot/arch/sh/include/asm/
byteorder.h 12 #include <linux/byteorder/big_endian.h>
  /external/libunwind/src/aarch64/
Gcreate_addr_space.c 54 as->big_endian = 0;
56 as->big_endian = 1;
  /external/libunwind/src/arm/
Gcreate_addr_space.c 54 as->big_endian = 0;
56 as->big_endian = 1;
  /external/libunwind/src/ia64/
Gcreate_addr_space.c 58 as->big_endian = (__BYTE_ORDER == __BIG_ENDIAN);
60 as->big_endian = (byte_order == __BIG_ENDIAN);
  /external/libunwind/src/sh/
Gcreate_addr_space.c 53 as->big_endian = 0;
55 as->big_endian = 1;
  /external/libunwind/src/mips/
Gcreate_addr_space.c 56 as->big_endian = (__BYTE_ORDER == __BIG_ENDIAN);
58 as->big_endian = (byte_order == __BIG_ENDIAN);
  /external/google-breakpad/src/common/linux/
elf_symbols_to_module.h 51 const bool big_endian,
elf_symbols_to_module.cc 68 // symbols as big-endian if BIG_ENDIAN is true, as little-endian
72 ELFSymbolIterator(const ByteBuffer *buffer, bool big_endian,
74 : value_size_(value_size), cursor_(buffer, big_endian) {
141 const bool big_endian,
154 ELFSymbolIterator iterator(&symbols, big_endian, value_size);
  /external/libunwind/include/tdep-mips/
dwarf-config.h 36 #define dwarf_is_big_endian(addr_space) ((addr_space)->big_endian)
  /external/libunwind/include/tdep-sh/
dwarf-config.h 34 #define dwarf_is_big_endian(addr_space) ((addr_space)->big_endian)
  /external/tensorflow/tensorflow/contrib/ignite/kernels/client/
ignite_plain_client.h 25 PlainClient(string host, int port, bool big_endian);
ignite_client.h 27 Client(bool big_endian) : byte_swapper_(ByteSwapper(big_endian)) {}
  /external/google-breakpad/src/common/
byte_cursor.h 85 ByteCursor(const ByteBuffer *buffer, bool big_endian = false)
87 big_endian_(big_endian), complete_(true) { }
90 bool big_endian() const { return big_endian_; } function in class:google_breakpad::ByteCursor
91 void set_big_endian(bool big_endian) { big_endian_ = big_endian; }
  /external/capstone/arch/AArch64/
AArch64Module.c 39 handle->big_endian = (((cs_mode)value & CS_MODE_BIG_ENDIAN) != 0);
  /external/capstone/arch/Sparc/
SparcModule.c 43 handle->big_endian = (((cs_mode)value & CS_MODE_BIG_ENDIAN) != 0);

Completed in 607 milliseconds

1 2 3 4