Home
last modified time | relevance | path

Searched defs:ByteSwap_32 (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Dendianness.h66 inline uint32_t ByteSwap_32(uint32_t value) { in ByteSwap_32() function
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DSwapByteOrder.h54 inline uint32_t ByteSwap_32(uint32_t value) { return llvm::byteswap(value); } in ByteSwap_32() function
/openbsd/gnu/llvm/compiler-rt/lib/orc/tests/unit/
H A Dendian_test.cpp20 TEST(Endian, ByteSwap_32) { in TEST() argument