Searched refs:next (Results 276 - 300 of 546) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp339 SlideShowSaver::ShowNextImage(bool next, bool rewind) argument
345 found = FindNextImage(&curRef, &imgRef, next, rewind);
349 // 2. The last file in the directory is found (for find next or find first)
354 found = FindNextImage(&curRef, &imgRef, next, false);
399 SlideShowSaver::FindNextImage(entry_ref *in_current, entry_ref *out_image, bool next, bool rewind) argument
401 // ASSERT(next || !rewind);
429 if (next) {
430 // find the next image in the list
/haiku/src/kits/media/
H A DRealtimeAlloc.cpp35 void SetTo(size_t size, FreeChunk* next);
41 void SetNext(FreeChunk* next) { fNext = next; } argument
83 FreeChunk::SetTo(size_t size, FreeChunk* next) argument
86 fNext = next;
232 // because the next pointer is inherited by the chunk
H A DSoundPlayer.cpp469 item->next = fPlayingSounds;
493 item = item->next;
515 item = item->next;
535 *link = item->next;
548 link = &item->next;
549 item = item->next;
575 item = item->next;
/haiku/src/add-ons/translators/gif/
H A DGIFLoad.cpp564 fHeadMemblock->next = NULL;
578 block = block->next;
587 block->next = NULL;
589 last->next = block;
603 block = fHeadMemblock->next;
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFileReader.cpp246 uint32 next; local
260 while (Read(next)) {
261 printf("next=%lx cur=%lx ", next, cur);
374 printf("size=%ld offsetToNext=%ld\n", size, next-cur);
382 fseek(fFile, next, SEEK_SET);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dea.c231 * the "offset to next" of the last EA should not be cleared.
266 /* null offset to next not allowed */
422 int next; local
448 next = le32_to_cpu(p_ea->next_entry_offset);
449 found = ((next > (int)(sizeof(lxdev) + sizeof(device)))
455 offset += next;
456 } while (!found && (next > 0) && (offset < lth));
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/usb/
H A Drtwn_usb_attach.c146 STAILQ_INSERT_HEAD(&uc->uc_rx_inactive, &uc->uc_rx[i], next);
167 STAILQ_INSERT_HEAD(&uc->uc_tx_inactive, &uc->uc_tx[i], next);
246 STAILQ_FOREACH_SAFE(dp, head, next, tmp) {
260 STAILQ_REMOVE(head, dp, rtwn_data, next);
261 STAILQ_INSERT_TAIL(&uc->uc_tx_inactive, dp, next);
/haiku/src/add-ons/kernel/drivers/input/virtio_input/
H A Dvirtio_input.cpp44 int32 next; member in struct:Packet
193 dev->packets[i].next = i + 1;
194 dev->packets[dev->packetCnt - 1].next = -1;
217 dev->packets[dev->lastReadyPacket].next = pkt - dev->packets;
229 dev->readyPackets = pkt->next;
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp283 net_buffer* next = NULL; local
290 next = previous;
305 TRACE(" previous: %p, next: %p", previous, next);
314 if (next != NULL && end > next->fragment.start) {
315 TRACE(" remove trailer %d bytes", end - next->fragment.start);
316 gBufferModule->remove_trailer(buffer, end - next->fragment.start);
317 end = next->fragment.start;
334 fFragments.InsertBefore(next, previou
[all...]
/haiku/src/kits/debugger/files/
H A DFileManager.cpp123 LocatableEntry* next = entry->fNext; local
125 entry = next;
490 SourceFileEntry* next; member in struct:FileManager::SourceFileEntry
537 return value->next;
562 SourceFileEntry* next = entry->next; local
564 entry = next;
/haiku/src/libs/glut/
H A DglutEvent.cpp33 GLUTtimer *next; // list of timers member in struct:GLUTtimer
61 freeTimerList = timer->next;
70 timer->next = NULL;
75 prevptr = &other->next;
78 timer->next = other;
103 __glutTimerList = timer->next;
104 timer->next = freeTimerList;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp122 CachedExtent* next = NULL; local
123 while ((next = Next(node)) != NULL && next->End() < upperBound) {
124 if (node->End() == next->offset) {
125 node = next;
129 hole = CachedExtent::Create(node->End(), next->offset - node->End(),
134 node = next;
/haiku/src/system/kernel/
H A Dguarded_heap.cpp52 guarded_heap_area* next; member in struct:guarded_heap_area
362 area->next = heap.areas;
420 area = area->next) {
450 area = area->next) {
618 candidate = candidate->next) {
673 candidate = candidate->next) {
692 kprintf("next heap area: %p\n", area->next);
776 area = area->next;
842 area = area->next;
[all...]
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp737 isochronous_transfer_data *next = isoTransfer->link; local
739 isoTransfer = next;
749 transfer_data *next = transfer->link; local
751 transfer = next;
995 transfer_entry * next; member in struct:transfer_entry
1018 entry->next = list;
1031 transfer_entry *next = list->next; local
1035 list = next;
1343 // otherwise find the first next availabl
1587 transfer_data *next = transfer->link; local
1732 transfer_data *next = transfer->link; local
2257 uhci_td *next = NULL; local
[all...]
/haiku/src/libs/stdc++/legacy/
H A Deditbuf.cc302 for (file = files; file != NULL; file = file->next) {
526 /* Make sure the gap is somewhere in or next to what we are deleting */
556 next = buffer->files;
576 for (ptr = &buffer->files; *ptr != cookie; ptr = &(*ptr)->next) ;
577 *ptr = cookie->next;
590 for (; *ptr != this; ptr = &(*ptr)->next) { }
591 *ptr = next;
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp98 const char* next = GetKeyName(i); local
99 if (next != NULL)
100 popup->AddItem(new BMenuItem(next, NULL));
342 BMessage next; local
343 if (((ShortcutsSpec*)fColumnListView->RowAt(i))->Archive(&next)
345 saveMessage.AddMessage("spec", &next);
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.c254 TRACE("SLL_REMOVE(node->parent->children %p, next, %p)\n", node->parent->children, node);
255 SLL_REMOVE(node->parent->children, next, node);
338 n = (fs_node *)SLL_FIND(base->children, next,
378 SLL_INSERT(node->opened, next, c);
399 SLL_REMOVE(node->opened, next, cookie);
454 for (n = node->children; n && index; n = n->next, index--); //XXX: care about n->hidden || n->deleted
484 err = SLL_REMOVE(node->opened, next, cookie); /* just to make sure */
559 err = SLL_INSERT(node->opened, next, fc);
572 // SLL_REMOVE(node->opened, next, fc);
595 SLL_REMOVE(node->opened, next, cooki
[all...]
/haiku/src/apps/mail/
H A DContent.cpp276 /*! Returns the type of the next URL in the string.
468 int32 next;
477 for (next = pos + 1; next < length; next++) {
478 if ((search && is_quote_char(line[next]))
479 || line[next] == '\n')
481 else if (search && line[next] != ' ' && line[next] != '\t')
490 pos = next;
[all...]
/haiku/src/system/kernel/arch/x86/
H A Dioapic.cpp107 ioapic* next; member in struct:ioapic
142 current = current->next;
455 ioapic->next = NULL;
470 lastIOAPIC->next = ioapic;
767 current = current->next;
824 current = current->next;
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dauvia.c104 LIST_INSERT_HEAD(&(card->mems), mem, next);
115 LIST_FOREACH(mem, &card->mems, next) {
118 LIST_REMOVE(mem, next);
347 LIST_INSERT_HEAD((&card->streams), stream, next);
371 LIST_REMOVE(stream, next);
390 LIST_FOREACH(stream, &card->streams, next)
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.c86 LIST_INSERT_HEAD(&(card->mems), mem, next);
96 LIST_FOREACH(mem, &card->mems, next) {
99 LIST_REMOVE(mem, next);
299 LIST_INSERT_HEAD((&card->streams), stream, next);
317 LIST_REMOVE(stream, next);
342 LIST_FOREACH(stream, &card->streams, next) {
/haiku/src/add-ons/media/plugins/rtsp_streamer/
H A Drtsp.cpp138 client->subsession = client->iter->next();
146 // give up on this subsession; go to the next one
242 // Set up the next subsession, if any:
311 while ((subsession = iter.next()) != NULL) {
357 while ((subsession = iter.next()) != NULL) {
/haiku/src/kits/storage/
H A DQuery.cpp328 // Fills out entry with the next entry traversing symlinks if traverse is true.
343 // Fills out ref with the next entry as an entry_ref.
353 bool next = true; local
354 while (error == B_OK && next) {
358 next = (!strcmp(entry->d_name, ".")
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.h142 LIST_ENTRY(_emuxki_mem) next; member in struct:_emuxki_mem
278 LIST_ENTRY(_emuxki_voice) next; member in struct:_emuxki_voice
300 LIST_ENTRY(_emuxki_stream) next; member in struct:_emuxki_stream
/haiku/headers/os/drivers/pcmcia/
H A Dbulkmem.h45 memory_handle_t next; member in struct:region_info_t

Completed in 279 milliseconds

<<11121314151617181920>>