Home
last modified time | relevance | path

Searched defs:ByteOrder (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fxcrt/
Dbyteorder_unittest.cpp35 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/
DGSYMTest.cpp165 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/
DFileWriter.h31 llvm::support::endianness ByteOrder; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DFileWriter.h31 llvm::support::endianness ByteOrder; variable
/external/llvm-project/llvm/bindings/go/llvm/
Dtarget.go136 func (td TargetData) ByteOrder() ByteOrdering { return ByteOrdering(C.LLVMByteOrder(td.C)) } func
/external/llvm/bindings/go/llvm/
Dtarget.go136 func (td TargetData) ByteOrder() ByteOrdering { return ByteOrdering(C.LLVMByteOrder(td.C)) } func
/external/rust/crates/regex-automata/src/
Dstate_id.rs66 pub fn write_state_id_bytes<E: ByteOrder, S: StateID>( in write_state_id_bytes()
/external/rust/crates/byteorder/src/
Dlib.rs208 pub trait ByteOrder: trait
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h138 enum ByteOrder { enum