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

/openbsd-current/usr.bin/less/
H A Dch.c54 #define BUFHASH_SIZE 64 macro
57 struct bufnode hashtbl[BUFHASH_SIZE];
79 #define BUFHASH(blk) ((blk) & (BUFHASH_SIZE-1))
690 for (h = 0; h < BUFHASH_SIZE; h++) {

Completed in 58 milliseconds