Home
last modified time | relevance | path

Searched refs:lcode (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/lib/zlib_inflate/
Dinffast.c105 code const *lcode; /* local strm->lencode */ in inflate_fast() local
132 lcode = state->lencode; in inflate_fast()
146 this = lcode[hold & lmask]; in inflate_fast()
318 this = lcode[this.val + (hold & ((1U << op) - 1))]; in inflate_fast()
/linux-3.4.99/drivers/net/wan/
Dpc300.h342 u8 lcode; /* Line Code (AMI, B8ZS, etc.) */ member
Dpc300_drv.c843 switch (conf->lcode) { in falc_init_t1()
1007 switch (conf->lcode) { in falc_init_e1()
3331 chan->conf.lcode = PC300_LC_B8ZS; in cpc_init_card()