Searched defs:Size (Results 76 - 100 of 176) sorted by relevance

12345678

/haiku-fatelf/src/tests/system/kernel/file_corruption/fs/
H A DNode.h60 inline uint64 Size() const { return fNode.size; } function in class:Node
/haiku-fatelf/src/tools/gensyscalls/
H A Dgensyscalls.h24 int Size() const { return fSize; } function in class:Type
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DDisk.h44 off_t Size() const { return fSize; } function in class:Disk
H A DHashtable.cpp231 Hashtable::Size() const function in class:Hashtable
/haiku-fatelf/src/apps/debugger/elf/
H A DElfFile.h28 off_t Size() const { return fSize; } function in class:ElfSection
/haiku-fatelf/src/system/boot/arch/arm/
H A Darch_framebuffer.h42 size_t Size() { return fSize; }; function in class:ArchFramebuffer
/haiku-fatelf/3rdparty/proj2make/
H A Dproj2make.cpp59 uint32 Size() { return function in struct:hdr
/haiku-fatelf/headers/private/fs_shell/
H A DSinglyLinkedList.h250 SINGLY_LINKED_LIST_CLASS_NAME::Size() const function in class:FSShell::SINGLY_LINKED_LIST_CLASS_NAME
/haiku-fatelf/headers/private/kernel/
H A Dtracing.h57 size_t Size() const { return fSize; } function in class:TraceOutput
81 size_t Size() const { return ToTraceEntry()->size; } function in class:TraceEntry
/haiku-fatelf/headers/private/kernel/util/
H A DDoublyLinkedQueue.h348 DOUBLY_LINKED_QUEUE_CLASS_NAME::Size() const function in class:DOUBLY_LINKED_QUEUE_CLASS_NAME
H A DSinglyLinkedList.h300 SINGLY_LINKED_LIST_CLASS_NAME::Size() const function in class:SINGLY_LINKED_LIST_CLASS_NAME
/haiku-fatelf/headers/private/kernel/vm/
H A DVMAddressSpace.h37 size_t Size() const { return fEndAddress - fBase + 1; } function in struct:VMAddressSpace
/haiku-fatelf/headers/private/shared/
H A DHashMap.h260 int32 Size() const function in class:BPrivate::SynchronizedHashMap
446 HashMap<Key, Value>::Size() const function in class:BPrivate::HashMap
H A DHashSet.h217 int32 Size() const function in class:BPrivate::SynchronizedHashSet
309 HashSet<Key>::Size() const function in class:BPrivate::HashSet
/haiku-fatelf/headers/private/userlandfs/shared/
H A DHashMap.h221 int32 Size() const function in class:SynchronizedHashMap
415 HashMap<Key, Value>::Size() const function in class:HashMap
H A DHashSet.h194 int32 Size() const function in class:SynchronizedHashSet
313 HashSet<Key>::Size() const function in class:HashSet
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutobject.c586 ACPI_SIZE Size; local
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DSLList.h324 SL_LIST_CLASS_NAME::Size() const function in class:SL_LIST_CLASS_NAME
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/apple/
H A Dapple.h61 uint64 Size(apple_driver_descriptor &descriptor) { return BlockCount() * descriptor.BlockSize(); } function in struct:apple_partition_map
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/atari/
H A Datari.h35 uint32 Size() const { return B_BENDIAN_TO_HOST_INT32(size); } function in struct:atari_partition_entry
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/
H A DEbmlElement.cpp446 assert(ElementPosition < SizePosition); DataStream.I_O().setFilePointer(SizePosition + CodedSizeLength(Size, SizeLength, bSizeIsFinite) + Size, seek_beginning); } else { bool bEndFound = false; while (!bEndFound && Result == NULL) { if (TestReadElt == NULL) { int bUpperElement = 0; Result = DataStream.FindNextElement(Context, bUpperElement, 0xFFFFFFFFL, AllowDummyElt); } else { Result = TestReadElt; } if (Result != NULL) { unsigned int EltIndex; for (EltIndex = 0; EltIndex < Context.Size; EltIndex++) { if (EbmlId(*Result) == Context.MyTable[EltIndex].GetCallbacks.GlobalId) { Result = Result->SkipData(DataStream, Context.MyTable[EltIndex].GetCallbacks.Context, NULL); break; } } if (EltIndex >= Context.Size) argument
[all...]
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/
H A DEbmlElement.h140 unsigned int Size; ///< number of elements in the table member in class:EbmlSemanticContext
249 uint64 Size; ///< th member in class:EbmlElement
[all...]
/haiku-fatelf/src/apps/installer/
H A DPackageViews.h56 const int32 Size() const function in class:Package
/haiku-fatelf/src/apps/webpositive/support/
H A DHashMap.h260 int32 Size() const function in class:BPrivate::SynchronizedHashMap
446 HashMap<Key, Value>::Size() const function in class:BPrivate::HashMap
H A DHashSet.h217 int32 Size() const function in class:BPrivate::SynchronizedHashSet
309 HashSet<Key>::Size() const function in class:BPrivate::HashSet

Completed in 229 milliseconds

12345678