Home
last modified time | relevance | path

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

123

/openbsd/usr.sbin/npppd/common/
H A Dbytebuf.c78 size_t capacity; member
91 bytebuffer_create(size_t capacity) in bytebuffer_create()
121 bytebuffer_wrap(void *data, size_t capacity) in bytebuffer_wrap()
162 bytebuffer_realloc(bytebuffer *_this, size_t capacity) in bytebuffer_realloc()
/openbsd/lib/libssl/
H A Dtls_buffer.c27 size_t capacity; member
80 tls_buffer_grow(struct tls_buffer *buf, size_t capacity) in tls_buffer_grow()
89 tls_buffer_resize(struct tls_buffer *buf, size_t capacity) in tls_buffer_resize()
/openbsd/sys/dev/pci/drm/amd/display/dc/basics/
H A Damdgpu_vector.c32 uint32_t capacity, in dal_vector_construct()
113 uint32_t capacity, in dal_vector_create()
284 bool dal_vector_reserve(struct vector *vector, uint32_t capacity) in dal_vector_reserve()
/openbsd/usr.sbin/nsd/
H A Dbuffer.c25 buffer_create(region_type *region, size_t capacity) in buffer_create()
83 buffer_set_capacity(buffer_type *buffer, size_t capacity) in buffer_set_capacity()
H A Dixfr.c975 static void ixfr_rrs_make_space(uint8_t** rrs, size_t* len, size_t* capacity, in ixfr_rrs_make_space()
998 size_t* len, size_t* capacity) in ixfr_put_newsoa()
1017 static void ixfr_trim_capacity(uint8_t** rrs, size_t* len, size_t* capacity) in ixfr_trim_capacity()
1381 size_t capacity = 0; in ixfr_store_add_newsoa_rdatas() local
1466 size_t capacity = 0; in ixfr_store_oldsoa_uncompressed() local
2427 size_t capacity = 0; in ixfr_data_readnewsoa() local
2476 size_t capacity = 0; in ixfr_data_readoldsoa() local
2519 size_t capacity = 0; in ixfr_data_readdel() local
2552 size_t capacity = 0; in ixfr_data_readadd() local
H A Dradtree.h49 uint16_t capacity; member
/openbsd/sbin/unwind/libunbound/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()
/openbsd/usr.sbin/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()
/openbsd/gnu/llvm/libcxx/include/__filesystem/
H A Dspace_info.h28 uintmax_t capacity; member
/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c359 uint64_t **mods, uint64_t *size, uint64_t *capacity) in add_gfx10_1_modifiers()
404 uint64_t **mods, uint64_t *size, uint64_t *capacity) in add_gfx9_modifiers()
510 uint64_t **mods, uint64_t *size, uint64_t *capacity) in add_gfx10_3_modifiers()
582 uint64_t **mods, uint64_t *size, uint64_t *capacity) in add_gfx11_modifiers()
648 uint64_t size = 0, capacity = 128; in get_plane_modifiers() local
/openbsd/gnu/llvm/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
H A DLazyRandomTypeCollection.cpp147 uint32_t LazyRandomTypeCollection::capacity() { return Records.size(); } in capacity() function in LazyRandomTypeCollection
/openbsd/gnu/llvm/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()
/openbsd/sys/dev/pci/drm/amd/display/include/
H A Dvector.h33 uint32_t capacity; member
/openbsd/sys/dev/pci/drm/i915/
H A Di915_drm_client.c74 const unsigned int capacity = i915->engine_uabi_class_count[class]; in show_client_class() local
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dvector.h59 constexpr uptr capacity() const { return CapacityBytes / sizeof(T); } in capacity() function
/openbsd/gnu/llvm/lldb/source/API/
H A DSBMemoryRegionInfoList.cpp35 void Reserve(size_t capacity) { return m_regions.reserve(capacity); } in Reserve()
/openbsd/lib/libradius/
H A Dradius_local.h57 size_t capacity; member
/openbsd/gnu/gcc/gcc/
H A Dtree-phinodes.c207 int capacity, i; in make_phi_node() local
/openbsd/gnu/llvm/clang/include/clang/Analysis/Support/
H A DBumpVector.h195 size_t capacity() const { return Capacity - Begin; } in capacity() function
/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h136 size_t capacity() const { return Capacity; } in capacity() function
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTVector.h180 size_t capacity() const { return this->capacity_ptr() - Begin; } in capacity() function

123