Searched refs:hash_a (Results 1 – 2 of 2) sorted by relevance
236 guint hash_a = g_icon_hash (G_ICON (a)); in g_emblem_comp() local239 if(hash_a < hash_b) in g_emblem_comp()242 if(hash_a == hash_b) in g_emblem_comp()
475 def hash_a(item: object) -> int:486 hash_a(42)487 hash_a("foo")