Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/tests/
H A Dset_test.cpp138 static uint32_t hash_int(const void *p) in hash_int() function
152 struct set *s = _mesa_set_create(NULL, hash_int, cmp_int); in TEST()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A 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()
/third_party/libabigail/src/
H A 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 ()()

Completed in 4 milliseconds