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

/haiku/src/add-ons/accelerants/intel_extreme/
H A Daccelerant.cpp441 // assigned when the count is > 1;
445 bool assigned[gInfo->pipe_count]; local
446 memset(assigned, 0, gInfo->pipe_count);
448 // Some ports need to be assigned to a fixed pipe on old hardware (or due
458 if (assigned[index]) {
459 TRACE("Pipe %d is already assigned, it will drive multiple "
463 assigned[index] = true;
471 while (current < gInfo->pipe_count && assigned[current])
481 assigned[current] = true;

Completed in 85 milliseconds