Searched refs:Size (Results 51 - 75 of 621) sorted by relevance

1234567891011>>

/haiku/headers/private/shared/
H A DStripeView.h42 return max_c(1, ((int32)be_plain_font->Size() + 15) / 16);
/haiku/src/system/boot/platform/openfirmware/
H A DHandle.h23 virtual off_t Size() const;
/haiku/src/apps/webpositive/
H A DBookmarkBar.h14 #include <Size.h>
/haiku/src/system/boot/platform/atari_m68k/
H A DHandle.cpp70 Handle::Size() const function in class:Handle
H A DHandle.h26 virtual off_t Size() const;
/haiku/src/tests/kits/app/bmessage/
H A DMessageCStringItemTest.h65 static bool Size(size_t size, const char* data)
68 bool TCStringAssertPolicy::Size(size_t size, const char* data) function in class:TCStringAssertPolicy
H A DMessageMessageItemTest.h138 uint32 Size() { return size; } function in class:ArrayTypeBase::ArrayType
152 array = new BMessage[Size()];
153 for (uint32 i = 0; i < Size(); ++i)
161 static SizeType Size(ArrayType& array) { return array.Size(); } function in struct:ArrayTypeBase
197 static bool Size(size_t size, BMessage& msg)
200 bool TMessageAssertPolicy::Size(size_t size, BMessage& msg) function in class:TMessageAssertPolicy
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DSymLink.cpp42 uint64 size = Size();
71 uint64 size = Size();
/haiku/src/system/boot/loader/file_systems/bfs/
H A DFile.cpp79 File::Size() const function in class:BFS::File
81 return fStream.Size();
H A DStream.h32 off_t Size() const { return data.Size(); } function in class:BFS::Stream
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dsata_request.h35 int Size();
89 sata_request::Size() function in class:sata_request
/haiku/src/kits/debugger/debug_info/
H A DDwarfFunctionDebugInfo.cpp61 DwarfFunctionDebugInfo::Size() const function in class:DwarfFunctionDebugInfo
63 return fAddressRanges->CoveringRange().Size();
/haiku/headers/private/debugger/debug_info/
H A DFunctionInstance.h46 target_size_t Size() const function in class:FunctionInstance
47 { return fFunctionDebugInfo->Size(); }
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h324 ACPI_SIZE Size,
331 ACPI_SIZE Size,
394 ACPI_SIZE Size,
401 ACPI_SIZE Size,
427 ACPI_SIZE Size,
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMapWriter.cpp65 if (child->Size() % child->BlockSize() != 0) {
66 TRACE(("check_logical_location() - Size: (%" B_PRId64 ") is not a "
67 "multiple of block size: (%" B_PRId32 ")\n", child->Size(),
73 + parent->Size()) {
77 parent->Offset() + parent->Size()));
80 if (child->Offset() + child->Size() > parent->Offset() + parent->Size()) {
206 partition.SetSize(logical->Size());
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCDarla24.cpp50 PVOID CDarla24::operator new( size_t Size )
55 Status = OsAllocateNonPaged(Size,&pMemory);
65 memset( pMemory, 0, Size );
70 } // PVOID CDarla24::operator new( size_t Size )
H A DCGina24.cpp53 PVOID CGina24::operator new( size_t Size )
58 Status = OsAllocateNonPaged(Size,&pMemory);
68 memset( pMemory, 0, Size );
73 } // PVOID CGina24::operator new( size_t Size )
H A DCLayla.cpp54 PVOID CLayla::operator new( size_t Size )
59 Status = OsAllocateNonPaged(Size,&pMemory);
69 memset( pMemory, 0, Size );
74 } // PVOID CLayla::operator new( size_t Size )
H A DCMia.cpp51 PVOID CMia::operator new( size_t Size )
56 Status = OsAllocateNonPaged(Size,&pMemory);
66 memset( pMemory, 0, Size );
71 } // PVOID CMia::operator new( size_t Size )
H A DCMona.cpp53 PVOID CMona::operator new( size_t Size )
58 Status = OsAllocateNonPaged(Size,&pMemory);
68 memset( pMemory, 0, Size );
73 } // PVOID CMona::operator new( size_t Size )
H A DCEchoGals.cpp47 PVOID CEchoGals::operator new( size_t Size )
52 Status = OsAllocateNonPaged(Size,&pMemory);
62 memset( pMemory, 0, Size );
67 } // PVOID CEchoGals::operator new( size_t Size )
/haiku/src/tests/kits/media/
H A DBufferTest.cpp68 CPPUNIT_ASSERT_EQUAL(1234, buffer->Size());
85 CPPUNIT_ASSERT_EQUAL(1234, buffer->Size());
100 CPPUNIT_ASSERT_EQUAL(0, sb->Size());
/haiku/src/kits/debugger/util/
H A DBitBuffer.cpp84 size_t oldSize = fBytes.Size();
108 size_t oldSize = fBytes.Size();
150 size_t oldSize = fBytes.Size();
/haiku/src/tests/kits/shared/
H A DLRUCacheTest.cpp50 CPPUNIT_ASSERT_EQUAL(5, map.Size());
81 CPPUNIT_ASSERT_EQUAL(3, map.Size());
103 CPPUNIT_ASSERT_EQUAL(1, map.Size());
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutalloc.c165 * PARAMETERS: Size - Size of the allocation
177 ACPI_SIZE Size)
185 Allocation = AcpiOsAllocate (Size);
190 memset (Allocation, 0, Size);
176 AcpiOsAllocateZeroed( ACPI_SIZE Size) argument

Completed in 106 milliseconds

1234567891011>>