Home | History | Annotate | Download | only in toolutil

Lines Matching refs:num

137     int32_t num;
138 for(i=0, num=2;; ++i, ++num) {
145 if(length>num*2 && length>=(density*maxLength)/0x100) {
149 // Use the num ranges with the num-1 largest gaps.
150 gaps.truncate(num-1);
152 for(i=0; i<=num-2; ++i) {
158 ranges[num-1][1]=maxValue;
159 return num;