Home | History | Annotate | Download | only in ZLib

Lines Matching refs:uInt

261     if (bits > 16 || state->bits + (uInt)bits > 32) return Z_STREAM_ERROR;
264 state->bits += (uInt)bits;
1295 uInt *dictLength;
1318 uInt dictLength;