Searched refs:Next (Results 251 - 275 of 392) sorted by relevance

<<111213141516

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h295 fIterator.Next();
453 it.Next();
/haiku/headers/private/kernel/util/
H A DSplayTree.h392 Node* Next() function in class:IteratableSplayTree::Iterator
465 Node* Next() function in class:IteratableSplayTree::ConstIterator
H A DSinglyLinkedList.h116 Element* Next() function in class:SinglyLinkedList::Iterator
/haiku/headers/private/shared/
H A DHashMap.h94 Entry Next() function in class:BPrivate::HashMap::Iterator
96 fElement = fIterator.Next();
/haiku/src/system/kernel/util/
H A DAVLTreeBase.cpp118 AVLTreeBase::Next(AVLTreeNode* node) const function in class:AVLTreeBase
191 return Next(node);
/haiku/src/system/kernel/slab/
H A DMemoryManager.cpp464 Area* area = it.Next();) {
486 Area* area = it.Next();) {
877 Area* area = it.Next();) {
1040 (metaChunk = it.Next()) != NULL;) {
1530 while (vm_page* page = it.Next()) {
1769 Area* area = it.Next();) {
1912 MetaChunk* metaChunk = it.Next();) {
1985 Area* area = it.Next();) {
/haiku/src/system/kernel/
H A Dmodule.cpp909 struct module* module = hashIterator.Next();
1163 struct module* module = iterator.Next();
1175 image = imageIterator.Next();
1621 module_listener* listener = iterator.Next();
1655 module_notification* notification = iterator.Next();
1864 module = iterator.Next();
1882 struct module_image* image = imageIterator.Next();
2166 struct module* module = iterator.Next();
H A Dcondition_variable.cpp449 while (ConditionVariable* variable = it.Next()) {
467 ConditionVariableEntry* entry = it.Next();) {
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devxfgpe.c659 Notify = Notify->Next;
665 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList;
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp426 TCPEndpoint* user = portUsers.Next();
596 TCPEndpoint *endpoint = iterator.Next();
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp791 while ((mapping = iterator.Next()) != NULL) {
854 while (vm_page* p = it.Next()) {
983 while ((mapping = iterator.Next()) != NULL) {
1062 for (page_num_t i = 0; page; i++, page = queue->Next(page)) {
1167 PageReservationWaiter* waiter = it.Next();) {
2569 page = sCachedPageQueue.Next(&marker);
2582 page = sCachedPageQueue.Next(page);
2766 nextPage = queue.Next(page);
2782 nextPage = queue.Next(&marker);
2846 nextPage = queue.Next(
[all...]
/haiku/headers/private/fs_shell/
H A DSinglyLinkedList.h119 Element* Next() function in class:FSShell::SinglyLinkedList::Iterator
/haiku/headers/private/kernel/
H A Dtracing.h242 TraceEntry* Next();
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DQueryManager.cpp37 IteratorList* iteratorList = it.Next().value;
/haiku/src/kits/debugger/debug_info/
H A DGlobalTypeLookup.cpp238 TypeEntry* typeEntry = it.Next();) {
/haiku/src/kits/debugger/settings/
H A DTeamSettings.cpp64 UserBreakpoint* breakpoint = it.Next();) {
/haiku/src/tools/locale/
H A DPlainTextCatalog.cpp284 entry = iter.Next();
/haiku/src/kits/locale/
H A DHashMapCatalog.cpp279 entry = iter.Next();
H A DMutableLocaleRoster.cpp363 nextCatalog = catalog->Next();
/haiku/src/kits/debugger/dwarf/
H A DDwarfUtils.cpp147 DebugInfoEntry* parameterEntry = iterator.Next();
/haiku/src/system/boot/platform/riscv/
H A Ddevices.cpp190 while ((partition = (boot::Partition *)iterator.Next()) != NULL) {
/haiku/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp315 net_buffer *buffer = iterator.Next();
342 net_buffer *buffer = iterator.Next();
892 entry = iterator.Next();
925 entry = iterator.Next();
/haiku/src/system/boot/loader/
H A Dvfs.cpp667 Node *device = iterator.Next();
680 Partition *partition = (Partition*)partitionIterator.Next();
717 while ((partition = (Partition *)iterator.Next()) != NULL) {
737 while ((device = iterator.Next()) != NULL) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandle.cpp452 Query* query = it.Next();
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DQuery.cpp148 Node* node = indexIterator->Next(value, _valueLength);

Completed in 172 milliseconds

<<111213141516