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;
1294 uInt *dictLength;
1317 uInt dictLength;