Searched refs:current (Results 51 - 75 of 168) sorted by relevance

1234567

/haiku/headers/private/locale/
H A DHashMapCatalog.h122 CatMap::Entry current; member in class:BPrivate::HashMapCatalog::CatWalker
146 current = fPos.Next();
164 return current.key;
172 return current.value.String();
180 current = fPos.Next();
/haiku/headers/private/kernel/util/
H A DHeap.h317 int current; local
320 current = link->fIndex;
325 current = child;
331 sGetLink(fElements[current])->fKey)) {
332 current = child;
335 if (link->fIndex == current)
338 sGetLink(fElements[current])->fIndex = link->fIndex;
341 fElements[link->fIndex] = fElements[current];
342 fElements[current] = element;
344 link->fIndex = current;
[all...]
H A DMinMaxHeap.h377 int current;
382 current = link->fIndex;
388 current = child;
394 sGetLink(tree[current])->fKey);
396 current = child;
399 if (link->fIndex == current)
402 ASSERT(sGetLink(tree[current])->fIndex == current);
403 sGetLink(tree[current])->fIndex = link->fIndex;
406 tree[link->fIndex] = tree[current];
[all...]
/haiku/src/system/kernel/
H A Dtimer.cpp50 \param now The current system time.
202 kprintf("current time: %lld\n", (long long)system_time());
402 timer* current = cpuData.events; local
405 while (current != NULL) {
406 if (current == event) {
409 cpuData.events = current->next;
411 last->next = current->next;
412 current->next = NULL;
416 last = current;
417 current
[all...]
H A Dcpu.cpp70 cpufreq_module_info* current = NULL; local
75 if (get_module(name, (module_info**)&current) == B_OK) {
79 if (sCPUPerformanceModule->rank < current->rank) {
81 sCPUPerformanceModule = current;
85 sCPUPerformanceModule = current;
106 cpuidle_module_info* current = NULL; local
111 if (get_module(name, (module_info**)&current) == B_OK) {
115 if (sCPUIdleModule->rank < current->rank) {
117 sCPUIdleModule = current;
121 sCPUIdleModule = current;
[all...]
/haiku/src/system/libroot/posix/
H A Dsemaphore.cpp33 int32 current = atomic_get(value); local
34 while (current > testValue) {
35 int32 old = atomic_test_and_set(value, current + amount, current);
36 if (old == current)
38 current = old;
40 return current;
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_acc_dma.c930 /* setup sync parameters for NV12_IMAGE_BLIT command for the current mode:
1025 * available. Assuming the current setup only has 8 channels because the 'rest'
1058 /* the current first free adress in the DMA buffer is at offset 0 */
1059 si->engine.dma.current = 0;
1070 /* note the current free space we have left in the DMA buffer */
1071 si->engine.dma.free = si->engine.dma.max - si->engine.dma.current;
1129 ((uint32*)(si->dma_buffer))[si->engine.dma.current++] = surf_depth; /* Format */
1131 ((uint32*)(si->dma_buffer))[si->engine.dma.current++] =
1134 ((uint32*)(si->dma_buffer))[si->engine.dma.current++] =
1136 ((uint32*)(si->dma_buffer))[si->engine.dma.current
[all...]
/haiku/src/add-ons/kernel/busses/usb/
H A Dohci.cpp692 transfer_data *current = fFirstTransfer; local
693 while (current) {
694 if (current->transfer && current->transfer->TransferPipe() == pipe) {
696 if (!(current->endpoint->flags & OHCI_ENDPOINT_SKIP)) {
697 current->endpoint->flags |= OHCI_ENDPOINT_SKIP;
704 current->endpoint->head_physical_descriptor
705 = current->endpoint->tail_physical_descriptor;
710 = (ohci_isochronous_td *)current->first_descriptor;
717 == (ohci_isochronous_td*)current
2080 ohci_general_td *current = topDescriptor; local
2265 ohci_isochronous_td *current = topDescriptor; local
2280 ohci_general_td *current = topDescriptor; local
2337 ohci_isochronous_td *current = topDescriptor; local
2394 ohci_general_td *current = topDescriptor; local
2455 ohci_isochronous_td *current = topDescriptor; local
2509 ohci_general_td *current = topDescriptor; local
[all...]
H A Dehci.cpp1754 transfer_data *current = fFirstTransfer; local
1755 while (current) {
1756 if (current->transfer && current->transfer->TransferPipe() == pipe) {
1758 ehci_qtd *descriptor = current->queue_head->element_log;
1771 entry->transfer = current->transfer;
1772 current->transfer = NULL;
1778 current->canceled = true;
1781 current = current
1807 isochronous_transfer_data *current = fFirstIsochronousTransfer; local
2100 ehci_qh *current = freeListHead; local
2652 ehci_qtd *current = topDescriptor; local
2793 ehci_qtd *current = topDescriptor; local
2848 ehci_qtd *current = topDescriptor; local
2909 ehci_qtd *current = topDescriptor; local
[all...]
/haiku/src/libs/alm/
H A DALMGroup.cpp108 const ALMGroup& current = Groups()[i]; local
115 current._Build(layout, left, top, currentRight, bottom);
123 current._Build(layout, left, top, right, currentBottom);
/haiku/src/apps/mediaplayer/playlist/
H A DRandomizePLItemsCommand.cpp112 PlaylistItem* current = fPlaylist->ItemAt(fPlaylist->CurrentItemIndex()); local
137 if (current != NULL)
138 fPlaylist->SetCurrentItemIndex(fPlaylist->IndexOf(current), false);
H A DRemovePLItemsCommand.cpp147 PlaylistItem* current = fPlaylist->ItemAt(fPlaylist->CurrentItemIndex()); local
161 if (current != NULL)
162 fPlaylist->SetCurrentItemIndex(fPlaylist->IndexOf(current), false);
/haiku/src/tools/fs_shell/
H A Dhash.h15 void *current; member in struct:FSShell::hash_iterator
/haiku/src/apps/deskbar/
H A DPreferencesWindow.cpp443 desk_settings* current = static_cast<TBarApp*>(be_app)->Settings(); local
446 if (current->sortRunningApps != settings->sortRunningApps) {
450 if (current->trackerAlwaysFirst != settings->trackerAlwaysFirst) {
454 if (current->superExpando != settings->superExpando) {
458 if (current->expandNewTeams != settings->expandNewTeams) {
462 if (current->hideLabels != settings->hideLabels) {
466 if (current->iconSize != settings->iconSize) {
470 if (current->recentDocsEnabled != settings->recentDocsEnabled) {
475 if (current->recentFoldersEnabled != settings->recentFoldersEnabled) {
480 if (current
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dntfs.h80 entry* first, *current; member in struct:directory_cookie
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dpll.h45 void compute_pll_divisors(display_timing* current, pll_divisors* divisors,
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlc-ctype.c1 /* Define current locale data for LC_CTYPE category.
40 #define current(type,x,offset) \ macro
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A Dpppoe.cpp311 net_device *current = NULL; // get_interfaces(); local
312 for (; current; current = NULL) {
313 if (current->type == IFT_ETHER && current->name) {
314 if (position + strlen(current->name) + 1 > length)
317 strcpy(names + position, current->name);
318 position += strlen(current->name);
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DMessageDriverSettingsUtils.cpp71 BMessage current; local
74 &current) == B_OK; index++) {
75 name = current.FindString(MDSU_NAME);
77 if (!AddValues(current, parameter))
80 AddParameters(current, parameter);
/haiku/src/add-ons/network_settings/dialup/
H A DMessageDriverSettingsUtils.cpp73 BMessage current; local
76 &current) == B_OK; index++) {
77 name = current.FindString(MDSU_NAME);
79 if(!AddValues(current, parameter))
82 AddParameters(current, parameter);
/haiku/src/add-ons/accelerants/vesa/
H A Dmode.cpp183 display_mode* current = &gInfo->mode_list[i]; local
185 if (target->virtual_width != current->virtual_width
186 || target->virtual_height != current->virtual_height
187 || target->space != current->space)
190 *target = *current;
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp235 struct sem_undo *current = iterator.Next(); local
236 if (current->team == team) {
241 current->undo_values[semaphoreNumber] = 0;
254 struct sem_undo *current = iterator.Next(); local
255 if (current->team == team) {
259 memset(current->undo_values, 0,
348 struct sem_undo *current = iterator.Next(); local
349 if (current->team == team) {
352 int newValue = current->undo_values[semaphoreNumber] + value;
358 current
420 struct sem_undo *current = iterator.Next(); local
648 struct sem_undo *current = iterator.Next(); local
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp1020 KPPPProtocol *current = fFirstProtocol, *previous = NULL;
1022 while (current) {
1023 if (current->Level() < protocol->Level())
1026 previous = current;
1027 current = current->NextProtocol();
1030 if (!current) {
1042 protocol->SetNextProtocol(current);
1084 KPPPProtocol *current = fFirstProtocol, *previous = NULL;
1086 while (current) {
1162 KPPPProtocol *current = start ? start : FirstProtocol(); local
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.cpp184 uint16 current = 0; local
185 while (current < length) {
186 current += entry->Length();
/haiku/src/system/kernel/vm/
H A DVMAddressSpaceLocking.cpp512 for (VMArea* current = firstArea; current;
513 current = current->cache_next) {
514 error = AddArea(current,
515 current == area ? writeLockThisOne : writeLockOthers);
562 // Release all references to the current address spaces.

Completed in 238 milliseconds

1234567