Home
last modified time | relevance | path

Searched refs:test_bswap (Results 1 – 8 of 8) sorted by relevance

/external/libsrtp2/crypto/test/
Ddatatypes_driver.c61 void test_bswap(void);
139 test_bswap(); in main()
217 void test_bswap(void) in test_bswap() function
/external/llvm-project/llvm/test/Transforms/InstSimplify/
Dfold-intrinsics.ll7 define i32 @test_bswap(i32 %a) nounwind {
8 ; CHECK-LABEL: @test_bswap(
/external/swiftshader/third_party/subzero/crosstest/
Dtest_bitmanip_main.cpp129 {"bswap", test_bswap, Subzero_::test_bswap}, in testByteSwap()
Dtest_bitmanip.h27 type test_bswap(type); \
Dtest_bitmanip.cpp43 type test_bswap(type a) { return builtin_name(a); } \
/external/llvm-project/clang/test/CodeGen/X86/
Dx86-bswap.c12 int test_bswap(int X) { in test_bswap() function
/external/python/cpython3/Modules/
D_testinternalcapi.c82 test_bswap(PyObject *self, PyObject *Py_UNUSED(args)) in test_bswap() function
202 {"test_bswap", test_bswap, METH_NOARGS},
/external/llvm-project/llvm/test/Analysis/DemandedBits/
Dintrinsics.ll7 define i8 @test_bswap(i32 %x) {