Searched refs:Size (Results 201 - 225 of 579) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacpiosxf.h272 ACPI_SIZE Size);
286 ACPI_SIZE Size);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DBlockingQueue.h55 int32 Size() const;
184 // Size
187 BlockingQueue<Element>::Size() const function in class:BlockingQueue
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/
H A DEbmlMaster.h76 return Size;
82 return ElementPosition + EbmlId(*this).Length + CodedSizeLength(Size, SizeLength, bSizeIsFinite);
/haiku-fatelf/src/apps/installer/
H A DBlockingQueue.h58 int32 Size();
198 // Size
201 BlockingQueue<Element>::Size() function in class:BlockingQueue
/haiku-fatelf/src/kits/package/hpkg/
H A DBlockBufferCacheImpl.cpp116 if (buffer->Size() != fBlockSize) {
161 if (buffer->Size() == fBlockSize && fAllocatedBlocks < fMaxCachedBlocks)
/haiku-fatelf/src/kits/tracker/
H A DMountMenu.cpp108 if (partition->Size() < divisor) {
115 1.0 * partition->Size() / divisor, unit, type);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/headers/shared/
H A DBlockingQueue.h54 int32 Size() const;
183 // Size
186 BlockingQueue<Element>::Size() const function in class:BlockingQueue
/haiku-fatelf/src/tests/kits/app/bmessage/
H A DMessageBStringItemTest.h128 static bool Size(size_t size, BString& msg)
131 bool TBStringAssertPolicy::Size(size_t size, BString& data) function in class:TBStringAssertPolicy
H A DMessageFlattenableItemTest.h164 static bool Size(size_t size, MyFlattenableType& flat)
167 bool TFlattenableAssertPolicy::Size(size_t size, MyFlattenableType& flat) function in class:TFlattenableAssertPolicy
/haiku-fatelf/src/tests/system/kernel/file_corruption/disk_system/
H A Dchecksumfs.cpp98 return (uint64)partition->Size() >= kCheckSumFSMinSize;
154 partition->SetContentSize(partition->Size() / B_PAGE_SIZE * B_PAGE_SIZE);
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DDisk.h44 off_t Size() const { return fSize; } function in class:Disk
50 uint32 BitmapSize() const { return fBitmap.Size(); }
/haiku-fatelf/headers/os/interface/
H A DAbstractLayoutItem.h10 #include <Size.h>
H A DLayoutItem.h12 #include <Size.h>
/haiku-fatelf/headers/private/kernel/boot/
H A Dpartitions.h25 virtual off_t Size() const;
/haiku-fatelf/headers/private/storage/
H A DMutablePartition.h22 off_t Size() const;
/haiku-fatelf/headers/private/userlandfs/shared/
H A DHashMap.h152 int32 Size() const;
221 int32 Size() const function in class:SynchronizedHashMap
225 return fMap.Size();
412 // Size
415 HashMap<Key, Value>::Size() const function in class:HashMap
/haiku-fatelf/src/add-ons/disk_systems/intel/
H A DExtendedPartitionAddOn.cpp143 sector_align(partition->Size(), partition->BlockSize()));
212 logical->SetTo(child->Offset(), child->Size(), type.Type(), active,
281 off_t size = partition->Size() - PTS_OFFSET;
291 child->Size() + PTS_OFFSET + Partition()->BlockSize());
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A Dbfs.h134 off_t Size() const function in struct:BFS::data_stream
164 inline uint32 Size() const;
376 small_data::Size() const function in class:BFS::small_data
385 return (small_data*)((uint8*)this + Size());
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DUserlandFS.cpp129 return fFileSystems->Size();
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/apple/
H A Dapple.h61 uint64 Size(apple_driver_descriptor &descriptor) { return BlockCount() * descriptor.BlockSize(); } function in struct:apple_partition_map
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/atari/
H A Datari.h35 uint32 Size() const { return B_BENDIAN_TO_HOST_INT32(size); } function in struct:atari_partition_entry
/haiku-fatelf/src/add-ons/media/plugins/matroska/libmatroska/matroska/
H A DKaxSeekHead.h93 bool ValidateSize() const {return Size <= 4;}
/haiku-fatelf/src/add-ons/print/drivers/gutenprint/
H A DGPParameterVisitor.h13 #include <Size.h>
/haiku-fatelf/src/apps/mediaplayer/interface/
H A DDurationView.cpp104 font.SetSize(font.Size() * scale * 1.2);
/haiku-fatelf/src/kits/interface/
H A DSeparatorItem.cpp71 const float height = floorf((font.Size() * 0.8) / 2) * 2;

Completed in 322 milliseconds

1234567891011>>