HomeSort by relevance Sort by last modified time
    Searched refs:SwapByteOrder_16 (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
SwapByteOrder.h 25 /// SwapByteOrder_16 - This function returns a byte-swapped representation of
27 inline uint16_t SwapByteOrder_16(uint16_t value) {
75 inline unsigned short getSwappedBytes(unsigned short C) { return SwapByteOrder_16(C); }
76 inline signed short getSwappedBytes( signed short C) { return SwapByteOrder_16(C); }
MathExtras.h 376 return sys::SwapByteOrder_16(Value);
  /external/llvm/lib/Support/
ConvertUTFWrapper.cpp 103 ByteSwapped[I] = llvm::sys::SwapByteOrder_16(ByteSwapped[I]);

Completed in 128 milliseconds