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

1234567891011>>

/haiku/src/add-ons/disk_systems/gpt/
H A DGPTDiskAddOn.cpp96 return partition->Size() >= round_up(partition->BlockSize()
141 round_down(partition->Size(), partition->BlockSize()));
/haiku/src/kits/network/libnetservices/
H A DNetworkRequest.cpp99 while ((characterIndex < fInputBuffer.Size())
103 if (characterIndex == fInputBuffer.Size())
/haiku/src/system/boot/platform/amiga_m68k/
H A DHandle.h25 virtual off_t Size() const;
62 virtual off_t Size() const;
/haiku/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/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 )
H A DCLayla24.cpp53 PVOID CLayla24::operator new( size_t Size )
58 Status = OsAllocateNonPaged(Size,&pMemory);
68 memset( pMemory, 0, Size );
73 } // PVOID CLayla24::operator new( size_t Size )
H A DCChannelMask.h134 PVOID operator new( size_t Size );
218 PVOID operator new( size_t Size );
/haiku/src/kits/tracker/
H A DAttributeStream.cpp103 AttributeInfo::Size() const function in class:AttributeInfo
379 data, (size_t)attr->Size());
380 if (result < attr->Size())
404 buffer, (size_t)fCurrentAttr.Size()) == (ssize_t)fCurrentAttr.Size();
474 return index < 0 ? 0 : fAttributes.ItemAt(index)->fAttr.Size();
503 if (attrNode->fAttr.Size() > bufferSize)
506 memcpy(buffer, attrNode->fData, (size_t)attrNode->fAttr.Size());
508 return attrNode->fAttr.Size();
566 return BufferingGet(attr->Name(), attr->Type(), attr->Size());
[all...]
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceJobGenerator.cpp227 && (shadow->Size() != partition->Size()
232 if (shadow->Size() > partition->Size()) {
244 if (shadow->Size() < partition->Size()) {
282 info.size = child->Size();
290 if (childShadow->Size() < child->Size()) {
294 info.size = childShadow->Size();
[all...]
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp51 fCache = file_cache_create(fVolume->ID(), ID(), Size());
52 fMap = file_map_create(fVolume->ID(), ID(), Size());
82 fCache = file_cache_create(fVolume->ID(), ID(), Size());
83 fMap = file_map_create(fVolume->ID(), ID(), Size());
168 DataStream stream(fVolume, this, Size());
/haiku/headers/private/shared/
H A DThread.h113 virtual ulong Size() const { return sizeof(*this); } function in class:BPrivate::SingleParamFunctionObjectWorkaround
134 virtual ulong Size() const { return sizeof(*this); } function in class:BPrivate::SimpleMemberFunctionObjectWorkaround
157 virtual uint32 Size() const { return sizeof(*this); } function in class:BPrivate::TwoParamFunctionObjectWorkaround
183 virtual uint32 Size() const { return sizeof(*this); } function in class:BPrivate::ThreeParamFunctionObjectWorkaround
211 virtual uint32 Size() const { return sizeof(*this); } function in class:BPrivate::FourParamFunctionObjectWorkaround
H A DLRUCache.h140 int32 Size() const function in class:BPrivate::LRUCache
142 return fMap.Size();
192 while(Size() > fLimit)
/haiku/src/add-ons/kernel/partitioning_systems/atari/
H A Datari.cpp121 if ((p->Start()+p->Size())*(off_t)SECTSZ > partition->size)
127 p->Start() || p->Size())
175 if ((p->Start() + p->Size())*(uint64)SECTSZ > (uint64)partition->size) {
176 TRACE(("atari: child partition exceeds existing space (%lld bytes)\n", p->Size()*SECTSZ));
188 p->Size() * (uint64)SECTSZ, -1);
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DInode.cpp44 fCache = file_cache_create(fVolume->ID(), ID(), Size());
45 fMap = file_map_create(fVolume->ID(), ID(), Size());
61 fCache = file_cache_create(fVolume->ID(), ID(), Size());
62 fMap = file_map_create(fVolume->ID(), ID(), Size());
102 int64_t size = Size();
/haiku/src/kits/interface/
H A DPicture.cpp74 int32 Size() const { return fNewSize; } function in struct:_BPictureExtent_
138 if (otherPicture.fExtent->Size() > 0) {
140 otherPicture.fExtent->Size());
188 if (fExtent->Size() > 0)
193 if (fExtent->Size() > 0)
276 err = data->AddData("_data", B_RAW_TYPE, fExtent->Data(), fExtent->Size());
309 BPrivate::PicturePlayer player(fExtent->Data(), fExtent->Size(),
446 link.Attach<int32>(fExtent->Size());
447 link.Attach(fExtent->Data(), fExtent->Size());
509 return fExtent->Size();
[all...]
/haiku/src/kits/shared/
H A DIconView.cpp183 SetExplicitMinSize(fIconBitmap->Bounds().Size());
184 SetExplicitMaxSize(fIconBitmap->Bounds().Size());
185 SetExplicitPreferredSize(fIconBitmap->Bounds().Size());
/haiku/src/apps/drivesetup/
H A DSupport.cpp37 printf("\tSize(): %s\n", string_for_size(partition->Size(), size,
155 return string_for_size(Size(), fStatusLabel, sizeof(fStatusLabel));
160 SizeSlider::Size() const function in class:SizeSlider
/haiku/src/add-ons/kernel/partitioning_systems/amiga/
H A Damiga_rdb.cpp186 if (environment.Start() + environment.Size()
189 "bytes)\n", environment.Size()));
194 partition->offset + environment.Start(), environment.Size(), -1);
/haiku/src/add-ons/kernel/partitioning_systems/apple/
H A Dapple.cpp165 if (partitionMap.Start(descriptor) + partitionMap.Size(descriptor) > (uint64)partition->size) {
167 partitionMap.Size(descriptor)));
173 partitionMap.Size(descriptor), -1);
/haiku/src/tests/add-ons/print/ppd/test/
H A DTestParser.cpp127 for (int32 i = 0; i < list->Size(); i ++) {
144 for (int32 i = 0; i < ppd->Size(); i++) {
/haiku/src/tests/system/kernel/util/
H A DSinglyLinkedListTest.cpp61 CHK(list.Size() == i);
63 CHK(list.Size() == i+1);
/haiku/src/kits/network/libnetapi/
H A DDynamicBuffer.cpp95 size = std::min(size, Size());
117 DynamicBuffer::Size() const function in class:DynamicBuffer
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dfile.h39 uint64_t Size; member in struct:__anon17
54 uint64_t Size; member in struct:__anon18
/haiku/src/kits/bluetooth/
H A DLocalDevice.cpp316 writeName.Data(), writeName.Size());
386 setDeviceClass.Data(), setDeviceClass.Size());
412 localVersion.Data(), localVersion.Size());
438 BufferSize.Data(), BufferSize.Size());
463 LocalFeatures.Data(), LocalFeatures.Size());
488 LocalFeatures.Data(), LocalFeatures.Size());
539 request.AddData("raw command", B_ANY_TYPE, Reset.Data(), Reset.Size());
613 writeAddress.Data(), writeAddress.Size());
/haiku/src/system/boot/loader/
H A DFileMapDisk.cpp137 FileMapDisk::Size() const function in class:FileMapDisk
141 return fNode->Size();

Completed in 165 milliseconds

1234567891011>>