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

  /external/clang/lib/Lex/
HeaderMap.cpp 98 Header->Version == llvm::ByteSwap_16(HMAP_HeaderVersion))
  /external/llvm/include/llvm/Support/
MathExtras.h 142 /// ByteSwap_16 - This function returns a byte-swapped representation of the
144 inline uint16_t ByteSwap_16(uint16_t Value) {
  /external/llvm/lib/Support/
APInt.cpp 780 return APInt(BitWidth, ByteSwap_16(uint16_t(VAL)));
787 Tmp2 = ByteSwap_16(Tmp2);
    [all...]

Completed in 245 milliseconds