Home
last modified time | relevance | path

Searched refs:functionCount (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp129 uint8 functionCount = 1; in fill_pci_info_for_entry() local
131 functionCount = kMaxPCIFunctionCount; in fill_pci_info_for_entry()
133 for (uint8 function = 0; function < functionCount; function++) { in fill_pci_info_for_entry()
461 uint8 functionCount = 1; in ensure_all_functions_matched() local
463 functionCount = kMaxPCIFunctionCount; in ensure_all_functions_matched()
465 for (uint8 function = 0; function < functionCount; function++) { in ensure_all_functions_matched()
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp309 int32 functionCount = fImageDebugInfo->CountFunctions(); in SetImageDebugInfo() local
310 for (int32 i = 0; i < functionCount; i++) { in SetImageDebugInfo()