Searched refs:xor32_result (Results 1 – 2 of 2) sorted by relevance
101 __u32 xor32_result = 0; variable109 xor32_result = __sync_fetch_and_xor(&xor32_value, 0x011); in BPF_PROG()
150 ASSERT_EQ(skel->bss->xor32_result, 0x110, "xor32_result"); in test_xor()