Home | History | Annotate | Download | only in src

Lines Matching full:values_per_line

917     static int values_per_line[NUM_TYPES] = {
929 int lines = count / values_per_line[type];
930 if (count % values_per_line[type] != 0) lines++;
937 k < values_per_line[type] && count > 0;