Home
last modified time | relevance | path

Searched refs:ISTRING_HASH_2 (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dhash.h164 #define ISTRING_HASH_2(KEY, RESULT) do { \ macro
171 ISTRING_HASH_2 ((KEY), _result_); \
187 #define ISTRING_HASH_2(KEY, RESULT) STRING_HASH_2 ((KEY), (RESULT)) macro
Ddir.c274 ISTRING_HASH_2 (key->path_key, hash); in directory_contents_hash_2()