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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunshrink.c107 shrint code, oldcode, curcode;
108 shrint lastfreecode;
225 code = (shrint)(parent[code] & CODE_MASK);
266 code = (shrint)(lastfreecode + 1);
311 register shrint code;
317 register shrint cparent = (shrint)(parent[code] & CODE_MASK);
H A Dunzpriv.h998 typedef short shrint; /* short/int or "shrink int" (unshrink) */ typedef
1016 typedef short shrint; typedef
1021 typedef short shrint; typedef
1023 typedef int shrint; /* for efficiency/speed, we hope... */ typedef
2051 shrint *Parent; /* pointer to (8192 * sizeof(shrint)) */
2060 shrint Parent[HSIZE]; /* (8192 * sizeof(shrint)) == 16KB minimum */
2788 zdest=(shrint)((unsigned)G.bitbuf&mask_bits[nbits]);G.bitbuf>>=nbits;\
2805 * zdest = (shrint)((unsigne
[all...]
H A Dfunzip.c322 # define UZ_SLIDE_CHUNK (sizeof(shrint)+sizeof(uch)+sizeof(uch))
H A Dunzip.c822 # define UZ_SLIDE_CHUNK (sizeof(shrint)+sizeof(uch)+sizeof(uch))
829 G.area.shrink.Parent = (shrint *)G.area.Slide;
830 G.area.shrink.value = G.area.Slide + (sizeof(shrint)*(HSIZE));
832 (sizeof(shrint) + sizeof(uch))*(HSIZE);

Completed in 79 milliseconds