Home
last modified time | relevance | path

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

/linux-2.4.37.9/lib/zlib_deflate/
Ddeftree.c1011 unsigned lx = 0; /* running index in l_buf */ local
1016 dist = s->d_buf[lx];
1017 lc = s->l_buf[lx++];
1043 Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow");
1045 } while (lx < s->last_lit);
/linux-2.4.37.9/Documentation/
Dmtrr.txt179 fprintf (stderr, "Register: %u base: 0x%lx size: 0x%lx type: %s\n",
Dmca.txt122 len += sprintf( buf+len, "IO Port: %#lx-%#lx\n", ... );