Searched refs:Size (Results 1 - 25 of 621) sorted by relevance

1234567891011>>

/haiku/src/kits/interface/
H A DSize.cpp6 #include <Size.h>
/haiku/headers/build/os/interface/
H A DSize.h1 #include <../os/interface/Size.h>
/haiku/headers/libs/agg/
H A Dagg_simul_eq.h78 template<unsigned Size, unsigned RightCols>
81 static bool solve(const double left[Size][Size],
82 const double right[Size][RightCols],
83 double result[Size][RightCols])
88 double tmp[Size][Size + RightCols];
90 for(i = 0; i < Size; i++)
92 for(j = 0; j < Size; j++)
98 tmp[i][Size
[all...]
/haiku/headers/os/drivers/pcmcia/
H A Dmemory.h35 u_long Size; member in struct:erase_info_t
/haiku/src/apps/sudoku/
H A DSudokuGenerator.cpp63 uint32 inputCount = field.Size() * field.Size() / 3;
77 x = rand() % field.Size();
78 y = rand() % field.Size();
87 value = rand() % field.Size();
113 int32 removeCount = field.Size() * field.Size() - fieldsLeft;
114 bool tried[field.Size() * field.Size()];
115 int32 tries = field.Size() * fiel
[all...]
H A DSudokuSolver.cpp78 for (uint32 y = 0; y < fField->Size(); y++) {
79 for (uint32 x = 0; x < fField->Size(); x++) {
108 for (uint32 y = fY; y < fField->Size(); y++) {
109 for (uint32 x = 0; x < fField->Size(); x++) {
175 for (uint32 y = 0; y < fField->Size(); y++) {
176 for (uint32 x = 0; x < fField->Size(); x++) {
181 if (set < fField->Size() * fField->Size() / 6)
203 for (uint32 i = 0; i < fField->Size(); i++) {
/haiku/src/kits/debugger/util/
H A DBitBuffer.h25 size_t Size() const { return fBytes.Size(); } function in class:BitBuffer
27 { return Size() * 8 - fMissingBits; }
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPCapabilities.cpp38 return fPageSizes.Size();
40 return fInputSlots.Size();
42 return fResolutions.Size();
44 return fPrintingModes.Size();
46 return fDriverSpecificCategories.Size();
52 return capabilities->Size();
H A DGPArray.h21 int Size() const;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Duttrack.c181 ACPI_SIZE Size,
200 * ObjectSize - Size of each cached object
236 * PARAMETERS: Size - Size of the allocation
249 ACPI_SIZE Size,
260 if (!Size)
264 Size = 1;
267 Allocation = AcpiOsAllocate (Size + sizeof (ACPI_DEBUG_MEM_HEADER));
273 "Could not allocate size %u", (UINT32) Size));
279 Allocation, Size, ACPI_MEM_MALLO
248 AcpiUtAllocateAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
317 AcpiUtAllocateZeroedAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
512 AcpiUtTrackAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, ACPI_SIZE Size, UINT8 AllocType, UINT32 Component, const char *Module, UINT32 Line) argument
[all...]
/haiku/src/tests/kits/app/bmessage/
H A DMessageBoolItemTest.h54 uint32 Size() { return size; } function in class:ArrayTypeBase::ArrayType
68 array = new bool[Size()];
69 memcpy(array, data, Size());
76 static SizeType Size(ArrayType& array) { return array.Size(); } function in struct:ArrayTypeBase
/haiku/src/kits/debugger/types/
H A DTargetAddressRangeList.cpp47 return fRanges.Size();
54 return index >= 0 && index < fRanges.Size()
62 int32 count = fRanges.Size();
78 int32 count = fRanges.Size();
89 int32 count = fRanges.Size();
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DPacket.h43 size_t Size() const;
69 Packet::Size() const function in class:Packet
/haiku/src/add-ons/kernel/file_systems/udf/
H A DMemoryChunk.h43 uint32 Size() { return fSize; } function in class:MemoryChunk
60 uint32 Size() { return size; } function in class:StaticMemoryChunk
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCIndigoDJ.h55 PVOID operator new( size_t Size );
H A DCDarla.cpp52 PVOID CDarla::operator new( size_t Size )
57 Status = OsAllocateNonPaged(Size,&pMemory);
67 memset( pMemory, 0, Size );
72 } // PVOID CDarla::operator new( size_t Size )
H A DCIndigoDJ.cpp50 PVOID CIndigoDJ::operator new( size_t Size )
55 Status = OsAllocateNonPaged(Size,&pMemory);
65 memset( pMemory, 0, Size );
70 } // PVOID CIndigoDJ::operator new( size_t Size )
/haiku/src/tests/add-ons/print/ppd/model/
H A DStatementList.h27 int32 Size();
H A DStatementList.cpp22 for (int32 i = 0; i < Size(); i ++) {
40 int32 StatementList::Size() function in class:StatementList
71 for (int32 i = 0; i < Size(); i ++) {
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DChunk.h23 uint32 Size() const;
/haiku/src/system/runtime_loader/
H A Dheap.cpp93 size_t Size() const;
114 fSize(chunk->Size()),
121 size_t chunkSize = chunk->Size();
188 FreeChunk::Size() const function in class:FreeChunk
280 sAvailable += chunk->Size();
317 chunk->Size(), (uint8*)chunk + chunk->CompleteSize(),
359 sAvailable -= chunk->Size();
365 if (chunk->Size() >= size + align(sizeof(FreeChunk))) {
368 sAvailable += freeChunk->Size();
390 oldSize = oldChunk->Size();
[all...]
/haiku/src/tests/kits/translation/
H A DBitmapStreamTest.cpp103 CPPUNIT_ASSERT(streamEmpty.Size() == 0);
116 CPPUNIT_ASSERT(pstreamWithBits->Size() == 176);
178 CPPUNIT_ASSERT(pfullstream->Size() ==
228 CPPUNIT_ASSERT(stream.Size() ==
246 CPPUNIT_ASSERT(stream.Size() ==
264 CPPUNIT_ASSERT(stream.Size() ==
269 CPPUNIT_ASSERT(stream.ReadAt(stream.Size(), &(chbuf[0]), 0) == 0);
296 CPPUNIT_ASSERT(stream.WriteAt(stream.Size(), &byt, 1) == B_BAD_VALUE);
297 CPPUNIT_ASSERT(stream.WriteAt(stream.Size() + 1, &byt, 1) == B_BAD_VALUE);
304 CPPUNIT_ASSERT(stream.ReadAt(stream.Size(),
[all...]
/haiku/src/system/boot/loader/file_systems/fat/
H A DFile.cpp83 off_t streamSize = fStream.Size();
93 if (fStream.Size() > streamSize || fStream.FirstCluster() != firstCluster) {
95 fStream.FirstCluster(), fStream.Size());
127 File::Size() const function in class:FATFS::File
129 return fStream.Size();
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsnames.c208 ACPI_SIZE Size; local
221 Size = AcpiNsBuildNormalizedPath (Node, NULL, 0, FALSE);
222 return (Size);
347 * PathSize - Size of returned path name buffer
380 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \
382 if ((Length) < (Size)) \
480 ACPI_SIZE Size; local
488 Size = AcpiNsBuildNormalizedPath (Node, NULL, 0, NoTrailing);
489 if (!Size)
496 NameBuffer = ACPI_ALLOCATE_ZEROED (Size);
[all...]
/haiku/src/system/kernel/vm/
H A DVMUserAddressSpace.cpp202 fFreeSpace -= area->Size();
219 fFreeSpace += area->Size();
242 && next->Base() + (next->Size() - 1) >= newEnd;
257 || next->Base() + (next->Size() - 1) < newEnd) {
265 if (next->Size() <= offset) {
270 status_t error = ShrinkAreaHead(next, next->Size() - offset,
286 size_t oldSize = area->Size();
301 size_t oldSize = area->Size();
362 && area->Base() + area->Size() - 1 <= endAddress;) {
402 kprintf("size = 0x%lx ", area->Size());
[all...]

Completed in 119 milliseconds

1234567891011>>