Searched refs:Size (Results 251 - 275 of 579) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/src/kits/network/libnetapi/
H A DUrlProtocolHttp.cpp312 fInputBuffer.Size());
527 bytesRead = fInputBuffer.Size();
563 parseEnd = (fInputBuffer.Size() == 0);
581 while ((characterIndex < fInputBuffer.Size())
585 if (characterIndex == fInputBuffer.Size())
656 if ((ssize_t)fInputBuffer.Size() >= chunkSize + 2) {
/haiku-fatelf/src/system/kernel/cache/
H A Dfile_map.cpp83 off_t Size() const { return fSize; } function in class:FileMap
418 if (offset >= Size()) {
509 kprintf(" size %" B_PRIdOFF "\n", map->Size());
550 if (minSize > map->Size() || (maxSize != -1 && maxSize < map->Size()))
562 size += map->Size();
/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCDaffyDuck.cpp51 PVOID CDaffyDuck::operator new( size_t Size )
56 Status = OsAllocateNonPaged(Size,&pMemory);
66 memset( pMemory, 0, Size );
71 } // PVOID CDaffyDuck::operator new( size_t Size )
H A DOsSupportBeOS.h332 PVOID operator new( size_t Size );
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h76 uint32 Size() const { function in struct:btrfs_entry
209 uint64 Size() const { return B_LENDIAN_TO_HOST_INT64(size); } function in struct:btrfs_inode
290 uint64 Size() const { function in struct:btrfs_extent_data
/haiku-fatelf/src/kits/package/hpkg/
H A DPackageDataReader.cpp84 virtual uint64 Size() const function in class:BPackageKit::BHPKG::UncompressedPackageDataReader
130 size_t toRead = std::min(size, buffer->Size());
216 virtual uint64 Size() const function in class:BPackageKit::BHPKG::ZlibPackageDataReader
/haiku-fatelf/src/system/boot/loader/
H A Dpartitions.cpp191 Partition::Size() const function in class:boot::Partition
197 return Node::Size();
433 partition->size = partition->Size();
/haiku-fatelf/src/apps/webpositive/support/
H A DFontSelectionView.cpp76 fSizesMenuField = new BMenuField("size", B_TRANSLATE("Size:"), fSizesMenu,
127 || size == fCurrentFont.Size())
456 snprintf(label, sizeof(label), "%" B_PRId32, (int32)fCurrentFont.Size());
490 if (size == fCurrentFont.Size())
H A DHashMap.h189 int32 Size() const;
260 int32 Size() const function in class:BPrivate::SynchronizedHashMap
264 return fMap.Size();
443 // Size
446 HashMap<Key, Value>::Size() const function in class:BPrivate::HashMap
/haiku-fatelf/headers/libs/agg/
H A Dagg_array.h47 template<class T, unsigned Size> class pod_auto_array
51 typedef pod_auto_array<T, Size> self_type;
56 memcpy(m_array, c, sizeof(T) * Size);
61 memcpy(m_array, c, sizeof(T) * Size);
65 static unsigned size() { return Size; }
73 T m_array[Size];
78 template<class T, unsigned Size> class pod_auto_vector
82 typedef pod_auto_vector<T, Size> self_type;
100 T m_array[Size];
/haiku-fatelf/headers/os/drivers/pcmcia/
H A Dbulkmem.h75 u_int Size; member in struct:eraseq_entry_t
/haiku-fatelf/headers/os/interface/
H A DAbstractLayout.h10 #include <Size.h>
/haiku-fatelf/headers/os/net/
H A DNetBuffer.h65 size_t Size() const;
/haiku-fatelf/headers/private/kernel/boot/net/
H A DiSCSITarget.h90 virtual off_t Size() const;
/haiku-fatelf/headers/private/shared/
H A DHashMap.h189 int32 Size() const;
260 int32 Size() const function in class:BPrivate::SynchronizedHashMap
264 return fMap.Size();
443 // Size
446 HashMap<Key, Value>::Size() const function in class:BPrivate::HashMap
/haiku-fatelf/src/add-ons/disk_systems/ntfs/
H A DNTFSAddOn.cpp120 partition->SetContentSize(partition->Size() / blockSize * blockSize);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsargs.c683 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState);
691 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState);
780 Arg->Named.Value.Size = BufferLength;
925 Arg->Common.Value.Size = (UINT32)
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacutils.h952 ACPI_SIZE Size,
959 ACPI_SIZE Size,
967 ACPI_SIZE Size,
974 ACPI_SIZE Size,
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp266 if (!inode->IsSymLink() || inode->Size() >= EXT2_SHORT_SYMLINK_LENGTH) {
470 if (size <= vecs[index - 1].length || offset >= inode->Size()) {
601 stat->st_size = inode->Size();
602 stat->st_blocks = (inode->Size() + 511) / 512;
631 if ((mask & B_STAT_SIZE) != 0 && inode->Size() != stat->st_size) {
640 (long)inode->Size(), (long)stat->st_size);
642 off_t oldSize = inode->Size();
650 inode->FillGapWithZeros(oldSize, inode->Size());
1130 cookie->last_size = inode->Size();
1201 pos = inode->Size();
[all...]
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/session/
H A Dsession.cpp90 i, partition->offset + session->Offset(), session->Size(), -1);
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/
H A DEbmlCrc32.h61 bool ValidateSize() const {return (Size == 4);}
/haiku-fatelf/src/apps/installer/
H A DPackageViews.h56 const int32 Size() const function in class:Package
/haiku-fatelf/src/apps/overlayimage/
H A DOverlayView.cpp167 font.SetSize(font.Size() + 7.0f);
/haiku-fatelf/src/apps/sudoku/
H A DSudokuField.h38 uint32 Size() const { return fSize; } function in class:SudokuField
/haiku-fatelf/src/kits/interface/
H A DColumnTypes.cpp363 BSizeField::Size() function in class:BSizeField
399 off_t size = ((BSizeField*)_field)->Size();
455 return ((BSizeField*)field1)->Size() - ((BSizeField*)field2)->Size();

Completed in 312 milliseconds

<<11121314151617181920>>