Home
last modified time | relevance | path

Searched defs:capacity (Results 1 – 25 of 86) sorted by relevance

1234

/freebsd/contrib/unbound/sldns/
H A Dsbuffer.c19 sldns_buffer_new(size_t capacity) in sldns_buffer_new()
74 sldns_buffer_set_capacity(sldns_buffer *buffer, size_t capacity) in sldns_buffer_set_capacity()
/freebsd/contrib/ldns/
H A Dbuffer.c16 ldns_buffer_new(size_t capacity) in ldns_buffer_new()
60 ldns_buffer_set_capacity(ldns_buffer *buffer, size_t capacity) in ldns_buffer_set_capacity()
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dspace_info.h25 uintmax_t capacity; member
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h32 uptr capacity() { return String.capacity() - 1; } in capacity() function
H A Dvector.h55 constexpr uptr capacity() const { return CapacityBytes / sizeof(T); } in capacity() function
/freebsd/sys/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c160 read_disk_info(int fd, diskaddr_t *capacity, uint_t *lbsize) in read_disk_info()
335 diskaddr_t capacity = 0; in efi_alloc_and_init() local
456 diskaddr_t capacity; in efi_ioctl() local
641 diskaddr_t capacity = 0; in efi_read() local
/freebsd/sbin/camcontrol/
H A Ddepop.c117 int timeout, int verbosemode __unused, uint32_t elem, uint64_t capacity) in depop_remove()
208 uint64_t capacity = 0; in depop() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddressRangeListImpl.cpp26 void AddressRangeListImpl::Reserve(size_t capacity) { in Reserve()
/freebsd/bin/sh/
H A Dexpand.h36 int capacity; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp61 uint32_t TypeTableCollection::capacity() { return Records.size(); } in capacity() function in TypeTableCollection
H A DAppendingTypeTableBuilder.cpp62 uint32_t AppendingTypeTableBuilder::capacity() { return SeenRecords.size(); } in capacity() function in AppendingTypeTableBuilder
H A DGlobalTypeTableBuilder.cpp65 uint32_t GlobalTypeTableBuilder::capacity() { return SeenRecords.size(); } in capacity() function in GlobalTypeTableBuilder
H A DMergingTypeTableBuilder.cpp66 uint32_t MergingTypeTableBuilder::capacity() { return SeenRecords.size(); } in capacity() function in MergingTypeTableBuilder
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h209 uint32_t capacity() const { return Buckets.size(); } in capacity() function
298 static uint32_t maxLoad(uint32_t capacity) { return capacity * 2 / 3 + 1; } in maxLoad()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_spq.c582 u32 i, capacity; in ecore_spq_setup() local
646 u32 capacity; in ecore_spq_alloc() local
698 u32 capacity; in ecore_spq_free() local
/freebsd/contrib/elftoolchain/libelftc/
H A D_libelftc.h53 size_t capacity; member
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_image_section_cache.h107 uint16_t capacity; member
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_ptr_vector.h183 size_t capacity; member
H A Dcl_vector.h297 size_t capacity; member
/freebsd/contrib/ldns/ldns/
H A Dradix.h84 uint16_t capacity; member
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfoList.cpp35 void Reserve(size_t capacity) { return m_regions.reserve(capacity); } in Reserve()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mcast_tbl.c57 IN uint16_t capacity) in osm_mcast_tbl_init()
/freebsd/sys/dev/xdma/controller/
H A Dpl330.c91 uint32_t capacity; member
414 uint32_t *capacity) in pl330_channel_capacity()
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_ioptr.c58 size_t capacity; /**< capacity at @p ptr */ member
/freebsd/sys/contrib/ck/src/
H A Dck_hs.c91 unsigned long capacity; member
255 ck_hs_reset_size(struct ck_hs *hs, unsigned long capacity) in ck_hs_reset_size()
334 unsigned long capacity) in ck_hs_grow()

1234