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

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

Completed in 77 milliseconds