Searched refs:hash_int (Results 1 – 3 of 3) sorted by relevance
46 typedef int hash_int; /* must hold -2*HSIZE..2*HSIZE */ typedef364 register hash_int i; in put_LZW_pixel_rows()365 register hash_int disp; in put_LZW_pixel_rows()383 i = ((hash_int)c << (MAX_LZW_BITS - 8)) + dest->waiting_code; in put_LZW_pixel_rows()
138 static uint32_t hash_int(const void *p) in hash_int() function152 struct set *s = _mesa_set_create(NULL, hash_int, cmp_int); in TEST()
25 BOOST_AUTO_TEST_CASE(hash_int) in BOOST_AUTO_TEST_CASE() argument