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

/macosx-10.10.1/bzip2-36/bzip2/
H A Dcompress.c124 Int32 zPend; local
160 zPend = 0;
171 zPend++;
174 if (zPend > 0) {
175 zPend--;
177 if (zPend & 1) {
184 if (zPend < 2) break;
185 zPend = (zPend - 2) / 2;
187 zPend
[all...]

Completed in 192 milliseconds