Searched refs:StartInd2 (Results 1 – 1 of 1) sorted by relevance
233 int32_t StartInd1,StartInd2; in CC_CommonCmpMsbUnsignedCounters() local254 StartInd1=0,StartInd2=0; in CC_CommonCmpMsbUnsignedCounters()261 while (Counter2Size && (CounterBuff2_ptr[StartInd2] == 0)) { in CC_CommonCmpMsbUnsignedCounters()262 StartInd2++; in CC_CommonCmpMsbUnsignedCounters()278 …if ((CounterBuff1_ptr[StartInd1 + i] > CounterBuff2_ptr[StartInd2 + i]) && Result == CC_COMMON_Cmp… in CC_CommonCmpMsbUnsignedCounters()283 …if ((CounterBuff2_ptr[StartInd2 + i] > CounterBuff1_ptr[StartInd1 + i]) && Result == CC_COMMON_Cmp… in CC_CommonCmpMsbUnsignedCounters()