Home
last modified time | relevance | path

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

/xnu-11417.121.6/libkern/zlib/
H A Dtrees.c1144 unsigned lx = 0; /* running index in l_buf */ local
1150 if (&s->pending_buf[s->pending] > (Bytef *)&s->d_buf[lx]) {
1153 dist = s->d_buf[lx];
1154 lc = s->l_buf[lx++];
1180 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
1183 } while (lx < s->last_lit);
/xnu-11417.121.6/iokit/Kernel/
H A DprintPlist61 IOLog("0x%lx (%ld base 10)\n", numberValue, numberValue);