Searched refs:SwapByteOrder_16 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DSwapByteOrder.h25 /// SwapByteOrder_16 - This function returns a byte-swapped representation of
27 inline uint16_t SwapByteOrder_16(uint16_t value) { function in namespace:llvm::sys
75 inline unsigned short SwapByteOrder(unsigned short C) { return SwapByteOrder_16(C); }
76 inline signed short SwapByteOrder( signed short C) { return SwapByteOrder_16(C); }
H A DMathExtras.h367 return sys::SwapByteOrder_16(Value);
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DConvertUTFWrapper.cpp103 ByteSwapped[I] = llvm::sys::SwapByteOrder_16(ByteSwapped[I]);

Completed in 114 milliseconds