Home
last modified time | relevance | path

Searched defs:Endianness (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/crates/nom/src/number/
Dmod.rs8 pub enum Endianness { enum
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dconfig_test.cc24 TEST(ConfigTest, Endianness) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCheckerImpl.h67 support::endianness Endianness; variable
DRuntimeDyldChecker.cpp680 GetGOTInfoFunction GetGOTInfo, support::endianness Endianness, in RuntimeDyldCheckerImpl()
851 GetGOTInfoFunction GetGOTInfo, support::endianness Endianness, in RuntimeDyldChecker()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h342 void setValueProfDataEndianness(support::endianness Endianness) { in setValueProfDataEndianness()
397 void setValueProfDataEndianness(support::endianness Endianness) override { in setValueProfDataEndianness()
502 void setValueProfDataEndianness(support::endianness Endianness) { in setValueProfDataEndianness()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPack.h24 constexpr support::endianness Endianness = support::big; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp876 support::endianness Endianness) { in getValueProfData()
899 void ValueProfData::swapBytesToHost(support::endianness Endianness) { in swapBytesToHost()
915 void ValueProfData::swapBytesFromHost(support::endianness Endianness) { in swapBytesFromHost()
DInstrProfWriter.cpp175 support::endianness Endianness) { in setValueProfDataEndianness()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h781 support::endianness Endianness) in LinkGraph()
1013 support::endianness Endianness; variable
/third_party/libabigail/tests/lib/
Dcatch.hpp15030 struct Endianness { struct
15031 enum Arch { Big, Little };
15033 static Arch which() { in which()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp46167 enum Endianness { Little, Big }; enum