Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_cc.c1293 int64_t baseval, limitval; in dt_compile_agg() local
1312 limitval = (int64_t)arg2->dn_value; in dt_compile_agg()
1314 if (limitval < INT32_MIN || limitval > INT32_MAX) { in dt_compile_agg()
1319 if (limitval < baseval) { in dt_compile_agg()
1338 nlevels = (limitval - baseval) / step; in dt_compile_agg()