Searched refs:buf_end (Results 1 - 7 of 7) sorted by relevance

/external/stlport/test/eh/
H A Dtest_algobase.cpp63 TestClass* buf_end = buffer + kBufferSize; local
64 EH_STD::uninitialized_fill( buffer, buf_end, testValue );
67 stl_destroy( buffer, buf_end );
/external/webp/src/dec/
H A Dvp8.c191 const uint8_t* buf_end = buf + size; local
199 if (buf_end < part_start) {
206 if (part_end > buf_end) part_end = buf_end;
211 VP8InitBitReader(dec->parts_ + last_part, part_start, buf_end);
212 return (part_start < buf_end) ? VP8_STATUS_OK :
/external/opencv/cv/include/
H A Dcv.hpp122 the method initializes ring buffer (buf_end, buf_head, buf_tail, buf_count, rows),
146 uchar *buf_start, *buf_end, *buf_head, *buf_tail; member in class:CvBaseImageFilter
/external/opencv/cv/src/
H A Dcvmorph.cpp315 buf_end -= buf_step;
334 uchar* trow = is_separable ? buf_end : buf_tail;
369 if( buf_tail >= buf_end )
H A Dcvfilter.cpp226 buf_end = buf_start + buf_max_count*buf_step;
232 uchar* trow = buf_end;
233 const_row = buf_end + (is_separable ? 1 : 0)*tr_step;
351 uchar* trow = is_separable ? buf_end : buf_tail;
404 if( buf_tail >= buf_end )
556 if( bptr >= buf_end )
583 if( buf_head >= buf_end )
H A Dcvsmooth.cpp178 buf_end -= buf_step;
181 s = sum = buf_end + cvAlign((width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN);
/external/valgrind/main/perf/
H A Dtinycc.c2266 uint8_t *buf_end;
7517 bf->buf_end = bf->buffer;
7539 if (bf->buf_ptr >= bf->buf_end) {
7554 bf->buf_end = bf->buffer + len;
7555 *bf->buf_end = CH_EOB;
7557 if (bf->buf_ptr < bf->buf_end) {
7560 bf->buf_ptr = bf->buf_end;
7608 if (p >= file->buf_end) {
9177 if (p >= file->buf_end) {
9181 if (p >= file->buf_end)
2264 uint8_t *buf_end; member in struct:BufferedFile
[all...]

Completed in 630 milliseconds