Searched refs:and64_value (Results 1 – 2 of 2) sorted by relevance
67 __u64 and64_value = (0x110ull << 32); variable80 and64_result = __sync_fetch_and_and(&and64_value, 0x011ull << 32); in and()
70 ASSERT_EQ(skel->data->and64_value, 0x010ull << 32, "and64_value"); in test_and()
Completed in 4 milliseconds