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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-mgr.c3867 checkPartition( const struct peer_candidate * candidates, int left, int right, uint64_t pivotScore, int storeIndex )
3871 assert( storeIndex >= left );
3872 assert( storeIndex <= right );
3873 assert( candidates[storeIndex].score == pivotScore );
3875 for( i=left; i<storeIndex; ++i )
3877 for( i=storeIndex+1; i<=right; ++i )
3890 int storeIndex; local
3899 storeIndex = left;
3904 tmp = candidates[storeIndex];
3905 candidates[storeIndex]
[all...]

Completed in 54 milliseconds