Home
last modified time | relevance | path

Searched refs:const32 (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_endian.c21 __u32 const32 = 0; variable
31 const32 = ___bpf_swab32(IN32); in sys_enter()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dendian.c47 CHECK(bss->const32 != OUT32, "const32", "got 0x%llx != exp 0x%llx\n", in test_endian()
48 (__u64)bss->const32, (__u64)OUT32); in test_endian()

Completed in 2 milliseconds