Searched refs:codem1 (Results 1 – 1 of 1) sorted by relevance
132 unsigned short codem1; /* output of hash table -1 */ member489 db->dict[indx].codem1 = BADCODEM1; in bsd_init()661 if (dictp->codem1 >= max_ent) in bsd_compress()668 ent = dictp->codem1 + 1; in bsd_compress()683 if (dictp->codem1 >= max_ent) in bsd_compress()690 ent = dictp->codem1 + 1; /* finally found (prefix,suffix) */ in bsd_compress()718 if (dictp3->codem1 == max_ent) in bsd_compress()720 dictp3->codem1 = BADCODEM1; in bsd_compress()724 dictp->codem1 = max_ent; in bsd_compress()1001 if (--codelen <= 0 || dictp->codem1 != finchar-1) in bsd_decompress()[all …]