Searched defs:ByteOrder (Results 1 – 9 of 9) sorted by relevance
| /external/pdfium/core/fxcrt/ |
| D | byteorder_unittest.cpp | 35 TEST(ByteOrder, ByteSwapToLE16) { in TEST() argument 45 TEST(ByteOrder, ByteSwapToLE32) { in TEST() argument 53 TEST(ByteOrder, ByteSwapToBE16) { in TEST() argument 63 TEST(ByteOrder, ByteSwapToBE32) { in TEST() argument
|
| /external/llvm-project/llvm/unittests/DebugInfo/GSYM/ |
| D | GSYMTest.cpp | 165 static void TestFunctionInfoDecodeError(llvm::support::endianness ByteOrder, in TestFunctionInfoDecodeError() 181 const llvm::support::endianness ByteOrder = llvm::support::little; in TEST() local 209 static void TestFunctionInfoEncodeError(llvm::support::endianness ByteOrder, in TestFunctionInfoEncodeError() 244 static void TestFunctionInfoEncodeDecode(llvm::support::endianness ByteOrder, in TestFunctionInfoEncodeDecode() 321 static void TestInlineInfoEncodeDecode(llvm::support::endianness ByteOrder, in TestInlineInfoEncodeDecode() 340 static void TestInlineInfoDecodeError(llvm::support::endianness ByteOrder, in TestInlineInfoDecodeError() 352 static void TestInlineInfoEncodeError(llvm::support::endianness ByteOrder, in TestInlineInfoEncodeError() 497 const llvm::support::endianness ByteOrder = llvm::support::little; in TEST() local 687 static void TestFileWriterHelper(llvm::support::endianness ByteOrder) { in TestFileWriterHelper() 744 const auto ByteOrder = llvm::support::endian::system_endianness(); in TEST() local [all …]
|
| /external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| D | FileWriter.h | 31 llvm::support::endianness ByteOrder; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
| D | FileWriter.h | 31 llvm::support::endianness ByteOrder; variable
|
| /external/llvm-project/llvm/bindings/go/llvm/ |
| D | target.go | 136 func (td TargetData) ByteOrder() ByteOrdering { return ByteOrdering(C.LLVMByteOrder(td.C)) } func
|
| /external/llvm/bindings/go/llvm/ |
| D | target.go | 136 func (td TargetData) ByteOrder() ByteOrdering { return ByteOrdering(C.LLVMByteOrder(td.C)) } func
|
| /external/rust/crates/regex-automata/src/ |
| D | state_id.rs | 66 pub fn write_state_id_bytes<E: ByteOrder, S: StateID>( in write_state_id_bytes()
|
| /external/rust/crates/byteorder/src/ |
| D | lib.rs | 208 pub trait ByteOrder: trait
|
| /external/llvm-project/lldb/include/lldb/ |
| D | lldb-enumerations.h | 138 enum ByteOrder { enum
|