Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c926 char *lo_end = timerange, *hi_end; in timerange_option() local
929 lo = strtoimax(timerange + 1, &lo_end, 10); in timerange_option()
930 if (lo_end == timerange + 1 || (lo == INTMAX_MAX && errno == ERANGE)) in timerange_option()
933 hi_end = lo_end; in timerange_option()
934 if (lo_end[0] == '/' && lo_end[1] == '@') { in timerange_option()
936 hi = strtoimax(lo_end + 2, &hi_end, 10); in timerange_option()
937 if (hi_end == lo_end + 2 || hi == INTMAX_MIN) in timerange_option()
/illumos-gate/usr/src/common/mc/zen_umc/
H A Dzen_umc_decode.c1824 const uint_t lo_end = cs->ucs_nrow_lo + cs->ucs_row_low_bit - 1; in zen_umc_decode_rows() local
1826 row = bitx64(dec->dec_norm_addr, lo_end, cs->ucs_row_low_bit); in zen_umc_decode_rows()