Searched refs:next (Results 76 - 100 of 546) sorted by relevance

1234567891011>>

/haiku/src/add-ons/translators/gif/
H A DSFHash.h28 HashItem* next; member in class:HashItem
/haiku/src/apps/showimage/
H A DImageFileNavigator.cpp45 entry_ref& ref, bool next, bool rewind) = 0;
53 // Navigation to the next/previous image file is based on
56 // to find the next candidate file, then tries to load it as image.
57 // As long as loading fails, the operation is repeated for the next
67 entry_ref& ref, bool next, bool rewind);
84 entry_ref& ref, bool next, bool rewind);
107 entry_ref& ref, bool next, bool rewind);
180 bool next, bool rewind)
186 // Ask the Tracker what the next/prev file in the window is.
187 // Continue asking for the next referenc
179 FindNextImage(const entry_ref& currentRef, entry_ref& ref, bool next, bool rewind) argument
277 FindNextImage(const entry_ref& currentRef, entry_ref& nextRef, bool next, bool rewind) argument
370 FindNextImage(const entry_ref& currentRef, entry_ref& nextRef, bool next, bool rewind) argument
[all...]
/haiku/src/tests/system/kernel/util/
H A DSinglyLinkedListTest.cpp19 suite->addTest(new CppUnit::TestCaller<SinglyLinkedListTest>("SinglyLinkedList::User Strategy Test (default next parameter)", &SinglyLinkedListTest::UserDefaultTest));
20 suite->addTest(new CppUnit::TestCaller<SinglyLinkedListTest>("SinglyLinkedList::User Strategy Test (custom next parameter)", &SinglyLinkedListTest::UserCustomTest));
28 SinglyLinkedListLink<Link> next; member in class:Link
32 return &next;
88 values[i].next.next = NULL; // Leave some next pointers invalid just for fun
103 values[i].mynext.next = NULL; // Leave some next pointers invalid just for fun
/haiku/src/kits/debugger/model/
H A DStackFrameValues.cpp40 ValueEntry* next; member in struct:StackFrameValues::ValueEntry
79 return value->next;
176 ValueEntry* next = entry->next; local
178 entry = next;
/haiku/headers/private/kernel/util/
H A DDoublyLinkedList.h29 Element* next; member in class:DoublyLinkedListLink
407 elLink->next = NULL;
409 sGetLink(fLast)->next = element;
416 elLink->next = fFirst;
446 link->next = before;
451 sGetLink(link->previous)->next = element;
477 link->next = afterLink->next;
478 afterLink->next = element;
480 if (link->next !
[all...]
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_ra.c173 int i, next; local
180 next = ni->ni_txmcs;
185 next = i + rs->min_mcs;
190 return next;
198 int i, next; local
205 next = ni->ni_txmcs;
210 next = i + rs->min_mcs;
215 return next;
223 int next; local
232 next
365 int next; local
[all...]
/haiku/src/libs/glut/
H A DglutMenu.cpp178 item = item->next;
205 item = item->next;
230 *prev = item->next;
237 prev = &item->next;
238 item = item->next;
290 item = item->next;
304 GlutMenuItem *next = list->next; local
306 list = next;
323 next
[all...]
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dqueuing.cpp56 scsi_ccb *first, *last, *before, *next; local
142 for( before = last->prev, next = last;
144 next = before, before = before->prev )
146 if( before->sort <= new_request->sort && new_request->sort <= next->sort )
158 before, before->sort, next, next->sort );
163 new_request->next = next;
165 next->prev = new_request;
166 before->next
[all...]
/haiku/src/servers/net/
H A DDHCPClient.cpp109 const uint8* next; member in struct:dhcp_option_cookie
192 uint8* next = PrepareMessage(type); local
193 FinishOptions(next);
213 cookie.next = options;
221 bytesLeft = sizeof(options) - (cookie.next - options);
226 bytesLeft = sizeof(file) - (cookie.next - file);
231 bytesLeft = sizeof(server_name) - (cookie.next - server_name);
245 cookie.next = file;
253 cookie.next = server_name;
262 cookie.next
359 uint8* next = options; local
897 uint8 *next = message.PrepareMessage(type); local
[all...]
/haiku/src/system/libroot/os/locks/
H A Drw_lock.cpp16 rw_lock_waiter * next; member in struct:rw_lock_waiter
27 waiter.next = NULL;
31 lock->last_waiter->next = &waiter;
67 lock->waiters = waiter->next;
75 lock->waiters = waiter->next;
109 waiter = waiter->next;
/haiku/src/add-ons/input_server/filters/switch_workspace/
H A DSwitchWorkspaceInputFilter.cpp102 int32 next = nextColumn + nextRow * columns; local
103 if (next != current) {
106 link.Attach<int32>(next);
/haiku/src/kits/debugger/dwarf/
H A DAbbreviationTable.cpp26 AbbreviationTableEntry* next = entry->next; local
28 entry = next;
/haiku/headers/os/drivers/pcmcia/
H A Ddriver_ops.h42 struct dev_node_t *next; member in struct:dev_node_t
/haiku/src/apps/icon-o-matic/style/
H A DSetColorCommand.h38 virtual bool CombineWithNext(const Command* next);
H A DSetGradientCommand.h37 virtual bool CombineWithNext(const Command* next);
/haiku/src/apps/mediaplayer/support/
H A DCommand.cpp70 Command::CombineWithNext(const Command* next) argument
H A DCommand.h31 virtual bool CombineWithNext(const Command* next);
/haiku/src/system/libroot/posix/glibc/iconv/
H A Dgconv_int.h54 struct trans_struct *next; member in struct:trans_struct
/haiku/headers/private/kernel/boot/platform/efi/
H A Dplatform_kernel_args.h30 struct bios_drive *next; member in struct:bios_drive
/haiku/src/apps/haikudepot/edits_generic/
H A DUndoableEdit.cpp69 UndoableEdit::CombineWithNext(const UndoableEdit* next) argument
/haiku/src/system/boot/platform/efi/
H A Dmmu.cpp29 memory_region *next; member in struct:memory_region
123 next: allocated_regions,
161 next: allocated_regions,
218 next: allocated_regions,
249 region = region->next) {
272 region = region->next) {
293 ref = &(*ref)->next) {
301 //pointer to current allocated_memory_region* now points to next
302 *ref = (*ref)->next;
321 *cookie = ((memory_region*)*cookie)->next;
[all...]
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.cpp130 net_buffer *next = NULL; local
137 next = previous;
168 // "next" always starts at or after the buffer sequence
169 ASSERT(next == NULL || buffer == NULL || next->sequence >= sequence);
171 while (buffer != NULL && next != NULL
172 && tcp_sequence(sequence + buffer->size) > next->sequence) {
174 if (tcp_sequence(next->sequence + next->size)
176 net_buffer *remove = next;
[all...]
/haiku/src/apps/icon-o-matic/generic/command/
H A DCommand.cpp70 Command::CombineWithNext(const Command* next) argument
H A DCommand.h31 virtual bool CombineWithNext(const Command* next);
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp33 struct module * next; member in struct:module
45 struct module_addon * next; member in struct:module_addon
168 // find last loaded module returned, and seek to next one
171 m = m->next;
174 // find next loaded module
178 m = m->next;
338 // We walk thru all this search path content, next now
479 m->next = g_modules;
486 ma->next = g_module_addons;
507 m = tmp->next;
[all...]

Completed in 146 milliseconds

1234567891011>>