Searched defs:new_size (Results 26 - 50 of 77) sorted by relevance

1234

/freebsd-13-stable/contrib/serf/buckets/
H A Dheaders_buckets.c175 apr_size_t new_size = found->value_size + value_size + 1; local
/freebsd-13-stable/lib/libpfctl/
H A Dlibpfctl.c770 size_t new_size = nv.size + local
/freebsd-13-stable/contrib/ldns/
H A Ddname.c55 uint16_t new_size; local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp380 size_t new_size = asan_malloc_usable_size(ptr, pc, bp); local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp124 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp223 void *MsanReallocate(StackTrace *stack, void *old_p, uptr new_size, argument
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_indirect_mapping.c477 uint64_t new_size = vdev_indirect_mapping_size(vim); local
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dst.c150 static int new_size(int size) function
/freebsd-13-stable/usr.bin/du/
H A Ddu.c377 size_t i, new_size; local
/freebsd-13-stable/usr.bin/netstat/
H A Dnhops.c209 uint32_t new_size; local
/freebsd-13-stable/lib/geom/part/
H A Dgeom_part.c330 off_t last, size, start, new_size; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp305 size_t new_size = GetByteSize(); local
/freebsd-13-stable/contrib/less/
H A Dline.c145 int new_size = size_linebuf * 2; local
/freebsd-13-stable/contrib/libevent/
H A Devmap.c800 int new_size; local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp97 uptr new_size = RoundUpTo(size, kShadowAlignment); local
237 HwasanReallocate(StackTrace *stack, void *tagged_ptr_old, uptr new_size, uptr alignment) argument
/freebsd-13-stable/contrib/flex/src/
H A Dmisc.c119 int new_size = action_size * 2; local
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_rx.c260 int new_size; local
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devmap.c800 int new_size; local
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp166 DWORD needed, new_size; local
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dreps.c353 apr_size_t new_size = hash->size * 2; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp376 const size_t new_size = sc_list.GetSize(); local
405 const size_t new_size = sc_list.GetSize(); local
H A DModule.cpp829 const size_t new_size = sc_list.GetSize(); local
/freebsd-13-stable/contrib/apr/tables/
H A Dapr_tables.c110 int new_size = (arr->nalloc <= 0) ? 1 : arr->nalloc * 2; local
129 int new_size = (arr->nalloc <= 0) ? 1 : arr->nalloc * 2; local
149 int new_size = (dst->nalloc <= 0) ? 1 : dst->nalloc * 2; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp217 const unsigned new_size = D->full_size(); local
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstring.c79 apr_size_t new_size = *size; local

Completed in 282 milliseconds

1234