Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/mesa3d/src/util/tests/set/
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/boost/libs/compute/test/
Dtest_functional_hash.cpp25 BOOST_AUTO_TEST_CASE(hash_int) in BOOST_AUTO_TEST_CASE() argument