Searched refs:and64_result (Results 1 – 2 of 2) sorted by relevance
68 __u64 and64_result = 0; variable80 and64_result = __sync_fetch_and_and(&and64_value, 0x011ull << 32); in and()
71 ASSERT_EQ(skel->bss->and64_result, 0x110ull << 32, "and64_result"); in test_and()