Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dlinearize.c790 #define MAX_VAL_HASH 64 in value_pseudo() macro
791 static struct pseudo_list *prev[MAX_VAL_HASH]; in value_pseudo()
792 int hash = val & (MAX_VAL_HASH-1); in value_pseudo()