Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dch.c51 #define BUFHASH_SIZE 1024 macro
54 struct bufnode hashtbl[BUFHASH_SIZE];
76 #define BUFHASH(blk) ((blk) & (BUFHASH_SIZE-1))
792 for (h = 0; h < BUFHASH_SIZE; h++) in init_hashtbl()