Searched refs:freqConstant (Results 1 – 1 of 1) sorted by relevance
411 private static boolean useBYX(int freq, int freqConstant, int count) in useBYX() argument413 return freq > freqConstant && count > 0; in useBYX()