Searched refs:UZ_NUMOF_CHUNKS (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/unzip/
H A Dfunzip.c337 # define UZ_NUMOF_CHUNKS (unsigned)( (WSIZE+UZ_SLIDE_CHUNK-1)/UZ_SLIDE_CHUNK ) macro
338 G.area.Slide = (uch *)zcalloc(UZ_NUMOF_CHUNKS, UZ_SLIDE_CHUNK);
340 # undef UZ_NUMOF_CHUNKS macro
H A Dunzip.c676 # define UZ_NUMOF_CHUNKS \ macro
679 G.area.Slide = (uch *)zcalloc(UZ_NUMOF_CHUNKS, UZ_SLIDE_CHUNK);
681 # undef UZ_NUMOF_CHUNKS macro

Completed in 89 milliseconds