Home
last modified time | relevance | path

Searched defs:newsize (Results 1 – 25 of 121) sorted by relevance

12345

/external/bsdiff/
Dbsdiff.cc50 size_t newsize, const char* patch_filename, in bsdiff()
58 size_t newsize, PatchWriterInterface* patch, in bsdiff()
65 size_t newsize, size_t min_length, PatchWriterInterface* patch, in bsdiff()
Dbsdiff_main.cc69 size_t newsize; in GenerateBsdiffFromFiles() local
/external/apache-xml/src/main/java/org/apache/xml/utils/
DSuballocatedIntVector.java166 int newsize=index+m_numblocks; in addElement() local
206 int newsize=index+m_numblocks; in addElements() local
264 int newsize=index+m_numblocks; in insertElementAt() local
398 int newsize=index+m_numblocks; in setElementAt() local
/external/icu/icu4c/source/tools/tzcode/
Dialloc.c14 register int oldsize, newsize; in icatalloc() local
/external/cronet/third_party/icu/source/tools/tzcode/
Dialloc.c14 register int oldsize, newsize; in icatalloc() local
/external/dtc/tests/
Ddel_property.c25 int oldsize, delsize, newsize; in main() local
Ddel_node.c24 int oldsize, delsize, newsize; in main() local
Dnopulate.c46 int newsize, struct_end_old, struct_end_new, delta; in main() local
Dmangle-layout.c24 static void expand_buf(struct bufstate *buf, int newsize) in expand_buf()
/external/ltp/testcases/kernel/syscalls/mremap/
Dmremap02.c87 int newsize; /* new size of virtual memory block */ variable
Dmremap03.c89 int newsize; /* new size of virtual memory block */ variable
Dmremap01.c93 int newsize; /* new size of virtual memory block */ variable
Dmremap04.c97 int newsize; /* new size of virtual memory block */ variable
/external/libtextclassifier/native/utils/base/
Darena.cc450 bool BaseArena::AdjustLastAlloc(void *last_alloc, const size_t newsize) { in AllocNewBlock()
487 char* UnsafeArena::Realloc(char* original, size_t oldsize, size_t newsize) { in AllocNewBlock()
/external/ltp/testcases/kernel/syscalls/mmap/
Dmmap09.c52 off_t newsize; member
/external/virglrenderer/src/mesa/util/
Dos_memory_aligned.h118 os_realloc_aligned(void *ptr, size_t oldsize, size_t newsize, size_t alignment) in os_realloc_aligned()
/external/mesa3d/src/util/
Dos_memory_aligned.h118 os_realloc_aligned(void *ptr, size_t oldsize, size_t newsize, size_t alignment) in os_realloc_aligned()
Du_dynarray.h128 unsigned newsize = nelts * eltsize; in util_dynarray_resize_bytes() local
156 unsigned newsize = buf->size + growbytes; in util_dynarray_grow_bytes() local
/external/kmod/shared/
Dstrbuf.c31 static bool buf_grow(struct strbuf *buf, size_t newsize) in buf_grow()
/external/ltp/testcases/kernel/mem/mtest07/
Dmallocstress.c83 size_t newsize = 0; in allocate_free() local
/external/cronet/net/third_party/quiche/src/quiche/common/
Dquiche_simple_arena.cc33 size_t newsize) { in Realloc()
/external/vboot_reference/firmware/2lib/
D2common.c93 uint32_t newsize) in vb2_workbuf_realloc()
/external/cronet/third_party/libc++/src/src/
Dios.cpp310 size_t newsize = sizeof(long) * rhs.__iarray_size_; in copyfmt() local
317 size_t newsize = sizeof(void*) * rhs.__parray_size_; in copyfmt() local
/external/libcxx/src/
Dios.cpp327 size_t newsize = sizeof(long) * rhs.__iarray_size_; in copyfmt() local
336 size_t newsize = sizeof(void*) * rhs.__parray_size_; in copyfmt() local
/external/curl/tests/server/
Dfake_ntlm.c55 size_t newsize; in printable() local

12345