Home
last modified time | relevance | path

Searched defs:ByteSwap_16 (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Dendianness.h53 inline uint16_t ByteSwap_16(uint16_t value) { in ByteSwap_16() function
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DSwapByteOrder.h51 inline uint16_t ByteSwap_16(uint16_t value) { return llvm::byteswap(value); } in ByteSwap_16() function