Searched defs:capacity (Results 1 - 25 of 40) sorted by path

12

/haiku/headers/cpp/
H A Dstl_bvector.h512 size_type capacity() const { function in class:vector
H A Dstl_rope.h2273 size_type capacity() const { function in class:rope
H A Dstl_vector.h215 size_type capacity() const function in class:vector
/haiku/headers/libs/agg/
H A Dagg_array.h177 unsigned capacity() const { return m_capacity; } function in class:agg::pod_vector
220 void pod_vector<T>::capacity(unsigned cap, unsigned extra_tail) function in class:agg::pod_vector
/haiku/headers/private/vmdk/
H A Dvmdk.h19 SectorType capacity; member in struct:SparseExtentHeader
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequestMemberArray.h95 status_t _EnsureCapacity(int32 capacity) argument
/haiku/src/apps/diskusage/
H A DSnapshot.h50 off_t capacity; member in struct:VolumeSnapshot
/haiku/src/apps/powerstatus/
H A DDriverInterface.h27 int32 capacity; member in struct:battery_info
/haiku/src/bin/bfs_tools/lib/
H A DHashtable.cpp35 Hashtable::Hashtable(int capacity, float loadFactor) argument
/haiku/src/kits/media/
H A DChunkCache.h27 size_t capacity; member in struct:BPrivate::media::chunk_buffer
/haiku/src/system/kernel/slab/
H A DObjectDepot.cpp201 object_depot_init(object_depot* depot, size_t capacity, size_t maxCount, argument
/haiku/src/system/libroot/os/
H A Dport.c12 create_port(int32 capacity, const char *name) argument
/haiku/headers/cpp/std/
H A Dbastring.h172 size_type capacity () const function in class:basic_string
/haiku/headers/os/kernel/
H A DOS.h125 int32 capacity; /* queue depth */ member in struct:port_info
/haiku/headers/private/device/
H A Dpower_managment.h41 uint32 capacity; member in struct:__anon2
/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp86 uint64 capacity; member in struct:__anon25
136 nvme_disk_set_capacity(nvme_disk_driver_info* info, uint64 capacity, argument
[all...]
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_cd/
H A Dscsi_cd.cpp897 cd_set_capacity(cd_driver_info* info, uint64 capacity, uint32 blockSize, uint32 physicalBlockSize) argument
[all...]
H A Dscsi_cd.h34 uint64 capacity; member in struct:cd_driver_info
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_disk/
H A Dscsi_disk.cpp409 das_set_capacity(das_driver_info* info, uint64 capacity, uint32 blockSize, uint32 physicalBlockSize) argument
608 uint64 capacity = info->capacity; local
[all...]
H A Dscsi_disk.h31 uint64 capacity; member in struct:das_driver_info
/haiku/src/add-ons/kernel/drivers/disk/virtual/virtio_block/
H A Dvirtio_blk.h50 uint64_t capacity; member in struct:virtio_blk_config
H A Dvirtio_block.cpp66 uint64 capacity; member in struct:__anon1
441 uint64 capacity = info->config.capacity * 512 / blockSize; local
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp129 AllocationInfo::AddListAllocation(size_t capacity, size_t elementSize) argument
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dblock.cpp365 uint64 capacity; local
[all...]
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixFifo.cpp100 UnixBufferQueue::UnixBufferQueue(size_t capacity, UnixFifoType type) argument
317 UnixBufferQueue::SetCapacity(size_t capacity) argument
339 UnixFifo::UnixFifo(size_t capacity, UnixFifoType type) argument
496 UnixFifo::SetBufferCapacity(size_t capacity) argument
[all...]

Completed in 149 milliseconds

12