Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/i4l/
Disdn_bsdcomp.c465 int hval, disp, ilen, mxcode; in bsd_compress() local
498 mxcode = MAXCODE(n_bits); in bsd_compress()
551 if (max_ent >= mxcode) { in bsd_compress()
553 mxcode = MAXCODE(n_bits); in bsd_compress()
611 if (max_ent >= mxcode && max_ent < db->maxmaxcode) in bsd_compress()
/linux-4.4.14/drivers/net/ppp/
Dbsd_comp.c579 int mxcode; in bsd_compress() local
627 mxcode = MAXCODE (n_bits); in bsd_compress()
705 if (max_ent >= mxcode) in bsd_compress()
708 mxcode = MAXCODE (n_bits); in bsd_compress()
776 if (max_ent >= mxcode && max_ent < db->maxmaxcode) in bsd_compress()