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

  /external/clang/lib/Lex/
HeaderMap.cpp 98 Header->Version == llvm::ByteSwap_16(HMAP_HeaderVersion))
  /external/lldb/source/Core/
DataEncoder.cpp 43 *(uint16_t *)(ptr + offset) = llvm::ByteSwap_16(value);
DataExtractor.cpp 82 return llvm::ByteSwap_16(*(uint16_t *)(ptr + offset));
99 return llvm::ByteSwap_16(*(uint16_t *)(ptr));
    [all...]
  /external/llvm/include/llvm/Support/
MathExtras.h 360 /// ByteSwap_16 - This function returns a byte-swapped representation of the
362 inline uint16_t ByteSwap_16(uint16_t Value) {
  /external/llvm/lib/Support/
APInt.cpp 793 return APInt(BitWidth, ByteSwap_16(uint16_t(VAL)));
800 Tmp2 = ByteSwap_16(Tmp2);
    [all...]

Completed in 515 milliseconds