HomeSort by: relevance | last modified time | path
    Searched defs:codem1 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
bsd-comp.c 125 uint16_t codem1; /* output of hash table -1 */ member in struct:bsd_db::bsd_dict
413 db->dict[--i].codem1 = BADCODEM1;
569 if (dictp->codem1 >= max_ent)
572 ent = dictp->codem1+1;
583 if (dictp->codem1 >= max_ent)
586 ent = dictp->codem1 + 1; /* finally found (prefix,suffix) */
603 if (db->dict[dictp2->cptr].codem1 == max_ent)
604 db->dict[dictp2->cptr].codem1 = BADCODEM1;
606 dictp->codem1 = max_ent;
713 if (dictp->codem1 >= max_ent
    [all...]

Completed in 13 milliseconds