Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dtokenize.c796 #define ident_hash_add(oldhash,c) ((oldhash)*11 + (c)) macro
884 hash = ident_hash_add(hash, i); in hash_name()
928 hash = ident_hash_add(hash, next); in get_one_identifier()