Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DSwapByteOrder.h54 inline uint32_t ByteSwap_32(uint32_t value) { return llvm::byteswap(value); } in ByteSwap_32() function
/aosp_15_r20/external/llvm/unittests/Support/
H A DMathExtrasTest.cpp163 TEST(MathExtras, ByteSwap_32) { in TEST() argument