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

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

Completed in 111 milliseconds