Searched refs:curretCounterWordVal (Results 1 – 2 of 2) sorted by relevance
50 uint32_t curretCounterWordVal; in HASH_COMMON_IncMsbUnsignedCounter() local65 curretCounterWordVal = CounterBuff_ptr[CounterSize-1]; in HASH_COMMON_IncMsbUnsignedCounter()77 if (curretCounterWordVal > CounterBuff_ptr[CounterSize-1]) { in HASH_COMMON_IncMsbUnsignedCounter()82 curretCounterWordVal = CounterBuff_ptr[i]; in HASH_COMMON_IncMsbUnsignedCounter()89 if ((curretCounterWordVal < CounterBuff_ptr[i]) || (i == 0)) { in HASH_COMMON_IncMsbUnsignedCounter()135 uint32_t curretCounterWordVal; in HASH_COMMON_IncLsbUnsignedCounter() local149 curretCounterWordVal = CounterBuff_ptr[0]; in HASH_COMMON_IncLsbUnsignedCounter()161 if (curretCounterWordVal > CounterBuff_ptr[0]) { in HASH_COMMON_IncLsbUnsignedCounter()165 curretCounterWordVal = CounterBuff_ptr[i]; in HASH_COMMON_IncLsbUnsignedCounter()172 if (curretCounterWordVal < CounterBuff_ptr[i]) { in HASH_COMMON_IncLsbUnsignedCounter()
52 uint32_t curretCounterWordVal; in CC_CommonIncMsbUnsignedCounter() local68 curretCounterWordVal = CounterBuff_ptr[CounterSize-1]; in CC_CommonIncMsbUnsignedCounter()80 if (curretCounterWordVal > CounterBuff_ptr[CounterSize-1]) { in CC_CommonIncMsbUnsignedCounter()85 curretCounterWordVal = CounterBuff_ptr[i]; in CC_CommonIncMsbUnsignedCounter()92 if ((curretCounterWordVal < CounterBuff_ptr[i]) || (i == 0)){ in CC_CommonIncMsbUnsignedCounter()