Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dtokenize.c800 #define ident_hash_add(oldhash,c) ((oldhash)*11 + (c)) macro
888 hash = ident_hash_add(hash, i); in hash_name()
932 hash = ident_hash_add(hash, next); in get_one_identifier()