Searched refs:newSlot (Results 1 - 2 of 2) sorted by path

/haiku/src/apps/deskbar/
H A DSwitcher.cpp1276 int32 newSlot = previousSlot - (fManager->SlotCount() - 1); local
1277 if (newSlot < 0)
1278 newSlot = 0;
1280 int32 newIndex = fIconView->IndexAt(newSlot);
1291 int32 newSlot = previousSlot + (fManager->SlotCount() - 1); local
1292 int32 newIndex = fIconView->IndexAt(newSlot);
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp409 void SetTo(page_num_t pageIndex, swap_addr_t slotIndex, bool newSlot) argument
413 fNewSlot = newSlot;
896 bool newSlot = slotIndex == SWAP_SLOT_NONE; local
899 if (newSlot) {
916 if (newSlot) {
929 callback->SetTo(pageIndex, slotIndex, newSlot);

Completed in 66 milliseconds