Searched refs:buf_end (Results 1 – 7 of 7) sorted by relevance
63 TestClass* buf_end = buffer + kBufferSize; in operator ()() local64 EH_STD::uninitialized_fill( buffer, buf_end, testValue ); in operator ()()67 stl_destroy( buffer, buf_end ); in operator ()()
182 const uint8_t* buf_end = buf + size; in ParsePartitions() local190 if (buf_end < part_start) { in ParsePartitions()197 if (part_end > buf_end) part_end = buf_end; in ParsePartitions()202 VP8InitBitReader(dec->parts_ + last_part, part_start, buf_end); in ParsePartitions()203 return (part_start < buf_end) ? VP8_STATUS_OK : in ParsePartitions()
146 uchar *buf_start, *buf_end, *buf_head, *buf_tail; member in CvBaseImageFilter
315 buf_end -= buf_step; in start_process()334 uchar* trow = is_separable ? buf_end : buf_tail; in fill_cyclic_buffer()369 if( buf_tail >= buf_end ) in fill_cyclic_buffer()
226 buf_end = buf_start + buf_max_count*buf_step; in start_process()232 uchar* trow = buf_end; in start_process()233 const_row = buf_end + (is_separable ? 1 : 0)*tr_step; in start_process()351 uchar* trow = is_separable ? buf_end : buf_tail; in fill_cyclic_buffer()404 if( buf_tail >= buf_end ) in fill_cyclic_buffer()556 if( bptr >= buf_end ) in process()583 if( buf_head >= buf_end ) in process()
178 buf_end -= buf_step; in start_process()181 s = sum = buf_end + cvAlign((width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN); in start_process()
2264 uint8_t *buf_end; member7515 bf->buf_end = bf->buffer; in tcc_open()7537 if (bf->buf_ptr >= bf->buf_end) { in tcc_peekc_slow()7552 bf->buf_end = bf->buffer + len; in tcc_peekc_slow()7553 *bf->buf_end = CH_EOB; in tcc_peekc_slow()7555 if (bf->buf_ptr < bf->buf_end) { in tcc_peekc_slow()7558 bf->buf_ptr = bf->buf_end; in tcc_peekc_slow()7606 if (p >= file->buf_end) { in handle_stray1()9175 if (p >= file->buf_end) { in next_nomacro1()9179 if (p >= file->buf_end) in next_nomacro1()[all …]