Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/unbound/sldns/
H A Dsbuffer.c98 size_t new_capacity = buffer->_capacity * 3 / 2; in sldns_buffer_reserve() local
/freebsd-src/contrib/ldns/
H A Dbuffer.c84 size_t new_capacity = buffer->_capacity * 3 / 2; in ldns_buffer_reserve() local
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp435 size_t new_capacity = (__cur_ - __start_); in __try_allocate_from_chunk() local
444 size_t new_capacity = (__cur_ - __start_); in __try_allocate_from_chunk() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h535 Realloc(new_capacity); in push_back() local
594 CHECK_GT(new_capacity, 0); in Realloc() argument
/freebsd-src/usr.sbin/nscd/
H A Dcachelib.c537 size_t new_capacity; in register_cache_entry() local
/freebsd-src/sys/dev/virtio/block/
H A Dvirtio_blk.c713 vtblk_resize_disk(struct vtblk_softc *sc, uint64_t new_capacity) in vtblk_resize_disk()