Searched refs:CounterBuff1_ptr (Results 1 – 2 of 2) sorted by relevance
224 CCCommonCmpCounter_t CC_CommonCmpMsbUnsignedCounters( const uint8_t *CounterBuff1_ptr, in CC_CommonCmpMsbUnsignedCounters() argument256 while (Counter1Size && (CounterBuff1_ptr[StartInd1] == 0)) { 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()346 CCCommonCmpCounter_t CC_CommonCmpLsbUnsignedCounters( const uint8_t *CounterBuff1_ptr, in CC_CommonCmpLsbUnsignedCounters() argument376 if (CounterBuff1_ptr[Counter1Size - 1] == 0) in CC_CommonCmpLsbUnsignedCounters()411 …if ((CounterBuff1_ptr[i] > CounterBuff2_ptr[i]) && Result == CC_COMMON_CmpCounter1AndCounter2AreId… in CC_CommonCmpLsbUnsignedCounters()415 …if ((CounterBuff2_ptr[i] > CounterBuff1_ptr[i]) && Result == CC_COMMON_CmpCounter1AndCounter2AreId… in CC_CommonCmpLsbUnsignedCounters()468 CCCommonCmpCounter_t CC_CommonCmpLsWordsUnsignedCounters(const uint32_t *CounterBuff1_ptr, in CC_CommonCmpLsWordsUnsignedCounters() argument498 if (CounterBuff1_ptr[Counter1SizeWords - 1] == 0) in CC_CommonCmpLsWordsUnsignedCounters()[all …]
290 CCCommonCmpCounter_t CC_CommonCmpMsbUnsignedCounters( const uint8_t *CounterBuff1_ptr,318 CCCommonCmpCounter_t CC_CommonCmpLsbUnsignedCounters( const uint8_t *CounterBuff1_ptr,343 CCCommonCmpCounter_t CC_CommonCmpLsWordsUnsignedCounters(const uint32_t *CounterBuff1_ptr,