lx 939 dev/pcmcia/cfxga.c int x, y, cx, cy, lx, ly; lx 949 dev/pcmcia/cfxga.c for (lx = 0, x = ri->ri_xorigin; lx < ri->ri_cols; lx 950 dev/pcmcia/cfxga.c lx++, x += cx) { lx 2470 net/zlib.c unsigned lx = 0; /* running index in l_buf */ lx 2475 net/zlib.c dist = s->d_buf[lx]; lx 2476 net/zlib.c lc = s->l_buf[lx++]; lx 2502 net/zlib.c Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow"); lx 2504 net/zlib.c } while (lx < s->last_lit);