/external/elfutils/tests/ |
D | elfputzdata.c | 92 size_t orig_size = shdr->sh_size; in main() local 103 if (d->d_size != orig_size) in main() 109 if (orig_size > 0 && orig_buf == NULL) in main() 114 if (orig_size > 0) in main() 115 memcpy (orig_buf, d->d_buf, orig_size); in main() 163 if (forced && new_size < orig_size) in main() 170 if (! forced && new_size >= orig_size) in main() 177 if (new_size == orig_size in main() 178 && memcmp (orig_buf, d->d_buf, orig_size) == 0) in main() 213 if (newer_size != orig_size in main() [all …]
|
/external/valgrind/VEX/unused/ |
D | dispatch.c | 29 int orig_size; member 44 void add_translation ( char* orig, int orig_size, char* trans, int trans_size ) in add_translation() argument 49 transtab[n_transtab_used].orig_size = orig_size; in add_translation()
|
/external/elfutils/libelf/ |
D | elf_compress.c | 73 size_t *orig_size, size_t *orig_addralign, in __libelf_compress() argument 96 *orig_size = data->d_size; in __libelf_compress() 155 *orig_size += data->d_size; in __libelf_compress() 177 if (!force && flush == Z_FINISH && used >= *orig_size) in __libelf_compress() 392 size_t orig_size, orig_addralign, new_size; in elf_compress() local 394 &orig_size, &orig_addralign, in elf_compress() 410 chdr.ch_size = orig_size; in elf_compress() 425 chdr.ch_size = orig_size; in elf_compress()
|
D | elf_compress_gnu.c | 101 size_t orig_size, new_size, orig_addralign; in elf_compress_gnu() local 103 &orig_size, &orig_addralign, in elf_compress_gnu() 114 uint64_t be64_size = htobe64 (orig_size); in elf_compress_gnu()
|
D | libelfP.h | 599 size_t *orig_size, size_t *orig_addralign,
|
/external/compiler-rt/lib/builtins/ |
D | emutls.c | 166 uintptr_t orig_size = array->size; in emutls_get_address_array() local 170 memset(array->data + orig_size, 0, in emutls_get_address_array() 171 (new_size - orig_size) * sizeof(void*)); in emutls_get_address_array()
|
/external/squashfs-tools/squashfs-tools/ |
D | lzo_wrapper.c | 344 lzo_uint compsize, orig_size = size; in lzo_compress() local 363 res = lzo1x_optimize(stream->buffer, compsize, src, &orig_size, NULL); in lzo_compress() 365 if (res != LZO_E_OK || orig_size != size) in lzo_compress()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_flate.cpp | 623 FX_DWORD orig_size, in FlateUncompress() argument 627 FX_DWORD guess_size = orig_size ? orig_size : src_size * 2; in FlateUncompress() 629 FX_DWORD alloc_step = orig_size ? kStepSize : std::min(src_size, kStepSize); in FlateUncompress()
|
/external/libevent/include/event2/ |
D | buffer.h | 661 size_t orig_size; member
|
/external/elfutils/src/ |
D | elfcompress.c | 200 compress_section (Elf_Scn *scn, size_t orig_size, const char *name, in compress_section() argument 239 float orig = orig_size ?: 1; in compress_section() 241 orig_size, shdr->sh_size, (new / orig) * 100); in compress_section()
|
/external/e2fsprogs/resize/ |
D | resize2fs.c | 1447 blk64_t orig_size; in inode_scan_and_fix() local 1462 orig_size = ext2fs_blocks_count(rfs->old_fs->super); in inode_scan_and_fix() 1463 if (orig_size < ext2fs_blocks_count(rfs->new_fs->super)) in inode_scan_and_fix() 1574 ext2fs_blocks_count_set(rfs->old_fs->super, orig_size); in inode_scan_and_fix()
|
/external/vulkan-validation-layers/loader/ |
D | loader.c | 196 size_t orig_size, size_t size, in loader_heap_realloc() argument 198 if (pMemory == NULL || orig_size == 0) in loader_heap_realloc() 206 if (size <= orig_size) { in loader_heap_realloc() 207 memset(((uint8_t *)pMemory) + size, 0, orig_size - size); in loader_heap_realloc() 216 memcpy(new_ptr, pMemory, orig_size); in loader_heap_realloc()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 267 const unsigned orig_size = orig->full_size(); in HandlePathDiagnostic() local 269 if (orig_size <= new_size) in HandlePathDiagnostic()
|
/external/libevent/ |
D | bufferevent_openssl.c | 1116 if (cbinfo->orig_size == 0) in be_openssl_outbuf_cb()
|
D | buffer.c | 474 info.orig_size = new_size + buffer->n_del_for_cb - buffer->n_add_for_cb; in evbuffer_run_callbacks() 493 info.orig_size, new_size, cbent->cbarg); in evbuffer_run_callbacks()
|