Searched refs:OUT16 (Results 1 – 1 of 1) sorted by relevance
13 #define OUT16 0x3412 macro38 CHECK(bss->out16 != OUT16, "out16", "got 0x%llx != exp 0x%llx\n", in test_endian()39 (__u64)bss->out16, (__u64)OUT16); in test_endian()45 CHECK(bss->const16 != OUT16, "const16", "got 0x%llx != exp 0x%llx\n", in test_endian()46 (__u64)bss->const16, (__u64)OUT16); in test_endian()
Completed in 2 milliseconds