OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_cmp_func_t
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/make-3.81/
hash.h
39
typedef int (*
hash_cmp_func_t
) __P((void const *x, void const *y));
typedef
55
hash_cmp_func_t
ht_compare; /* comparison function */
61
hash_func_t hash_1, hash_func_t hash_2,
hash_cmp_func_t
hash_cmp));
hash.c
44
hash_func_t hash_1, hash_func_t hash_2,
hash_cmp_func_t
hash_cmp)
Completed in 2281 milliseconds