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()
1222 int minidx = size - 1; in dump_histogram() local1231 if (histo[i] > 0 && i < minidx) in dump_histogram()1232 minidx = i; in dump_histogram()1238 for (i = minidx; i <= maxidx; i++) { in dump_histogram()
262 int minidx = size - 1; in dump_histogram() local271 if (histo[i] > 0 && i < minidx) in dump_histogram()272 minidx = i; in dump_histogram()278 for (i = minidx; i <= maxidx; i++) { in dump_histogram()