Searched refs:storeCount (Results 1 – 3 of 3) sorted by relevance
281 M4OSA_Int32 storeCount, in isThresholdBreached() argument287 for (int i = 0; i < storeCount; ++i) { in isThresholdBreached()290 return (totalValue / storeCount > thresholdValue); in isThresholdBreached()
96 M4OSA_Int32 storeCount, M4OSA_Int32 thresholdValue);
78 M4OSA_Int32 storeCount,4121 M4OSA_Int32 storeCount, M4OSA_Int32 thresholdValue ) in M4VSS3GPP_isThresholdBreached() argument4127 for ( i = 0; i < storeCount; i++ ) in M4VSS3GPP_isThresholdBreached()4130 finalValue = finalValue / storeCount; in M4VSS3GPP_isThresholdBreached()