Home | History | Annotate | Download | only in switchback

Lines Matching refs:nnn

468 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
1378 #define GET_BITS(lll,vvv,nnn) \
1381 if (s->bsLive >= nnn) { \
1384 (s->bsLive-nnn)) & ((1 << nnn)-1); \
1385 s->bsLive -= nnn; \