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

1234567891011>>

/haiku/headers/private/kernel/boot/
H A Dpartitions.h25 virtual off_t Size() const;
/haiku/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;
381 small_data::Size() const function in class:BFS::small_data
390 return (small_data*)((uint8*)this + Size());
H A DInode.cpp361 fOldSize = Size();
367 SetFileCache(file_cache_create(fVolume->ID(), ID(), Size()));
368 SetMap(file_map_create(volume->ID(), ID(), Size()));
414 fOldSize = Size();
574 if (max == NULL || max->Size() < item->Size()) {
581 if (bytes < (int32)item->Size())
585 if (item->IsLast(node) || (int32)item->Size() < bytes || max == NULL)
588 bytes -= max->Size();
649 memset(item, 0, item->Size());
[all...]
/haiku/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/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/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DInode.h45 off_t Size() const { return fSize; } function in class:Inode
/haiku/src/system/boot/platform/u-boot/
H A Ddevices.cpp82 disk_ident.device.unknown.size = device->Size();
/haiku/src/apps/haikudepot/ui/
H A DWorkStatusView.cpp51 fStatusText->SetFontSize(be_plain_font->Size() * 0.9f);
/haiku/headers/private/storage/
H A DMutablePartition.h22 off_t Size() const;
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DNodeAttribute.cpp265 NodeEntry* firstNodeEntry = (NodeEntry*)(fNodeBuffer + NodeHeader::Size(fInode));
290 (AttrLeafEntry*)(fLeafBuffer + AttrLeafHeader::Size(fInode));
340 NodeEntry* nodeEntry = (NodeEntry*)(fNodeBuffer + NodeHeader::Size(fInode));
358 AttrLeafEntry* entry = (AttrLeafEntry*)(fLeafBuffer + AttrLeafHeader::Size(fInode));
/haiku/src/tests/system/boot/loader/
H A DHandle.cpp112 Handle::Size() const function in class:Handle
/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp163 success = fEngine.Init(NULL, font.FaceIndex(), font.Size(), charMap,
166 success = fEngine.Init(font.Path(), font.FaceIndex(), font.Size(), charMap,
404 font.Face(), int(renderingType), font.Size(), hinting, averageWeight);
432 || font.Size() > 30
/haiku/headers/private/kernel/
H A Dtracing.h57 size_t Size() const { return fSize; } function in class:TraceOutput
81 size_t Size() const { return ToTraceEntry()->size; } function in class:TraceEntry
181 if (Size() == 0) {
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DC3g.cpp56 PVOID C3g::operator new( size_t Size )
61 Status = OsAllocateNonPaged(Size,&pMemory);
71 memset( pMemory, 0, Size );
76 } // PVOID C3g::operator new( size_t Size )
H A DCMtcSync.cpp490 PVOID CMtcSync::operator new( size_t Size )
495 Status = OsAllocateNonPaged(Size,&pMemory);
505 memset( pMemory, 0, Size );
510 } // PVOID CMtcSync::operator new( size_t Size )
/haiku/headers/os/interface/
H A DRect.h12 #include <Size.h>
81 BSize Size() const;
242 BRect::Size() const function in class:BRect
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWidgetLayoutTest.cpp200 BSize sliderSize(fSliderView->Size());
201 BSize parentSize(fSliderView->Parent()->Size());
271 fWrapperView->GetView()->Frame().Size());
/haiku/headers/private/debugger/elf/
H A DElfFile.h35 uint64 Size() const { return fSize; } function in class:ElfSection
89 typedef uint32 Size; typedef in struct:ElfClass32
104 typedef uint64 Size; typedef in struct:ElfClass64
/haiku/src/system/boot/platform/riscv/
H A Ddevices.cpp43 virtual off_t Size() const { function in class:VirtioBlockDevice
208 identifier.device.unknown.size = device->Size();
211 off_t offset = get_next_check_sum_offset(i, device->Size());
/haiku/src/apps/screenshot/
H A DUtility.cpp145 B_ORIGIN, cursorPosition, cursorBitmap->Bounds().Size());
149 B_ORIGIN, cursorPosition, cursorAreaBitmap->Bounds().Size());
165 B_ORIGIN, frame.Size()) != B_OK) {
/haiku/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.cpp106 return partition->Size() >= 1L * 1024 * 1024;
132 off_t size = partition->Size();
177 partition->SetContentSize(partition->Size() / blockSize * blockSize);
/haiku/src/apps/deskbar/
H A DBarMenuBar.cpp126 float width = std::max(63.f, ceilf(63 * be_bold_font->Size() / 12.f));
127 float height = std::max(22.f, ceilf(22 * be_bold_font->Size() / 12.f));
347 ceilf(kTeamIconBitmapHeight * be_bold_font->Size() / 12.f));
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacpiosxf.h343 ACPI_SIZE Size);
349 ACPI_SIZE Size);
369 ACPI_SIZE Size);
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp95 return partition->Size() >= 2 * partition->BlockSize()
96 && partition->Size() / partition->BlockSize() < UINT32_MAX;
142 sector_align(partition->Size(), partition->BlockSize()));
196 primary->SetTo(child->Offset(), child->Size(), type.Type(), active,
287 primary->Size());
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp44 size_t Size() const { return fSize; } function in class:TestSuiteContext
162 size_t Size() const { return fContext.Size(); } function in class:TestSuite
399 memset((void*)fSuite.DataBase(), 0xcc, fSuite.Size());
419 memset((void*)fSuite.CompareBase(), 0xcc, fSuite.Size());
461 for (size_t i = 0; i < fSuite.Size(); i++) {
466 dump_block((char*)&data[i], min_c(64, fSuite.Size() - i), " ");
468 dump_block((char*)&compare[i], min_c(64, fSuite.Size() - i), " ");
493 dump_block((char*)&disk[i], min_c(64, fSuite.Size() - i), " ");
513 min_c(64, fSuite.Size()
[all...]

Completed in 170 milliseconds

1234567891011>>