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

/haiku/src/bin/unzip/
H A Dunshrink.c107 shrint code, oldcode, freecode, curcode;
108 shrint lastfreecode;
209 curcode = (shrint)(parent[curcode] & CODE_MASK);
248 freecode = (shrint)(lastfreecode + 1);
289 register shrint code;
295 register shrint cparent = (shrint)(parent[code] & CODE_MASK);
H A Dunzpriv.h906 typedef short shrint; /* short/int or "shrink int" (unshrink) */ typedef
921 typedef short shrint; typedef
926 typedef short shrint; typedef
928 typedef int shrint; /* for efficiency/speed, we hope... */ typedef
1546 shrint *Parent; /* pointer to (8192 * sizeof(shrint)) */
1555 shrint Parent[HSIZE]; /* (8192 * sizeof(shrint)) == 16KB minimum */
2206 zdest=(shrint)((ush)G.bitbuf&mask_bits[nbits]);G.bitbuf>>=nbits;\
2223 * zdest = (shrint)((us
[all...]
H A Dunzip.c675 # define UZ_SLIDE_CHUNK (sizeof(shrint)+sizeof(uch)+sizeof(uch))
682 G.area.shrink.Parent = (shrint *)G.area.Slide;
683 G.area.shrink.value = G.area.Slide + (sizeof(shrint)*(HSIZE));
685 (sizeof(shrint) + sizeof(uch))*(HSIZE);
H A Dfunzip.c336 # define UZ_SLIDE_CHUNK (sizeof(shrint)+sizeof(uch)+sizeof(uch))

Completed in 107 milliseconds