Searched refs:SwapByteOrder_16 (Results 1 – 9 of 9) sorted by relevance
30 inline uint16_t SwapByteOrder_16(uint16_t value) { in SwapByteOrder_16() function76 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()
412 return sys::SwapByteOrder_16(Value);
27 inline uint16_t SwapByteOrder_16(uint16_t value) { in SwapByteOrder_16() function73 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()
390 return sys::SwapByteOrder_16(Value);
58 inline uint16_t SwapByteOrder_16(uint16_t value) { in SwapByteOrder_16() function102 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()
476 return sys::SwapByteOrder_16(Value);
106 ByteSwapped[I] = llvm::sys::SwapByteOrder_16(ByteSwapped[I]); in convertUTF16ToUTF8String()
105 ByteSwapped[I] = llvm::sys::SwapByteOrder_16(ByteSwapped[I]); in convertUTF16ToUTF8String()