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

/broadcom-cfe-1.4.2/cfe/lib/
H A Dlib_printf.c324 lx = va_arg(marker,long long);
325 optr += __llatox(optr,lx,16,16,
/broadcom-cfe-1.4.2/cfe/zlib/
H A Dtrees.c1078 unsigned lx = 0; /* running index in l_buf */ local
1083 dist = s->d_buf[lx];
1084 lc = s->l_buf[lx++];
1110 Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow");
1112 } while (lx < s->last_lit);

Completed in 29 milliseconds