Searched refs:functionCount (Results 1 – 2 of 2) sorted by relevance
129 uint8 functionCount = 1; in fill_pci_info_for_entry() local131 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() local463 functionCount = kMaxPCIFunctionCount; in ensure_all_functions_matched()465 for (uint8 function = 0; function < functionCount; function++) { in ensure_all_functions_matched()
309 int32 functionCount = fImageDebugInfo->CountFunctions(); in SetImageDebugInfo() local310 for (int32 i = 0; i < functionCount; i++) { in SetImageDebugInfo()