Searched refs:buf_end (Results 1 – 8 of 8) sorted by relevance
/external/stlport/test/eh/ |
D | test_algobase.cpp | 63 TestClass* buf_end = buffer + kBufferSize; in operator ()() local 64 EH_STD::uninitialized_fill( buffer, buf_end, testValue ); in operator ()() 67 stl_destroy( buffer, buf_end ); in operator ()()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_linux.cc | 133 char *buf_end = buf + buf_size; in WriteMemoryProfile() local 134 buf_pos += internal_snprintf(buf_pos, buf_end - buf_pos, in WriteMemoryProfile() 139 buf_pos += internal_snprintf(buf_pos, buf_end - buf_pos, in WriteMemoryProfile()
|
/external/webp/src/dec/ |
D | vp8.c | 191 const uint8_t* buf_end = buf + size; in ParsePartitions() local 199 if (buf_end < part_start) { in ParsePartitions() 206 if (part_end > buf_end) part_end = buf_end; in ParsePartitions() 211 VP8InitBitReader(dec->parts_ + last_part, part_start, buf_end); in ParsePartitions() 212 return (part_start < buf_end) ? VP8_STATUS_OK : in ParsePartitions()
|
/external/opencv/cv/include/ |
D | cv.hpp | 146 uchar *buf_start, *buf_end, *buf_head, *buf_tail; member in CvBaseImageFilter
|
/external/opencv/cv/src/ |
D | cvmorph.cpp | 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()
|
D | cvfilter.cpp | 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()
|
D | cvsmooth.cpp | 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()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 2264 uint8_t *buf_end; member 7515 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 …]
|