Lines Matching defs:input
455 * the output with SIMD methods to increase decode speed. Reading the input
458 * input data in 64-bit (8 byte) chunks.
463 * Buffer the input in a uint64_t (8 bytes) in the wide input reading case.
472 inflate_holder_t input;
473 Z_BUILTIN_MEMCPY(&input, in, sizeof(input));
474 return input;
478 * Otherwise, buffer the input bits using zlib's default input buffer type.