Home
last modified time | relevance | path

Searched refs:SwapByteOrder_16 (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSwapByteOrder.h30 inline uint16_t SwapByteOrder_16(uint16_t value) { in SwapByteOrder_16() function
76 inline unsigned short getSwappedBytes(unsigned short C) { return SwapByteOrder_16(C); } in getSwappedBytes()
77 inline signed short getSwappedBytes( signed short C) { return SwapByteOrder_16(C); } in getSwappedBytes()
DMathExtras.h412 return sys::SwapByteOrder_16(Value);
/external/llvm/include/llvm/Support/
DSwapByteOrder.h27 inline uint16_t SwapByteOrder_16(uint16_t value) { in SwapByteOrder_16() function
73 inline unsigned short getSwappedBytes(unsigned short C) { return SwapByteOrder_16(C); } in getSwappedBytes()
74 inline signed short getSwappedBytes( signed short C) { return SwapByteOrder_16(C); } in getSwappedBytes()
DMathExtras.h390 return sys::SwapByteOrder_16(Value);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSwapByteOrder.h58 inline uint16_t SwapByteOrder_16(uint16_t value) { in SwapByteOrder_16() function
102 inline unsigned short getSwappedBytes(unsigned short C) { return SwapByteOrder_16(C); } in getSwappedBytes()
103 inline signed short getSwappedBytes( signed short C) { return SwapByteOrder_16(C); } in getSwappedBytes()
DMathExtras.h476 return sys::SwapByteOrder_16(Value);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DConvertUTFWrapper.cpp106 ByteSwapped[I] = llvm::sys::SwapByteOrder_16(ByteSwapped[I]); in convertUTF16ToUTF8String()
/external/llvm/lib/Support/
DConvertUTFWrapper.cpp106 ByteSwapped[I] = llvm::sys::SwapByteOrder_16(ByteSwapped[I]); in convertUTF16ToUTF8String()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DConvertUTFWrapper.cpp105 ByteSwapped[I] = llvm::sys::SwapByteOrder_16(ByteSwapped[I]); in convertUTF16ToUTF8String()