Lines Matching defs:output
259 unsigned char *output,
270 /* The output buffer is smaller than the allocated size of A.
280 output[i] = GET_BYTE(A, i);
285 memset(output + stored_bytes, 0, output_length - stored_bytes);
293 unsigned char *output,
303 /* There is enough space in the output buffer. Write initial
309 p = output + output_length - stored_bytes;
310 memset(output, 0, output_length - stored_bytes);
312 /* The output buffer is smaller than the allocated size of X.
315 p = output;