Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dendian.c15 #define OUT64 0xf0debc9a78563412ULL macro
42 CHECK(bss->out64 != OUT64, "out16", "got 0x%llx != exp 0x%llx\n", in test_endian()
43 (__u64)bss->out64, (__u64)OUT64); in test_endian()
49 CHECK(bss->const64 != OUT64, "const64", "got 0x%llx != exp 0x%llx\n", in test_endian()
50 (__u64)bss->const64, (__u64)OUT64); in test_endian()