Searched refs:Size (Results 251 - 275 of 621) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/mediaplayer/interface/
H A DDurationView.cpp115 font.SetSize(font.Size() * scale * 1.2);
/haiku/src/add-ons/disk_systems/ntfs/
H A DNTFSAddOn.cpp120 partition->SetContentSize(partition->Size() / blockSize * blockSize);
/haiku/headers/private/shared/
H A DHashMap.h144 int32 Size() const;
221 int32 Size() const function in class:BPrivate::SynchronizedHashMap
225 return fMap.Size();
482 // Size
485 HashMap<Key, Value>::Size() const function in class:BPrivate::HashMap
/haiku/src/add-ons/disk_systems/fat/
H A DFATAddOn.cpp119 partition->SetContentSize(partition->Size() / blockSize * blockSize);
/haiku/src/system/kernel/debug/
H A Ddebug_paranoia.cpp87 size_t Size() const { return fSize; } function in class:ParanoiaCheck
492 check->Address(), check->Size());
528 if (check->Size() != size) {
580 if (check->Size() != size) {
/haiku/headers/private/debugger/types/
H A DValueLocation.h155 uint64 byteffset, uint64 Size);
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A Dsession.cpp88 i, partition->offset + session->Offset(), session->Size(), -1);
/haiku/src/apps/installer/
H A DPackageViews.h58 const int32 Size() const function in class:Package
/haiku/src/kits/interface/
H A DSeparatorItem.cpp80 const float height = floorf((font.Size() * 0.8) / 2) * 2;
/haiku/src/servers/app/font/
H A DFontCache.cpp121 if (fFontCacheEntries.Size() < kMaxEntryCount)
/haiku/src/kits/debugger/arch/x86_64/
H A DCpuStateX8664.cpp284 if (value.Size() > sizeof(int64))
289 value.ToPointer(), value.Size());
292 if (value.Size() > sizeof(x86_64_xmm_register))
298 value.ToPointer(), value.Size());
/haiku/src/add-ons/disk_systems/intel/
H A DExtendedPartitionAddOn.cpp143 sector_align(partition->Size(), partition->BlockSize()));
213 logical->SetTo(child->Offset(), child->Size(), type.Type(), active,
282 off_t size = partition->Size() - PTS_OFFSET;
292 child->Size() + PTS_OFFSET + Partition()->BlockSize());
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafDirectory.h42 static uint32 Size(Inode* inode);
H A DNode.h35 static uint32 Size(Inode* inode);
H A DExtent.h59 static uint32 Size(Inode* inode);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsargs.c732 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState);
740 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState);
838 Arg->Named.Value.Size = BufferLength;
986 Arg->Common.Value.Size = (UINT32)
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DOsSupportBeOS.h332 PVOID operator new( size_t Size );
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp726 if (offset >= (uint64)fDebugRangesSection->Size())
740 fDebugRangesSection->Size() - offset, unit->AddressSize(), unit->IsBigEndian());
983 fDebugInfoSection->Size(), _addressSize, isBigEndian);
994 > (uint64)fDebugInfoSection->Size()) {
1075 fDebugTypesSection->Size(), _addressSize, isBigEndian);
1085 > (uint64)fDebugTypesSection->Size()) {
1176 section->Size(), addressSize, isBigEndian);
1567 if (strOffsetsBase + index * offsetSize >= fDebugStrOffsetsSection->Size()) {
1577 if (offset >= fDebugStringSection->Size()) {
1597 if (addrBase + index * unit->AddressSize() >= fDebugAddressSection->Size()) {
[all...]
/haiku/headers/private/fs_shell/
H A DSinglyLinkedList.h163 inline int32_t Size() const;
247 // Size
250 SINGLY_LINKED_LIST_CLASS_NAME::Size() const function in class:FSShell::SINGLY_LINKED_LIST_CLASS_NAME
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DSLList.h189 inline int32 Size() const;
321 // Size
324 SL_LIST_CLASS_NAME::Size() const function in class:SL_LIST_CLASS_NAME
/haiku/src/tests/add-ons/print/ppd/parser/
H A DPPDParser.cpp191 if (fStack.Size() > 0) {
192 return fStack.StatementAt(fStack.Size()-1);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DXDR.cpp299 return AddOpaque(stream.Buffer(), stream.Size());
306 uint32 size = stream.Size();
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.h63 off_t Size() const { return fFileInfoEntry.file_info.Size(); } function in class:Inode
/haiku/headers/private/kernel/util/
H A DSinglyLinkedList.h164 inline int32 Size() const;
300 // Size
303 SINGLY_LINKED_LIST_CLASS_NAME::Size() const function in class:SINGLY_LINKED_LIST_CLASS_NAME
/haiku/src/kits/debugger/value/
H A DValueLoader.cpp179 if (registerValue.Size() < bytesToRead)
184 bitOffset = registerValue.Size() * 8 - bitOffset - bitSize;

Completed in 185 milliseconds

<<11121314151617181920>>