Home
last modified time | relevance | path

Searched refs:minidx (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/date/
H A Ddate.c191 int minidx = 6; in setdate() local
235 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()
/titanic_41/usr/src/tools/ctf/cvt/
H A Dhash.c258 int minidx = 0; in hash_stats() local
271 minidx = i; in hash_stats()
285 printf(" Min/Max: %d in #%d, %d in #%d\n", min, minidx, max, maxidx); in hash_stats()
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1222 int minidx = size - 1; in dump_histogram() local
1231 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()
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c261 int minidx = size - 1; in dump_histogram() local
270 if (histo[i] > 0 && i < minidx) in dump_histogram()
271 minidx = i; in dump_histogram()
277 for (i = minidx; i <= maxidx; i++) { in dump_histogram()