Searched refs:rat (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/usr.sbin/rtadvd/
H A Dtimer.c110 struct rtadvd_timer *rat; local
118 rat = malloc(sizeof(*rat));
119 if (rat == NULL) {
124 memset(rat, 0, sizeof(*rat));
126 rat->rat_expire = timeout;
127 rat->rat_update = update;
128 rat->rat_expire_data = timeodata;
129 rat
139 rtadvd_remove_timer(struct rtadvd_timer *rat) argument
159 struct rtadvd_timer *rat; local
186 rtadvd_set_timer(struct timespec *tm, struct rtadvd_timer *rat) argument
[all...]
H A Dtimer_subr.c44 rtadvd_timer_rest(struct rtadvd_timer *rat) argument
49 if (TS_CMP(&rat->rat_tm, &now, <=)) {
56 TS_SUB(&rat->rat_tm, &now, &returnval);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.c215 char *lat, *rat; local
220 rat = (char *)strchr(rname, '@');
224 if (rat != NULL)
225 *rat = '\0';
228 if (ret == 0 && (lat != NULL || rat != NULL)) {
235 } else if (rat == NULL) {
252 ret = strcmp(lat + 1, rat + 1);
262 if (rat != NULL)
263 *rat = '@';
/freebsd-11-stable/usr.bin/compress/
H A Dzopen.c635 long rat; local
640 rat = bytes_out >> 8;
641 if (rat == 0) /* Don't divide by zero. */
642 rat = 0x7fffffff;
644 rat = in_count / rat;
646 rat = (in_count << 8) / bytes_out; /* 8 fractional bits. */
647 if (rat > ratio)
648 ratio = rat;
/freebsd-11-stable/usr.sbin/rtadvctl/
H A Drtadvctl.c476 struct rtadvd_timer *rat; local
613 rat = NULL;
623 rat = (struct rtadvd_timer *)cp.cp_val;
626 if (rat == NULL)
629 ts.tv_sec = rat->rat_tm.tv_sec + ts0.tv_sec;
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c3048 double_int rat; local
3103 if (!constant_multiple_of (ustep_orig, cstep_orig, &rat))
3105 ratio = double_int_to_tree (uutype, rat);
3108 factor is 1 or -1, so if rat does not fit to HOST_WIDE_INT, we may
3110 if (double_int_fits_in_shwi_p (rat))
3111 ratioi = double_int_to_shwi (rat);
3373 static HOST_WIDE_INT rat, off; local
3419 rat = 1;
3423 rat = i;
3441 addr = gen_rtx_fmt_ee (MULT, Pmode, addr, gen_int_mode (rat, Pmod
3914 double_int rat; local
[all...]

Completed in 96 milliseconds