Searched refs:Size (Results 76 - 100 of 621) sorted by relevance

1234567891011>>

/haiku/headers/private/kernel/boot/net/
H A DChainBuffer.h19 uint32 Size() const { return fSize; } function in class:ChainBuffer
/haiku/src/tests/add-ons/print/ppd/model/
H A DStatementListVisitor.cpp15 const int32 n = list->Size();
/haiku/src/tests/kits/opengl/glinfo/
H A DGearsView.cpp14 #include <Size.h>
/haiku/src/kits/debugger/arch/
H A DInstructionInfo.h39 target_size_t Size() const { return fSize; } function in class:InstructionInfo
/haiku/src/kits/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;
H A DSpecificImageDebugInfo.cpp34 info, symbol->Address(), symbol->Size(), symbol->Name(),
/haiku/src/kits/debugger/jobs/
H A DRetrieveMemoryBlockJob.cpp47 fMemoryBlock->Data(), fMemoryBlock->Size());
/haiku/src/bin/bfs_tools/lib/
H A DHashtable.h37 size_t Size() const;
H A DBitmap.h36 size_t Size() const { return fSize; } function in class:Bitmap
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DInode.cpp43 return SetFileSize(transaction, Size() + bytes);
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DFile.h31 virtual off_t Size() const;
/haiku/src/system/boot/loader/file_systems/bfs/
H A DFile.h31 virtual off_t Size() const;
/haiku/src/system/boot/arch/ppc/
H A Darch_framebuffer.h42 size_t Size() { return fSize; }; function in class:ArchFramebuffer
/haiku/headers/private/shared/
H A DBitmapButton.h9 #include <Size.h>
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageData.h60 return DataV2().Size();
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPArray.cpp49 GPArray<TYPE>::Size() const function in class:GPArray
/haiku/src/system/boot/platform/openfirmware/
H A DHandle.cpp69 Handle::Size() const function in class:Handle
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DC3g.h110 PVOID operator new( size_t Size );
/haiku/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/src/apps/bootmanager/
H A DWizardPageView.cpp89 font.SetSize(font.Size() + 1);
95 font.SetSize(font.Size() - 1);
/haiku/src/kits/debugger/model/
H A DFileSourceCode.cpp137 int32 upper = fSourceLocations.Size();
146 _foundMatch = lower < fSourceLocations.Size()
/haiku/src/kits/package/hpkg/
H A DPackageDataReader.cpp36 fSize(data.Size())
83 BBufferDataReader(data.InlineData(), data.Size()),
/haiku/src/apps/sudoku/
H A DSudokuView.cpp148 uint32 maxOut = fField->Size() * fField->Size();
243 for (uint32 y = 0; y < fField->Size(); y++) {
244 for (uint32 x = 0; x < fField->Size(); x++) {
305 divider << (int)(100.0 / fField->Size()) << "%";
306 for (uint32 y = 0; y < fField->Size(); y++) {
308 for (uint32 x = 0; x < fField->Size(); x++) {
319 if (x == fField->Size() - 1)
321 if (y == fField->Size() - 1)
497 for (uint32 y = 0; y < fField->Size();
[all...]

Completed in 97 milliseconds

1234567891011>>