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

/freebsd-13-stable/contrib/less/
H A Dch.c57 #define BUFHASH_SIZE 1024 macro
60 struct bufnode hashtbl[BUFHASH_SIZE];
82 #define BUFHASH(blk) ((blk) & (BUFHASH_SIZE-1))
787 for (h = 0; h < BUFHASH_SIZE; h++)

Completed in 102 milliseconds