Searched refs:foundIndex (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/media/
H A DFormatManager.cpp263 int32 foundIndex = -1; local
267 if (foundIndex != -1) {
269 "present at previous index: %" B_PRId32 "\n", foundIndex);
271 foundIndex = i;
275 if (foundIndex >= 0)
276 delete fList.RemoveItemAt(foundIndex);
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp418 Port::_IsPortInVBT(uint32* foundIndex) argument
457 if (foundIndex != NULL)
458 *foundIndex = i;
469 uint32 foundIndex = 0; local
470 if (!_IsPortInVBT(&foundIndex))
472 child_device_config& config = gInfo->shared_info->device_configs[foundIndex];
480 uint32 foundIndex = 0; local
481 if (!_IsPortInVBT(&foundIndex))
483 child_device_config& config = gInfo->shared_info->device_configs[foundIndex];
492 uint32 foundIndex local
504 uint32 foundIndex = 0; local
960 uint32 foundIndex = 0; local
[all...]
H A DPorts.h79 bool _IsPortInVBT(uint32* foundIndex = NULL);

Completed in 67 milliseconds