Searched refs:incode (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_bsdcomp.c654 unsigned int incode; local
731 incode = accm >> tgtbitno;
739 if (incode == CLEAR) {
749 if ((incode > max_ent + 2) || (incode > db->maxmaxcode)
750 || (incode > max_ent && oldcode == CLEAR)) {
753 db->unit, incode, oldcode);
761 if (incode > max_ent) {
765 finchar = incode;
796 printk(KERN_ERR "0x%x at 0x%x by 0x%x, max_ent=0x%x\n", incode, fincha
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dbsd_comp.c842 unsigned int incode; local
930 incode = accm >> tgtbitno;
938 if (incode == CLEAR)
953 if ((incode > max_ent + 2) || (incode > db->maxmaxcode)
954 || (incode > max_ent && oldcode == CLEAR))
959 db->unit, incode, oldcode);
967 if (incode > max_ent)
974 finchar = incode;
1011 incode, fincha
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppdump/
H A Dbsd-comp.c560 u_int incode, oldcode, finchar; local
598 incode = accm >> tgtbitno;
602 if (incode == CLEAR) {
618 if (incode > max_ent + 2 || incode > db->maxmaxcode
619 || incode > max_ent && oldcode == CLEAR) {
622 db->unit, incode, oldcode);
630 if (incode > max_ent) {
634 finchar = incode;
657 incode, fincha
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/modules/
H A Dbsd-comp.c861 u_int incode, oldcode, finchar; local
941 incode = accm >> tgtbitno;
945 if (incode == CLEAR) {
966 if (incode > max_ent + 2 || incode > db->maxmaxcode
967 || incode > max_ent && oldcode == CLEAR) {
971 db->unit, incode, oldcode);
979 if (incode > max_ent) {
983 finchar = incode;
1023 incode, fincha
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_uncompress.c82 long incode; local
215 incode = code;
287 oldcode = incode;

Completed in 114 milliseconds