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

/freebsd-9.3-release/usr.sbin/rtadvd/
H A Dtimer.c108 struct rtadvd_timer *rat; local
116 rat = malloc(sizeof(*rat));
117 if (rat == NULL) {
122 memset(rat, 0, sizeof(*rat));
124 rat->rat_expire = timeout;
125 rat->rat_update = update;
126 rat->rat_expire_data = timeodata;
127 rat
137 rtadvd_remove_timer(struct rtadvd_timer *rat) argument
157 struct rtadvd_timer *rat; local
184 rtadvd_set_timer(struct timeval *tm, struct rtadvd_timer *rat) argument
[all...]
H A Dtimer_subr.c44 rtadvd_timer_rest(struct rtadvd_timer *rat) argument
49 if (TIMEVAL_LEQ(&rat->rat_tm, &now)) {
56 TIMEVAL_SUB(&rat->rat_tm, &now, &returnval);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.c216 char *lat, *rat; local
221 rat = (char *)strchr(rname, '@');
225 if (rat != NULL)
226 *rat = '\0';
236 } else if (rat == NULL) {
253 ret = strcmp(lat + 1, rat + 1);
263 if (rat != NULL)
264 *rat = '@';
/freebsd-9.3-release/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-9.3-release/usr.sbin/rtadvctl/
H A Drtadvctl.c469 struct rtadvd_timer *rat; local
606 rat = NULL;
616 rat = (struct rtadvd_timer *)cp.cp_val;
619 (rat == NULL) ? "never\n" :
620 ctime((time_t *)&rat->rat_tm.tv_sec));
/freebsd-9.3-release/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 120 milliseconds