Home
last modified time | relevance | path

Searched refs:Endian (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h508 template <support::endianness Endian> uint64_t getFuncHash() const { in getFuncHash()
509 return support::endian::byte_swap<uint64_t, Endian>(FuncHash); in getFuncHash()
512 template <support::endianness Endian> uint32_t getDataSize() const { in getDataSize()
513 return support::endian::byte_swap<uint32_t, Endian>(DataSize); in getDataSize()
516 template <support::endianness Endian> IntPtrT getFuncNameRef() const { in getFuncNameRef()
517 return support::endian::byte_swap<IntPtrT, Endian>(NamePtr); in getFuncNameRef()
520 template <support::endianness Endian>
522 IntPtrT NameRef = getFuncNameRef<Endian>(); in getFuncName()
523 uint32_t NameS = support::endian::byte_swap<uint32_t, Endian>(NameSize); in getFuncName()
536 template <support::endianness Endian> uint64_t getFuncHash() const { in getFuncHash()
[all …]
/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp363 template <class IntPtrT, support::endianness Endian>
372 support::endianness Endian>
394 uint64_t FuncHash = CFR->template getFuncHash<Endian>(); in insertFunctionRecordIfNeeded()
395 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded()
400 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName)) in insertFunctionRecordIfNeeded()
443 uint32_t NRecords = CovHeader->getNRecords<Endian>(); in readFunctionRecords()
444 uint32_t FilenamesSize = CovHeader->getFilenamesSize<Endian>(); in readFunctionRecords()
445 uint32_t CoverageSize = CovHeader->getCoverageSize<Endian>(); in readFunctionRecords()
446 assert((CovMapVersion)CovHeader->getVersion<Endian>() == Version); in readFunctionRecords()
477 uint32_t DataSize = CFR->template getDataSize<Endian>(); in readFunctionRecords()
[all …]
/external/piex/src/
Dtiff_parser.h112 const tiff_directory::Endian& endian, std::uint16_t* value);
118 const tiff_directory::Endian& endian, std::uint32_t* value);
129 tiff_directory::Endian* endian);
150 const tiff_directory::Endian endian,
200 tiff_directory::Endian endian_;
Dpiex.cc34 using tiff_directory::Endian;
137 bool GetExifIfd(const Endian endian, StreamInterface* stream, in GetExifIfd()
162 bool GetMakernoteIfd(const TiffDirectory& exif_ifd, const Endian endian, in GetMakernoteIfd()
182 const Endian endian, StreamInterface* stream, in GetCameraSettingsIfd()
206 const Endian endian, StreamInterface* stream, in GetRawProcessingIfd()
231 Endian endian; in GetOlympusPreviewImage()
303 Endian endian; in PefGetColorSpace()
335 const Endian endian = tiff_directory::kBigEndian; in RafGetOrientation()
348 const Endian endian = tiff_directory::kBigEndian; in RafGetDimension()
553 const Endian endian = tiff_directory::kBigEndian; in RafGetPreviewData()
Dtiff_parser.cc28 using tiff_directory::Endian;
261 const std::uint32_t max_number_ifds, const Endian endian, in ParseSubIfds()
276 TiffDirectory sub_ifd(static_cast<Endian>(endian)); in ParseSubIfds()
291 const Endian& endian, std::uint16_t* value) { in Get16u()
306 const Endian& endian, std::uint32_t* value) { in Get32u()
345 Endian* endian) { in GetEndianness()
431 const Endian endian = kBigEndian; in GetJpegDimensions()
468 const std::uint32_t ifd_offset, const Endian endian, in ParseDirectory()
702 TiffDirectory tiff_ifd(static_cast<Endian>(endian_)); in ParseIfd()
/external/swiftshader/third_party/LLVM/unittests/Support/
DEndianTest.cpp22 TEST(Endian, Read) { in TEST() argument
35 TEST(Endian, Write) { in TEST() argument
60 TEST(Endian, PackedEndianSpecificIntegral) { in TEST() argument
/external/llvm/unittests/Support/
DEndianTest.cpp22 TEST(Endian, Read) { in TEST() argument
35 TEST(Endian, ReadBitAligned) { in TEST() argument
72 TEST(Endian, WriteBitAligned) { in TEST() argument
167 TEST(Endian, Write) { in TEST() argument
192 TEST(Endian, PackedEndianSpecificIntegral) { in TEST() argument
/external/piex/src/tiff_directory/
Dtiff_directory.h31 enum Endian { enum
70 explicit TiffDirectory(Endian endianness);
148 Endian endian_;
Dtiff_directory.cc38 TiffDirectory::TiffDirectory(Endian endian) : endian_(endian) {} in TiffDirectory()
/external/swiftshader/third_party/LLVM/bindings/ocaml/target/
Dllvm_target.ml10 module Endian = struct module
26 external byte_order : TargetData.t -> Endian.t = "llvm_byte_order"
Dllvm_target.mli15 module Endian : sig module
46 external byte_order : TargetData.t -> Endian.t = "llvm_byte_order"
/external/llvm/bindings/ocaml/target/
Dllvm_target.mli15 module Endian : sig module
70 (** Returns the byte order of a target, either [Endian.Big] or
71 [Endian.Little].
73 val byte_order : t -> Endian.t
Dllvm_target.ml10 module Endian = struct module
57 external byte_order : t -> Endian.t = "llvm_datalayout_byte_order"
/external/webrtc/webrtc/base/
Dbasictypes_unittest.cc17 TEST(BasicTypesTest, Endian) { in TEST() argument
/external/libyuv/files/unit_test/
Dbasictypes_test.cc16 TEST_F(LibYUVBaseTest, Endian) { in TEST_F() argument
/external/sfntly/cpp/src/test/
Dendian_test.cc75 TEST(Endian, All) { in TEST() argument
/external/llvm/test/CodeGen/PowerPC/
Dppc64-i128-abi.ll82 ; Little Endian (VSX and VMX):
88 ; Big Endian (VSX and VMX)
118 ; Little Endian (VSX and VMX):
126 ; Big Endian (VSX and VMX):
/external/swiftshader/third_party/LLVM/lib/Support/
DDwarf.cpp491 const char *llvm::dwarf::EndianityString(unsigned Endian) { in EndianityString() argument
492 switch (Endian) { in EndianityString()
/external/llvm/lib/Support/
DDwarf.cpp310 const char *llvm::dwarf::EndianityString(unsigned Endian) { in EndianityString() argument
311 switch (Endian) { in EndianityString()
/external/google-breakpad/src/common/linux/
Delf_symbols_to_module_unittest.cc251 INSTANTIATE_TEST_CASE_P(Endian,
368 INSTANTIATE_TEST_CASE_P(Endian,
/external/llvm/test/Bindings/OCaml/
Dtarget.ml49 assert_equal (DL.byte_order dl) Endian.Little;
/external/llvm/include/llvm/Support/
DDwarf.h615 const char *EndianityString(unsigned Endian);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDwarf.h679 const char *EndianityString(unsigned Endian);
/external/swiftshader/third_party/LLVM/
DMakefile.config.in129 # Endian-ness of the target
/external/valgrind/
Dconfigure.ac192 # Power PC returns powerpc for Big Endian. This was not changed when Little
193 # Endian support was added to the 64-bit architecture. The 64-bit Little
194 # Endian systems explicitly state le in the host_cpu. For clarity in the
196 # the 64-bit system. Big Endian is the only mode supported on 32-bit Power PC.
200 # Endian. Similarly, ppc64le or PPC64LE refer to only 64-bit systems that are
201 # Little Endian.
215 # this only referrs to 64-bit Big Endian
221 # this only referrs to 64-bit Little Endian
601 # Little Endian is only supported on PPC64

12