Home
last modified time | relevance | path

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

/freebsd/usr.bin/compress/
H A Dzopen.c661 count_int *htab_p; in cl_hash() local
665 htab_p = htab + cl_hsize; in cl_hash()
668 *(htab_p - 16) = m1; in cl_hash()
669 *(htab_p - 15) = m1; in cl_hash()
670 *(htab_p - 14) = m1; in cl_hash()
671 *(htab_p - 13) = m1; in cl_hash()
672 *(htab_p - 12) = m1; in cl_hash()
673 *(htab_p - 11) = m1; in cl_hash()
674 *(htab_p - 10) = m1; in cl_hash()
675 *(htab_p - 9) = m1; in cl_hash()
[all …]