OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hash_func_t
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/program/
hash_table.h
49
typedef unsigned (*
hash_func_t
)(const void *key);
typedef
64
hash_func_t
hash, hash_compare_func_t compare);
/ndk/sources/host-tools/make-3.81/
hash.h
38
typedef unsigned long (*
hash_func_t
) __P((void const *key));
typedef
53
hash_func_t
ht_hash_1; /* primary hash function */
54
hash_func_t
ht_hash_2; /* secondary hash function */
61
hash_func_t
hash_1,
hash_func_t
hash_2, hash_cmp_func_t hash_cmp));
Completed in 107 milliseconds