Searched defs:new_size (Results 51 - 75 of 77) sorted by relevance

1234

/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dlex.c1903 yy_size_t new_size = b->yy_buf_size * 2; local
1960 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); local
/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A Dlex.c1075 yy_size_t new_size = b->yy_buf_size * 2; local
1132 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp667 void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) { argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h487 void reserve(uptr new_size) { argument
492 void resize(uptr new_size) { argument
/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c136 nm_os_realloc(void *addr, size_t new_size, size_t old_size __unused) argument
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c499 uint32_t new_size = 0, start_size = 2; local
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp2055 kmp_uint32 new_size = 2 * master_th->th.th_task_state_stack_sz; local
H A Dkmp_tasking.cpp302 kmp_int32 new_size = 2 * size; local
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dmem.c597 more_frags(isc__mem_t *ctx, size_t new_size) { argument
660 size_t new_size = quantize(size); local
726 check_overrun(void *mem, size_t size, size_t new_size) argument
741 size_t new_size = quantize(size); local
[all...]
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.c1012 yy_size_t new_size = b->yy_buf_size * 2; local
1069 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); local
/freebsd-13-stable/tools/build/bootstrap-m4/
H A Dinittokenizer.c1056 int new_size = b->yy_buf_size * 2; local
1114 int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); local
/freebsd-13-stable/contrib/jemalloc/src/
H A Djemalloc.c784 malloc_conf_multi_sizes_next(const char **slab_size_segment_cur, size_t *vlen_left, size_t *slab_start, size_t *slab_end, size_t *new_size) argument
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c2334 unsigned int new_size; local
H A Darchive_read_support_format_xar.c1229 int new_size; local
H A Darchive_write_disk_posix.c1432 size_t new_size; local
H A Darchive_read_support_format_7zip.c3078 size_t new_size; local
H A Darchive_read_support_format_iso9660.c2299 int new_size; local
3020 int new_size = heap->allocated * 2; local
[all...]
/freebsd-13-stable/contrib/libevent/
H A Dbuffer.c459 size_t new_size; local
H A Dhttp.c260 size_t new_size = 0, old_size = 0; local
/freebsd-13-stable/sys/contrib/openzfs/module/nvpair/
H A Dnvpair.c365 nvt_resize(nvpriv_t *priv, uint32_t new_size) argument
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dbuffer.c459 size_t new_size; local
H A Dhttp.c257 size_t new_size = 0, old_size = 0; local
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c1788 size_t old_size, new_size; local
/freebsd-13-stable/usr.bin/lex/
H A Dinitscan.c4351 int new_size = b->yy_buf_size * 2; local
4409 int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); local
4959 yy_size_t new_size; local
/freebsd-13-stable/sys/netinet/
H A Dsctputil.c1413 uint32_t new_size; local

Completed in 361 milliseconds

1234