Searched refs:Size (Results 101 - 125 of 579) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/print/drivers/gutenprint/
H A DGPArray.cpp49 GPArray<TYPE>::Size() const function in class:GPArray
/haiku-fatelf/src/apps/debugger/debug_info/
H A DBasicFunctionDebugInfo.cpp46 BasicFunctionDebugInfo::Size() const function in class:BasicFunctionDebugInfo
H A DBasicFunctionDebugInfo.h25 virtual target_size_t Size() const;
H A DDwarfFunctionDebugInfo.h34 virtual target_size_t Size() const;
/haiku-fatelf/src/apps/debugger/jobs/
H A DRetrieveMemoryBlockJob.cpp48 fMemoryBlock->Data(), fMemoryBlock->Size());
/haiku-fatelf/src/apps/debugger/types/
H A DValueLocation.cpp206 return fPieces.Size();
213 if (index < 0 || index >= fPieces.Size())
223 if (index < 0 || index >= fPieces.Size())
242 int32 count = fPieces.Size();
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DBitmap.h35 size_t Size() const { return fSize; } function in class:Bitmap
H A DHashtable.h36 size_t Size() const;
/haiku-fatelf/src/system/boot/loader/file_systems/amiga_ffs/
H A DFile.h31 virtual off_t Size() const;
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DFile.h31 virtual off_t Size() const;
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A DHandle.h26 virtual off_t Size() const;
/haiku-fatelf/src/system/boot/platform/openfirmware/
H A DHandle.cpp69 Handle::Size() const function in class:Handle
/haiku-fatelf/src/tests/add-ons/print/ppd/model/
H A DStatementListVisitor.cpp15 const int32 n = list->Size();
/haiku-fatelf/src/tests/kits/opengl/glinfo/
H A DGearsView.cpp14 #include <Size.h>
/haiku-fatelf/src/apps/debugger/arch/
H A DInstructionInfo.h39 target_size_t Size() const { return fSize; } function in class:InstructionInfo
/haiku-fatelf/src/apps/drivesetup/
H A DSupport.h47 int32 Size();
/haiku-fatelf/src/system/boot/arch/arm/
H A Darch_framebuffer.h42 size_t Size() { return fSize; }; function in class:ArchFramebuffer
/haiku-fatelf/src/kits/media/
H A DRealtimeAlloc.cpp37 uint32 Size() const;
94 FreeChunk::Size() const function in class:FreeChunk
181 while (chunk && chunk->Size() < fSize) {
361 while (chunk && chunk->Size() < size) {
372 if (chunk->Size() > size + sizeof(FreeChunk) + kAlignment) {
452 if (oldChunk->Size() >= newSize && newSize > oldChunk->Size() / 3) {
458 if (copySize > oldChunk->Size())
459 copySize = oldChunk->Size();
486 return chunk->Size();
[all...]
/haiku-fatelf/src/add-ons/translators/hvif/
H A DHVIFView.cpp77 BSize((font.Size() * 270) / 12, (font.Size() * 100) / 12));
/haiku-fatelf/src/add-ons/translators/tga/
H A DTGAView.cpp93 SetExplicitPreferredSize(BSize((font.Size() * 333)/12,
94 (font.Size() * 200)/12));
/haiku-fatelf/src/apps/debugger/model/
H A DFileSourceCode.cpp137 int32 upper = fSourceLocations.Size();
146 _foundMatch = lower < fSourceLocations.Size()
/haiku-fatelf/src/system/boot/platform/amiga_m68k/
H A DHandle.h25 virtual off_t Size() const;
62 virtual off_t Size() const;
/haiku-fatelf/src/add-ons/disk_systems/gpt/
H A DGPTDiskAddOn.cpp96 return partition->Size() >= round_up(partition->BlockSize()
151 round_down(partition->Size(), partition->BlockSize()));
/haiku-fatelf/3rdparty/proj2make/
H A Dproj2make.cpp59 uint32 Size() { return function in struct:hdr
141 printf("\t%c%c%c%c:%d:%s\n", c[3], c[2], c[1], c[0], child->Size(), name);
174 c[3], c[2], c[1], c[0], current->Size());
220 while (off < current->Size()) {
222 off += child->Size() + sizeof(hdr);
223 child = (hdr*)(child->Data() + child->Size());
/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCChannelMask.cpp388 PVOID CChannelMask::operator new( size_t Size )
393 Status = OsAllocateNonPaged(Size,&pMemory);
403 memset( pMemory, 0, Size );
408 } // PVOID CChannelMask::operator new( size_t Size )
544 PVOID CChMaskDsp::operator new( size_t Size )
549 Status = OsAllocateNonPaged(Size,&pMemory);
559 memset( pMemory, 0, Size );
564 } // PVOID CChMaskDsp::operator new( size_t Size )

Completed in 370 milliseconds

1234567891011>>