Searched refs:buf_end (Results 1 – 10 of 10) sorted by relevance
38 char *buf_end; member93 mi->buf = mi->buf_end = cp + mi->buf_size; in maps_init()218 ssize_t bytes_left = mi->buf_end - mi->buf; in maps_next()235 memmove (mi->buf_end - mi->buf_size, mi->buf, bytes_left); in maps_next()237 mi->buf = mi->buf_end - mi->buf_size; in maps_next()247 memmove (mi->buf_end - nread - bytes_left, mi->buf, in maps_next()249 mi->buf = mi->buf_end - nread - bytes_left; in maps_next()311 munmap (mi->buf_end - mi->buf_size, mi->buf_size); in maps_close()312 mi->buf = mi->buf_end = NULL; in maps_close()
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 ()()
194 const uint8_t* buf_end = buf + size; in ParsePartitions() local202 if (buf_end < part_start) { in ParsePartitions()209 if (part_end > buf_end) part_end = buf_end; in ParsePartitions()214 VP8InitBitReader(dec->parts_ + last_part, part_start, buf_end); in ParsePartitions()215 return (part_start < buf_end) ? VP8_STATUS_OK : in ParsePartitions()
487 char *pos, *end, *buf_end; in generate_csr() local499 buf_end = pos + ptr->length; in generate_csr()502 while (pos < buf_end && *pos != '\n') in generate_csr()504 if (pos == buf_end) { in generate_csr()511 while (end < buf_end && *end != '-') in generate_csr()
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 …]