Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dtokenize.c797 #define ident_hash_end(hash) ((((hash) >> IDENT_HASH_BITS) + (hash)) & IDENT_HASH_MASK) macro
886 return ident_hash_end(hash); in hash_name()
942 hash = ident_hash_end(hash); in get_one_identifier()