Searched refs:CounterSize (Results 1 – 4 of 4) sorted by relevance
45 uint32_t CounterSize ) in HASH_COMMON_IncMsbUnsignedCounter() argument58 for (i = 0 ; i < CounterSize ; i++) in HASH_COMMON_IncMsbUnsignedCounter()65 curretCounterWordVal = CounterBuff_ptr[CounterSize-1]; in HASH_COMMON_IncMsbUnsignedCounter()71 CounterBuff_ptr[CounterSize-1] += Val; in HASH_COMMON_IncMsbUnsignedCounter()77 if (curretCounterWordVal > CounterBuff_ptr[CounterSize-1]) { in HASH_COMMON_IncMsbUnsignedCounter()79 i = CounterSize - 2; in HASH_COMMON_IncMsbUnsignedCounter()101 for (i = 0 ; i < CounterSize ; i++) in HASH_COMMON_IncMsbUnsignedCounter()130 uint32_t CounterSize ) in HASH_COMMON_IncLsbUnsignedCounter() argument163 for (i = 1 ; i < CounterSize ; i++) { in HASH_COMMON_IncLsbUnsignedCounter()
47 uint32_t CounterSize ) in CC_CommonIncMsbUnsignedCounter() argument61 for (i = 0 ; i < CounterSize ; i++) in CC_CommonIncMsbUnsignedCounter()68 curretCounterWordVal = CounterBuff_ptr[CounterSize-1]; in CC_CommonIncMsbUnsignedCounter()74 CounterBuff_ptr[CounterSize-1] += Val; in CC_CommonIncMsbUnsignedCounter()80 if (curretCounterWordVal > CounterBuff_ptr[CounterSize-1]) { in CC_CommonIncMsbUnsignedCounter()82 i = CounterSize - 2; in CC_CommonIncMsbUnsignedCounter()104 for (i = 0 ; i < CounterSize ; i++) in CC_CommonIncMsbUnsignedCounter()592 uint32_t CounterSize ) in CC_CommonGetBytesCounterEffectiveSizeInBits() argument608 while (CounterSize != 0) { in CC_CommonGetBytesCounterEffectiveSizeInBits()609 if (CounterBuff_ptr[CounterSize - 1] == 0) in CC_CommonGetBytesCounterEffectiveSizeInBits()[all …]
216 uint32_t CounterSize);240 uint32_t CounterSize);367 uint32_t CounterSize );
167 if (CounterSize == 0) in FfcDhGetBeCounterEffectiveSizeInBits()