Searched refs:ByteSwap_32 (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/Support/
H A DMathExtrasTest.cpp31 TEST(MathExtras, ByteSwap_32) {
32 EXPECT_EQ(0x44332211u, ByteSwap_32(0x11223344));
33 EXPECT_EQ(0xDDCCBBAAu, ByteSwap_32(0xAABBCCDD));
/external/clang/lib/Lex/
H A DHeaderMap.cpp79 else if (Header->Magic == llvm::ByteSwap_32(HMAP_HeaderMagicNumber) &&
115 return llvm::ByteSwap_32(X);
/external/llvm/unittests/Support/
H A DMathExtrasTest.cpp163 TEST(MathExtras, ByteSwap_32) {
164 EXPECT_EQ(0x44332211u, ByteSwap_32(0x11223344));
165 EXPECT_EQ(0xDDCCBBAAu, ByteSwap_32(0xAABBCCDD));
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMathExtras.h130 /// ByteSwap_32 - This function returns a byte-swapped representation of the
132 inline uint32_t ByteSwap_32(uint32_t Value) { function in namespace:llvm
/external/llvm/include/llvm/Support/
H A DMathExtras.h393 /// ByteSwap_32 - This function returns a byte-swapped representation of the
395 inline uint32_t ByteSwap_32(uint32_t Value) { function in namespace:llvm
/external/llvm/lib/Support/
H A DAPInt.cpp771 return APInt(BitWidth, ByteSwap_32(unsigned(VAL)));
774 Tmp1 = ByteSwap_32(Tmp1);
/external/swiftshader/third_party/LLVM/lib/Support/
H A DAPInt.cpp878 return APInt(BitWidth, ByteSwap_32(unsigned(VAL)));
881 Tmp1 = ByteSwap_32(Tmp1);

Completed in 468 milliseconds