Searched refs:igt_assert_neq_u64 (Results 1 – 3 of 3) sorted by relevance
113 igt_assert_neq_u64(0xfffffffffffffffeULL, 0xffffffffffffffffULL); in test_cmpint()
462 igt_assert_neq_u64(value & mask, 0); in validate_bitmask_prop()612 igt_assert_neq_u64(values[i], 0x5c5c5c5c5c5c5c5cULL); in validate_prop()615 igt_assert_neq_u64(enums[i].value, 0x5c5c5c5c5c5c5c5cULL); in validate_prop()
736 #define igt_assert_neq_u64(n1, n2) igt_assert_cmpu64(n1, !=, ==, n2) macro