Searched refs:ptr_end (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/kernel/syscalls/nftw/ |
D | lib64.c | 135 char *ptr, *ptr_end, *buffer; in test_long_file_name() local 142 ptr_end = ptr + name_length + 1; in test_long_file_name() 145 while (ptr <= ptr_end) in test_long_file_name() 157 char *ptr, *ptr_end, *buffer; in test_long_component_name() local 164 ptr_end = ptr + name_length + 2; in test_long_component_name() 166 for (; ptr < ptr_end; ptr++) in test_long_component_name()
|
D | lib.c | 135 char *ptr, *ptr_end, *buffer; in test_long_file_name() local 142 ptr_end = ptr + name_length + 1; in test_long_file_name() 145 while (ptr <= ptr_end) in test_long_file_name() 157 char *ptr, *ptr_end, *buffer; in test_long_component_name() local 164 ptr_end = ptr + name_length + 2; in test_long_component_name() 166 for (; ptr < ptr_end; ptr++) in test_long_component_name()
|
/external/libchrome/base/memory/ |
D | protected_memory.h | 208 AutoWritableMemory(void* ptr, void* ptr_end) { in AutoWritableMemory() argument 210 DCHECK(ptr >= ProtectedMemoryStart && ptr_end <= ProtectedMemoryEnd); in AutoWritableMemory() 225 CHECK(SetMemoryReadWrite(ptr, ptr_end)); in AutoWritableMemory()
|
/external/google-breakpad/src/common/linux/ |
D | file_id.cc | 131 const uint8_t* ptr_end = ptr + std::min(text_size, static_cast<size_t>(4096)); in HashElfTextSection() local 132 while (ptr < ptr_end) { in HashElfTextSection()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.c | 296 unsigned char *ptr_end = cx_data_end; in pack_tokens_into_partitions() local 304 vp8_start_encode(w, ptr, ptr_end); in pack_tokens_into_partitions()
|