Searched refs:xor64_value (Results 1 – 2 of 2) sorted by relevance
108 __u64 xor64_value = (0x110ull << 32); variable120 xor64_result = __sync_fetch_and_xor(&xor64_value, 0x011ull << 32); in xor()
114 ASSERT_EQ(skel->data->xor64_value, 0x101ull << 32, "xor64_value"); in test_xor()
Completed in 3 milliseconds