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

/ast/src/cmd/codexlib/zip/
H A Dimplode.c13 #define WSIZE 32768 macro
33 c5 21 Apr 92 M. Adler added the WSIZE #define to allow reducing
114 uch slide[WSIZE];
290 if(w == WSIZE)
348 d &= WSIZE - 1;
349 w &= WSIZE - 1;
358 if(w == WSIZE)
430 if(w == WSIZE)
488 d &= WSIZE - 1;
489 w &= WSIZE
[all...]

Completed in 10 milliseconds