Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dtokenize.c801 #define ident_hash_end(hash) ((((hash) >> IDENT_HASH_BITS) + (hash)) & IDENT_HASH_MASK) macro
890 return ident_hash_end(hash); in hash_name()
946 hash = ident_hash_end(hash); in get_one_identifier()