Searched refs:hash_b (Results 1 – 2 of 2) sorted by relevance
191 uint32_t hash_b = qemu_uuid_hash(&uuid); in test_uuid_hash() local196 g_assert_cmpint(hash_a, !=, hash_b); in test_uuid_hash()
1218 u32 hash_a, hash_b; in compare_dents() local1225 hash_b = dent_b->de_cookie; in compare_dents()1227 if (hash_a > hash_b) in compare_dents()1229 else if (hash_a < hash_b) in compare_dents()