Searched refs:codem1 (Results 1 – 1 of 1) sorted by relevance
132 unsigned short codem1; /* output of hash table -1 */ member490 db->dict[indx].codem1 = BADCODEM1; in bsd_init()662 if (dictp->codem1 >= max_ent) in bsd_compress()669 ent = dictp->codem1 + 1; in bsd_compress()684 if (dictp->codem1 >= max_ent) in bsd_compress()691 ent = dictp->codem1 + 1; /* finally found (prefix,suffix) */ in bsd_compress()719 if (dictp3->codem1 == max_ent) in bsd_compress()721 dictp3->codem1 = BADCODEM1; in bsd_compress()725 dictp->codem1 = max_ent; in bsd_compress()1002 if (--codelen <= 0 || dictp->codem1 != finchar-1) in bsd_decompress()[all …]