Searched refs:and32_value (Results 1 – 2 of 2) sorted by relevance
63 __u32 and32_value = 0x110; variable73 and32_result = __sync_fetch_and_and(&and32_value, 0x011); in BPF_PROG()
92 ASSERT_EQ(skel->data->and32_value, 0x010, "and32_value"); in test_and()