Home | History | Annotate | Download | only in tests

Lines Matching refs:nnn

491 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
1402 #define GET_BITS(lll,vvv,nnn) \
1405 if (s->bsLive >= nnn) { \
1408 (s->bsLive-nnn)) & ((1 << nnn)-1); \
1409 s->bsLive -= nnn; \