Searched refs:fSlotCount (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/deskbar/
H A DSwitcher.h83 int32 SlotCount() { return fSlotCount; }
117 int32 fSlotCount; member in class:TSwitchManager
H A DSwitcher.cpp431 fSlotCount = 7;
439 (fSlotSize * fSlotCount) - 1 + (2 * kHorizontalMargin),
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.cpp113 int32 fSlotCount; // must be a power of 2 member in class:LargeMemoryTranslationMapPhysicalPageMapper
338 fSlotCount(sizeof(fSlots) / sizeof(page_slot)),
349 for (int32 i = 0; i < fSlotCount; i++) {
360 for (int32 i = 0; i < fSlotCount; i++) {
389 for (int32 i = 0; i < fSlotCount; i++) {
392 fNextSlot = (i + 1) & (fSlotCount - 1);
404 fNextSlot = (fNextSlot + 1) & (fSlotCount - 1);
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp121 int32 fSlotCount; // must be a power of 2 member in class:LargeMemoryTranslationMapPhysicalPageMapper
345 fSlotCount(sizeof(fSlots) / sizeof(page_slot)),
356 for (int32 i = 0; i < fSlotCount; i++) {
367 for (int32 i = 0; i < fSlotCount; i++) {
396 for (int32 i = 0; i < fSlotCount; i++) {
399 fNextSlot = (i + 1) & (fSlotCount - 1);
412 fNextSlot = (fNextSlot + 1) & (fSlotCount - 1);
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp115 int32 fSlotCount; // must be a power of 2 member in class:LargeMemoryTranslationMapPhysicalPageMapper
340 fSlotCount(sizeof(fSlots) / sizeof(page_slot)),
351 for (int32 i = 0; i < fSlotCount; i++) {
362 for (int32 i = 0; i < fSlotCount; i++) {
392 for (int32 i = 0; i < fSlotCount; i++) {
395 fNextSlot = (i + 1) & (fSlotCount - 1);
408 fNextSlot = (fNextSlot + 1) & (fSlotCount - 1);
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h262 uint8 fSlotCount; member in class:XHCI
H A Dxhci.cpp357 fSlotCount(0),
650 fSlotCount = HCS_MAX_SLOTS(capabilities);
651 if (fSlotCount > XHCI_MAX_DEVICES)
652 fSlotCount = XHCI_MAX_DEVICES;
653 WriteOpReg(XHCI_CONFIG, fSlotCount);
1530 if (slot == 0 || slot > fSlotCount) {
2553 if (slot > fSlotCount || endpoint >= XHCI_MAX_ENDPOINTS)
2626 if (slot > fSlotCount)

Completed in 185 milliseconds