Searched refs:minLengthRangeCount (Results 1 – 6 of 6) sorted by relevance
490 int minLengthRangeCount; in allocWeightsInMinLengthRanges() local491 for(minLengthRangeCount = 0; in allocWeightsInMinLengthRanges()492 minLengthRangeCount < rangeCount && in allocWeightsInMinLengthRanges()493 ranges[minLengthRangeCount].length == minLength; in allocWeightsInMinLengthRanges()494 ++minLengthRangeCount) { in allocWeightsInMinLengthRanges()495 count += ranges[minLengthRangeCount].count; in allocWeightsInMinLengthRanges()504 for(int i = 1; i < minLengthRangeCount; ++i) { in allocWeightsInMinLengthRanges()
488 int minLengthRangeCount; in allocWeightsInMinLengthRanges() local489 for(minLengthRangeCount = 0; in allocWeightsInMinLengthRanges()490 minLengthRangeCount < rangeCount && in allocWeightsInMinLengthRanges()491 ranges[minLengthRangeCount].length == minLength; in allocWeightsInMinLengthRanges()492 ++minLengthRangeCount) { in allocWeightsInMinLengthRanges()493 count += ranges[minLengthRangeCount].count; in allocWeightsInMinLengthRanges()502 for(int i = 1; i < minLengthRangeCount; ++i) { in allocWeightsInMinLengthRanges()
427 int32_t minLengthRangeCount; in allocWeightsInMinLengthRanges() local428 for(minLengthRangeCount = 0; in allocWeightsInMinLengthRanges()429 minLengthRangeCount < rangeCount && in allocWeightsInMinLengthRanges()430 ranges[minLengthRangeCount].length == minLength; in allocWeightsInMinLengthRanges()431 ++minLengthRangeCount) { in allocWeightsInMinLengthRanges()432 count += ranges[minLengthRangeCount].count; in allocWeightsInMinLengthRanges()441 for(int32_t i = 1; i < minLengthRangeCount; ++i) { in allocWeightsInMinLengthRanges()