/external/libunwind/src/ |
D | os-linux.h | 38 char *buf_end; member 93 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()
|
/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/chromium_org/third_party/libwebp/dec/ |
D | vp8.c | 194 const uint8_t* buf_end = buf + size; in ParsePartitions() local 202 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()
|
/external/webp/src/dec/ |
D | vp8.c | 194 const uint8_t* buf_end = buf + size; in ParsePartitions() local 202 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()
|
/external/wpa_supplicant_8/hs20/client/ |
D | est.c | 487 char *pos, *end, *buf_end; in generate_csr() local 499 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()
|
/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/pcre/dist/sljit/ |
D | sljitNativeARM_32.c | 560 sljit_uw *buf_end; in sljit_generate_code() local 616 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code() 696 } while (buf_ptr < buf_end); in sljit_generate_code() 713 buf_end = buf_ptr + compiler->cpool_fill; in sljit_generate_code() 715 while (buf_ptr < buf_end) { in sljit_generate_code()
|
D | sljitNativeSPARC_common.c | 277 sljit_ins *buf_end; in sljit_generate_code() local 300 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code() 329 } while (buf_ptr < buf_end); in sljit_generate_code()
|
D | sljitNativeX86_common.c | 451 sljit_ub *buf_end; in sljit_generate_code() local 473 buf_end = buf_ptr + buf->used_size; in sljit_generate_code() 514 } while (buf_ptr < buf_end); in sljit_generate_code() 515 SLJIT_ASSERT(buf_ptr == buf_end); in sljit_generate_code()
|
D | sljitNativeARM_64.c | 213 sljit_ins *buf_end; in sljit_generate_code() local 238 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code() 261 } while (buf_ptr < buf_end); in sljit_generate_code()
|
D | sljitNativeARM_T2_32.c | 348 sljit_uh *buf_end; in sljit_generate_code() local 371 buf_end = buf_ptr + (buf->used_size >> 1); in sljit_generate_code() 394 } while (buf_ptr < buf_end); in sljit_generate_code()
|
D | sljitNativeMIPS_common.c | 365 sljit_ins *buf_end; in sljit_generate_code() local 388 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code() 417 } while (buf_ptr < buf_end); in sljit_generate_code()
|
D | sljitNativePPC_common.c | 323 sljit_ins *buf_end; in sljit_generate_code() local 353 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code() 413 } while (buf_ptr < buf_end); in sljit_generate_code()
|
D | sljitNativeTILEGX_64.c | 1003 sljit_ins *buf_end; in sljit_generate_code() local 1026 buf_end = buf_ptr + (buf->used_size >> 3); in sljit_generate_code() 1058 } while (buf_ptr < buf_end); in sljit_generate_code()
|
/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 …]
|