Home
last modified time | relevance | path

Searched defs:new_capacity (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ofed/opensm/complib/
H A Dcl_ptr_vector.c168 IN const size_t new_capacity) in cl_ptr_vector_set_capacity()
210 size_t new_capacity; in cl_ptr_vector_set_size() local
H A Dcl_vector.c334 IN const size_t new_capacity) in cl_vector_set_capacity()
404 size_t new_capacity; in cl_vector_set_size() local
/freebsd/contrib/unbound/sldns/
H A Dsbuffer.c98 size_t new_capacity = buffer->_capacity * 3 / 2; in sldns_buffer_reserve() local
/freebsd/contrib/ldns/
H A Dbuffer.c84 size_t new_capacity = buffer->_capacity * 3 / 2; in ldns_buffer_reserve() local
/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp434 size_t new_capacity = (__cur_ - __start_); __try_allocate_from_chunk() local
443 size_t new_capacity = (__cur_ - __start_); __try_allocate_from_chunk() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h534 uptr new_capacity = RoundUpToPowerOfTwo(size_ + 1); in push_back() local
593 NOINLINE void Realloc(uptr new_capacity) { in Realloc()
/freebsd/usr.sbin/nscd/
H A Dcachelib.c537 size_t new_capacity; in register_cache_entry() local
/freebsd/sys/dev/virtio/block/
H A Dvirtio_blk.c713 vtblk_resize_disk(struct vtblk_softc *sc, uint64_t new_capacity) in vtblk_resize_disk() argument