HomeSort by: relevance | last modified time | path
    Searched defs:ByteSwap_64 (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SwapByteOrder.h 81 inline uint64_t ByteSwap_64(uint64_t value) {
116 : ByteSwap_64((uint64_t)C);
121 : ByteSwap_64((uint64_t)C);
125 return ByteSwap_64(C);
128 return ByteSwap_64(C);
147 out.i = ByteSwap_64(in.i);

Completed in 77 milliseconds