Searched defs:new_size (Results 1 - 25 of 29) sorted by relevance

12

/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_stack_trace.cc26 void VarSizeStackTrace::ResizeBuffer(uptr new_size) { argument
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Demutls.c162 uintptr_t new_size = emutls_new_data_array_size(index); local in function:emutls_get_address_array
167 uintptr_t new_size = emutls_new_data_array_size(index); local in function:emutls_get_address_array
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_tls_get_addr.cc53 static inline void DTLS_Resize(uptr new_size) { argument
H A Dsanitizer_allocator_combined.h101 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, argument
H A Dsanitizer_common.h475 void reserve(uptr new_size) { argument
480 void resize(uptr new_size) { argument
/src/usr.bin/dc/
H A Dstack.c133 size_t new_size; local in function:stack_grow
/src/sys/netinet/
H A Dip_flow.c582 ipflow_invalidate_all(int new_size) argument
H A Dsctputil.c805 uint16_t new_size, old_size; local in function:sctp_expand_mapping_array
/src/sys/arch/sun3/sun3/
H A Ddvma.c120 vsize_t new_size; local in function:dvma_malloc
/src/sys/arch/sun3/sun3x/
H A Ddvma.c265 vsize_t new_size; local in function:dvma_malloc
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_cotable.c386 static int vmw_cotable_resize(struct vmw_resource *res, size_t new_size) argument
513 size_t new_size = res->backup_size; local in function:vmw_cotable_create
/src/lib/libc/stdlib/
H A D_env.c255 size_t new_size, num_entries, required_size; local in function:__getenvslot
/src/usr.bin/patch/
H A Dinp.c122 size_t new_size; local in function:reallocate_lines
/src/sys/netinet6/
H A Dip6_flow.c635 ip6flow_invalidate_all(int new_size) argument
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_allocator.cc118 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, argument
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_allocator.cc213 void *MsanReallocate(StackTrace *stack, void *old_p, uptr new_size, argument
/src/sys/fs/nilfs/
H A Dnilfs_subr.c751 nilfs_grow_node(struct nilfs_node *node, uint64_t new_size) argument
758 nilfs_shrink_node(struct nilfs_node *node, uint64_t new_size) argument
/src/sys/kern/
H A Dsys_aio.c1548 size_t new_size = lk->s * lk->s; local in function:aiowaitgroup_join
/src/sys/net/
H A Dbpfjit.c325 size_t new_size = 2 * old_size; local in function:grow_jumps
/src/lib/libform/
H A Dinternals.c1751 unsigned int new_size; local in function:_formi_add_char
/src/sys/external/bsd/acpica/dist/compiler/
H A Dlex.yy.c1705 yy_size_t new_size; local in function:yy_push_state
/src/usr.sbin/sysinst/
H A Dbsddisklabel.c1439 daddr_t new_size = wanted->infos[exp_ndx].size; local in function:apply_settings_to_partitions
/src/sys/fs/udf/
H A Dudf_allocation.c2594 udf_grow_node(struct udf_node *udf_node, uint64_t new_size) argument
2867 udf_shrink_node(struct udf_node *udf_node, uint64_t new_size) argument
[all...]
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.cc651 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { argument
/src/tools/m4/bootstrap/
H A Dtokenizer.c1053 int new_size = b->yy_buf_size * 2; local in function:yy_get_next_buffer
1110 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); local in function:yy_get_next_buffer

Completed in 35 milliseconds

12