Searched refs:nnn (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bzip2/
H A Dbzlib_private.h102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
H A Ddecompress.c43 #define GET_BITS(lll,vvv,nnn) \
46 if (s->bsLive >= nnn) { \
49 (s->bsLive-nnn)) & ((1 << nnn)-1); \
50 s->bsLive -= nnn; \
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbzip2_inflate.c126 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
1097 #define GET_BITS(lll,vvv,nnn) \
1100 if (s->bsLive >= nnn) { \
1103 (s->bsLive-nnn)) & ((1 << nnn)-1); \
1104 s->bsLive -= nnn; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dclaw.c3273 int nnn,max; local
3279 sscanf(buf, "%i", &nnn);
3286 if ((nnn > max ) || (nnn < 2))
3288 p_env->write_buffers = nnn;
3315 int nnn,max; local
3321 sscanf(buf, "%i", &nnn);
3328 if ((nnn > max ) || (nnn < 2))
3330 p_env->read_buffers = nnn;
[all...]

Completed in 163 milliseconds