Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_tostring.cpp37 struct Endianness { struct
38 enum Arch { Big, Little };
40 static Arch which() { in which()
/external/tensorflow/tensorflow/core/protobuf/
Dtensor_bundle.proto32 enum Endianness { enum
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h325 void setValueProfDataEndianness(support::endianness Endianness) { in setValueProfDataEndianness()
374 void setValueProfDataEndianness(support::endianness Endianness) override { in setValueProfDataEndianness()
443 void setValueProfDataEndianness(support::endianness Endianness) { in setValueProfDataEndianness()
/external/google-breakpad/src/common/dwarf/
Dbytereader.h42 enum Endianness { enum
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h301 void setValueProfDataEndianness(support::endianness Endianness) { in setValueProfDataEndianness()
346 void setValueProfDataEndianness(support::endianness Endianness) override { in setValueProfDataEndianness()
412 void setValueProfDataEndianness(support::endianness Endianness) { in setValueProfDataEndianness()
/external/antlr/runtime/Cpp/include/
Dantlr3traits.hpp18 typedef Empty Endianness; typedef in CustomTraitsBase
150 RESOLVE_ENDIAN_AT_RUNTIME >::selected Endianness; typedef in TraitsBase
/external/google-breakpad/src/common/
Dtest_assembler.h241 enum Endianness { enum
Dtest_assembler_unittest.cc1657 TEST_F(Miscellanea, Endianness) { in TEST_F() argument
/external/python/cpython2/Modules/
Dsha512module.c54 int Endianness; member
62 static void longReverse(SHA_INT64 *buffer, int byteCount, int Endianness) in longReverse()
Dsha256module.c52 int Endianness; member
60 static void longReverse(SHA_INT32 *buffer, int byteCount, int Endianness) in longReverse()
Dshamodule.c51 int Endianness; member
58 static void longReverse(SHA_INT32 *buffer, int byteCount, int Endianness) in longReverse()
/external/llvm/lib/ProfileData/
DInstrProf.cpp618 support::endianness Endianness) { in getValueProfData()
640 void ValueProfData::swapBytesToHost(support::endianness Endianness) { in swapBytesToHost()
655 void ValueProfData::swapBytesFromHost(support::endianness Endianness) { in swapBytesFromHost()
DInstrProfWriter.cpp152 support::endianness Endianness) { in setValueProfDataEndianness()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp757 support::endianness Endianness) { in getValueProfData()
780 void ValueProfData::swapBytesToHost(support::endianness Endianness) { in swapBytesToHost()
796 void ValueProfData::swapBytesFromHost(support::endianness Endianness) { in swapBytesFromHost()
DInstrProfWriter.cpp172 support::endianness Endianness) { in setValueProfDataEndianness()
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle_test.cc732 TEST(TensorBundleTest, Endianness) { in TEST() argument
/external/vixl/src/aarch32/
Dinstructions-aarch32.h1304 Endianness(EndiannessType type) : type_(type) {} // NOLINT(runtime/explicit) in Endianness() function
1305 Endianness(uint32_t type) // NOLINT(runtime/explicit) in Endianness() function
/external/v8/src/mips/
Dconstants-mips.h43 enum Endianness { enum
/external/v8/src/mips64/
Dconstants-mips64.h38 enum Endianness { kLittle, kBig }; enum
/external/bcc/tests/cc/
Dcatch.hpp7971 struct Endianness { struct
7972 enum Arch { Big, Little };
7974 static Arch which() { in which()
/external/catch2/single_include/catch2/
Dcatch.hpp12350 struct Endianness { struct
12351 enum Arch { Big, Little };
12353 static Arch which() { in which()