Searched refs:lno (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Ddecompress.c425 Int32 ii, jj, kk, pp, lno, off; local
447 lno = nn / MTFL_SIZE;
449 pp = s->mtfbase[lno] + off;
451 while (pp > s->mtfbase[lno]) {
454 s->mtfbase[lno]++;
455 while (lno > 0) {
456 s->mtfbase[lno]--;
457 s->mtfa[s->mtfbase[lno]]
458 = s->mtfa[s->mtfbase[lno-1] + MTFL_SIZE - 1];
459 lno
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbzip2_inflate.c1505 Int32 ii, jj, kk, pp, lno, off; local
1527 lno = nn / MTFL_SIZE;
1529 pp = s->mtfbase[lno] + off;
1531 while (pp > s->mtfbase[lno]) {
1534 s->mtfbase[lno]++;
1535 while (lno > 0) {
1536 s->mtfbase[lno]--;
1537 s->mtfa[s->mtfbase[lno]]
1538 = s->mtfa[s->mtfbase[lno-1] + MTFL_SIZE - 1];
1539 lno
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-pxa.c145 static void i2c_pxa_show_state(struct pxa_i2c *i2c, int lno, const char *fname) argument
147 dev_dbg(&i2c->adap.dev, "state:%s:%d: ISR=%08x, ICR=%08x, IBMR=%02x\n", fname, lno,

Completed in 55 milliseconds