Home
last modified time | relevance | path

Searched defs:big_endian (Results 1 – 22 of 22) sorted by relevance

/external/piex/src/binary_parse/
Drange_checked_byte_ptr.cc297 int16 Get16s(const RangeCheckedBytePtr &input, const bool big_endian, in Get16s()
319 uint16 Get16u(const RangeCheckedBytePtr &input, const bool big_endian, in Get16u()
335 int32 Get32s(const RangeCheckedBytePtr &input, const bool big_endian, in Get32s()
379 uint32 Get32u(const RangeCheckedBytePtr &input, const bool big_endian, in Get32u()
/external/google-breakpad/src/common/
Dstabs_reader.cc49 bool big_endian, size_t value_size) in EntryIterator()
70 bool big_endian, size_t value_size, bool unitized, in StabsReader()
Dbyte_cursor.h90 bool big_endian() const { return big_endian_; } in big_endian() function
91 void set_big_endian(bool big_endian) { big_endian_ = big_endian; } in set_big_endian()
/external/google-breakpad/src/common/linux/
Delf_symbols_to_module.cc72 ELFSymbolIterator(const ByteBuffer *buffer, bool big_endian, in ELFSymbolIterator()
141 const bool big_endian, in ELFSymbolsToModule()
Ddump_symbols.cc207 const bool big_endian, in LoadStabs()
279 const bool big_endian, in LoadDwarf()
388 const bool big_endian, in LoadDwarfCFI()
466 bool* big_endian) { in ElfEndianness()
494 const bool big_endian, in ReadDebugLink()
653 const bool big_endian, in LoadSymbols()
1002 bool big_endian; in ReadSymbolDataElfClass() local
/external/webrtc/modules/rtp_rtcp/source/
Dbyte_io_unittest.cc81 void TestRead(bool big_endian) { in TestRead()
103 void TestWrite(bool big_endian) { in TestWrite()
/external/python/cpython2/Modules/_ctypes/
Dstgdict.c330 int big_endian; in PyCStructUnionType_update_stgdict() local
Dcfield.c49 int pack, int big_endian) in PyCField_FromDesc()
D_ctypes.c312 _ctypes_alloc_format_string_for_type(char code, int big_endian) in _ctypes_alloc_format_string_for_type()
/external/abseil-cpp/absl/base/internal/
Dendian_test.cc225 TEST(EndianessTest, big_endian) { in TEST() argument
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dendian_test.cc225 TEST(EndianessTest, big_endian) { in TEST() argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dendian_test.cc223 TEST(EndianessTest, big_endian) { in TEST() argument
/external/openscreen/third_party/abseil/src/absl/base/internal/
Dendian_test.cc223 TEST(EndianessTest, big_endian) { in TEST() argument
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dendian_test.cc223 TEST(EndianessTest, big_endian) { in TEST() argument
/external/google-breakpad/src/common/mac/
Dmacho_reader.h399 bool big_endian() const { return big_endian_; } in big_endian() function
/external/python/cpython3/Modules/_ctypes/
Dstgdict.c352 int big_endian; in PyCStructUnionType_update_stgdict() local
Dcfield.c50 int pack, int big_endian) in PyCField_FromDesc()
D_ctypes.c263 _ctypes_alloc_format_string_for_type(char code, int big_endian) in _ctypes_alloc_format_string_for_type()
/external/elfutils/src/
Dstrings.c114 static bool big_endian; variable
/external/libjpeg-turbo/
Dwrbmp.c127 boolean big_endian = is_big_endian(); in put_pixel_rows() local
/external/flac/src/flac/
Dencode.c2786 FLAC__bool read_uint16(FILE *f, FLAC__bool big_endian, FLAC__uint16 *val, const char *fn) in read_uint16()
2797 FLAC__bool read_uint32(FILE *f, FLAC__bool big_endian, FLAC__uint32 *val, const char *fn) in read_uint32()
2809 FLAC__bool read_uint64(FILE *f, FLAC__bool big_endian, FLAC__uint64 *val, const char *fn) in read_uint64()
/external/kernel-headers/original/uapi/sound/
Dasequencer.h326 unsigned char big_endian; /* 1 = big-endian */ member