Home
last modified time | relevance | path

Searched refs:hash_int (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/util/tests/set/
Dset_test.cpp117 static uint32_t hash_int(const void *p) in hash_int() function
131 struct set *s = _mesa_set_create(NULL, hash_int, cmp_int); in TEST()
/external/libjpeg-turbo/
Dwrgif.c46 typedef int hash_int; /* must hold -2*HSIZE..2*HSIZE */ typedef
364 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()
/external/libabigail/src/
Dabg-hash.cc398 std::hash<int> hash_int; in operator ()() local
409 v = hashing::combine_hashes(v, hash_int(t.get_binding())); in operator ()()
547 std::hash<int> hash_int; in operator ()() local
548 return hash_int(m.get_access_specifier()); in operator ()()