Searched refs:out16 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_endian.c | 16 __u16 out16 = 0; variable 27 out16 = __builtin_bswap16(in16); in sys_enter()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_endian.c | 16 __u16 out16 = 0; variable 27 out16 = __builtin_bswap16(in16); in sys_enter()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | endian.c | 38 CHECK(bss->out16 != OUT16, "out16", "got 0x%llx != exp 0x%llx\n", in test_endian() 39 (__u64)bss->out16, (__u64)OUT16); in test_endian() 42 CHECK(bss->out64 != OUT64, "out16", "got 0x%llx != exp 0x%llx\n", in test_endian()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | endian.c | 38 CHECK(bss->out16 != OUT16, "out16", "got 0x%llx != exp 0x%llx\n", in test_endian() 39 (__u64)bss->out16, (__u64)OUT16); in test_endian() 42 CHECK(bss->out64 != OUT64, "out16", "got 0x%llx != exp 0x%llx\n", in test_endian()
|
Completed in 1 milliseconds