Home
last modified time | relevance | path

Searched refs:special_hash (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dtokenize.c687 #define special_hash(c0, c1) (((c0*8+c1*2)+((c0*8+c1*2)>>5))&31) macro
690 * note that we won't get false positives - special_hash(0,0) is 0 and
694 #define RES(c0, c1) [special_hash(c0, c1)] = {c0, c1}
719 #define CODE(c0, c1, value) [special_hash(c0, c1)] = value
775 i = special_hash(c, next); in get_one_special()

Completed in 3 milliseconds