Searched refs:SwapByteOrder_16 (Results 1 – 3 of 3) sorted by relevance
28 inline uint16_t SwapByteOrder_16(uint16_t value) { in SwapByteOrder_16() function74 inline unsigned short getSwappedBytes(unsigned short C) { return SwapByteOrder_16(C); } in getSwappedBytes()75 inline signed short getSwappedBytes( signed short C) { return SwapByteOrder_16(C); } in getSwappedBytes()
367 return sys::SwapByteOrder_16(Value);
103 ByteSwapped[I] = llvm::sys::SwapByteOrder_16(ByteSwapped[I]); in convertUTF16ToUTF8String()