Searched defs:capacity (Results 1 - 25 of 83) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/libcxx/include/__filesystem/
H A Dspace_info.h26 uintmax_t capacity; member in struct:space_info
/freebsd-current/contrib/processor-trace/libipt/internal/include/
H A Dpt_image_section_cache.h107 uint16_t capacity; member in struct:pt_image_section_cache
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp61 uint32_t TypeTableCollection::capacity() { return Records.size(); } function in class:TypeTableCollection
H A DGlobalTypeTableBuilder.cpp65 uint32_t GlobalTypeTableBuilder::capacity() { return SeenRecords.size(); } function in class:GlobalTypeTableBuilder
H A DAppendingTypeTableBuilder.cpp62 uint32_t AppendingTypeTableBuilder::capacity() { return SeenRecords.size(); } function in class:AppendingTypeTableBuilder
H A DMergingTypeTableBuilder.cpp66 uint32_t MergingTypeTableBuilder::capacity() { return SeenRecords.size(); } function in class:MergingTypeTableBuilder
H A DLazyRandomTypeCollection.cpp146 uint32_t LazyRandomTypeCollection::capacity() { return Records.size(); } function in class:LazyRandomTypeCollection
/freebsd-current/bin/sh/
H A Dexpand.h36 int capacity; member in struct:arglist
/freebsd-current/contrib/elftoolchain/libelftc/
H A D_libelftc.h53 size_t capacity; member in struct:vector_str
/freebsd-current/contrib/ldns/ldns/
H A Dradix.h84 uint16_t capacity; member in struct:ldns_radix_node_t
/freebsd-current/contrib/unbound/sldns/
H A Dsbuffer.c19 sldns_buffer_new(size_t capacity) argument
74 sldns_buffer_set_capacity(sldns_buffer *buffer, size_t capacity) argument
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_mcast_tbl.c56 osm_mcast_tbl_init(IN osm_mcast_tbl_t * p_tbl, IN uint8_t num_ports, IN uint16_t capacity) argument
/freebsd-current/contrib/ofed/opensm/include/complib/
H A Dcl_ptr_vector.h183 size_t capacity; member in struct:_cl_ptr_vector
[all...]
H A Dcl_vector.h297 size_t capacity; member in struct:_cl_vector
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h55 int capacity; member in struct:kmp_hier_sched_env_t
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfoList.cpp35 void Reserve(size_t capacity) { return m_regions.reserve(capacity); } argument
/freebsd-current/contrib/ldns/
H A Dbuffer.c16 ldns_buffer_new(size_t capacity) argument
60 ldns_buffer_set_capacity(ldns_buffer *buffer, size_t capacity) argument
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_ioptr.c58 size_t capacity; /**< capacity at @p ptr */ member in struct:bhnd_nvram_ioptr
[all...]
H A Dbhnd_nvram_iobuf.c59 size_t capacity; /**< capacity of @p buf */ member in struct:bhnd_nvram_iobuf
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h136 size_t capacity() const { return Capacity; } function in class:clang::threadSafety::til::SimpleArray
/freebsd-current/sbin/camcontrol/
H A Ddepop.c208 uint64_t capacity = 0; local
116 depop_remove(struct cam_device *device, int task_attr, int retry_count, int timeout, int verbosemode __unused, uint32_t elem, uint64_t capacity) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h53 constexpr uptr capacity() const { return CapacityBytes / sizeof(T); } function in class:scudo::VectorNoCtor
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h180 size_t capacity() const { return this->capacity_ptr() - Begin; } function in class:clang::ASTVector
/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_image_section_cache.c142 uint16_t capacity, target; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h209 uint32_t capacity() const { return Buckets.size(); } function in class:llvm::pdb::HashTable
298 static uint32_t maxLoad(uint32_t capacity) { return capacity * 2 / 3 + 1; } argument
[all...]

Completed in 186 milliseconds

1234