Searched refs:Counter2Size (Results 1 – 2 of 2) sorted by relevance
227 uint32_t Counter2Size ) in CC_CommonCmpMsbUnsignedCounters() argument261 while (Counter2Size && (CounterBuff2_ptr[StartInd2] == 0)) { in CC_CommonCmpMsbUnsignedCounters()263 Counter2Size--; in CC_CommonCmpMsbUnsignedCounters()276 for (i=0 ; i < CC_MIN(Counter1Size, Counter2Size) ; i++) { in CC_CommonCmpMsbUnsignedCounters()294 if (Counter1Size > Counter2Size) in CC_CommonCmpMsbUnsignedCounters()303 if (Counter2Size > Counter1Size) in CC_CommonCmpMsbUnsignedCounters()311 if (Counter2Size == Counter1Size) in CC_CommonCmpMsbUnsignedCounters()349 size_t Counter2Size ) in CC_CommonCmpLsbUnsignedCounters() argument384 while (Counter2Size != 0) { in CC_CommonCmpLsbUnsignedCounters()385 if (CounterBuff2_ptr[Counter2Size - 1] == 0) in CC_CommonCmpLsbUnsignedCounters()[all …]
293 uint32_t Counter2Size );321 size_t Counter2Size );