Searched refs:minidx (Results 1 – 4 of 4) sorted by relevance
191 int minidx = 6; in setdate() local235 minidx = 2; in setdate()242 min = atoi(&date[minidx]); in setdate()243 date[minidx] = '\0'; in setdate()244 hh = atoi(&date[minidx-2]); in setdate()245 date[minidx-2] = '\0'; in setdate()
258 int minidx = 0; in hash_stats() local271 minidx = i; in hash_stats()285 printf(" Min/Max: %d in #%d, %d in #%d\n", min, minidx, max, maxidx); in hash_stats()
1224 int minidx = size - 1; in dump_histogram() local1233 if (histo[i] > 0 && i < minidx) in dump_histogram()1234 minidx = i; in dump_histogram()1240 for (i = minidx; i <= maxidx; i++) { in dump_histogram()
263 int minidx = size - 1; in dump_histogram() local272 if (histo[i] > 0 && i < minidx) in dump_histogram()273 minidx = i; in dump_histogram()279 for (i = minidx; i <= maxidx; i++) { in dump_histogram()