Home
last modified time | relevance | path

Searched refs:output_end (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmsrledec.c132 uint8_t *output, *output_end; in msrle_decode_8_16_24_32() local
139 output_end = output + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
157 output_end = output + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
172 output_end = pic->data[0] + line * pic->linesize[0] + FFABS(pic->linesize[0]); in msrle_decode_8_16_24_32()
176 if (output + p2 * (depth >> 3) > output_end) { in msrle_decode_8_16_24_32()
206 if (output + p1 * (depth >> 3) > output_end) in msrle_decode_8_16_24_32()
/third_party/mesa3d/src/intel/dev/
Dintel_debug.c164 void *output = _output, *output_end = _output + output_size; in intel_debug_write_identifiers() local
180 output_end - (output + sizeof(driver_desc)), in intel_debug_write_identifiers()
205 assert(output < output_end); in intel_debug_write_identifiers()
215 assert(output < output_end); in intel_debug_write_identifiers()
/third_party/pcre2/pcre2/src/
Dpcre2_convert.c370 PCRE2_SPTR output_end; /* output end */ member
388 if (out->output < out->output_end) in convert_glob_write()
405 PCRE2_SPTR output_end = out->output_end; in convert_glob_write_str() local
412 if (output < output_end) in convert_glob_write_str()
819 out.output_end = use_buffer + use_length; in convert_glob()