Searched refs:cvt (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj.in30 my $cvt = (2 ** 20) / $tick;
41 $drift += $cvt;
45 while ($drift > $cvt) {
46 $drift -= $cvt;
51 printf "%d usec; %d nsec\n", $tick, ($tick + ($drift/$cvt)) * 1000;
/freebsd-10-stable/share/examples/ses/srcs/
H A Dsetobjstat.c51 long cvt; local
66 cvt = strtol(v[2], &x, 0);
70 obj.elm_idx = cvt;
73 cvt = strtol(v[3 + i], &x, 0);
77 obj.cstat[i] = cvt;
H A Dgetobjstat.c50 long cvt; local
64 cvt = strtol(v[2], &x, 0);
68 obj.obj_id = cvt;
/freebsd-10-stable/cddl/usr.bin/ctfconvert/
H A DMakefile4 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt
36 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
/freebsd-10-stable/cddl/usr.bin/ctfmerge/
H A DMakefile4 .PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt
33 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
/freebsd-10-stable/usr.bin/less/
H A DMakefile4 SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c cvt.c \
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_modes.c1017 bool yres_specified = false, cvt = false, rb = false; local
1038 !yres_specified && !cvt && !rb && was_digit) {
1046 if (!bpp_specified && !yres_specified && !cvt &&
1065 if (yres_specified || cvt || was_digit)
1067 cvt = true;
1070 if (yres_specified || cvt || rb || was_digit)
1075 if (cvt || yres_specified || was_digit)
1080 if (cvt || yres_specified || was_digit)
1150 mode->cvt = cvt;
[all...]
H A Ddrm_edid.h111 } __attribute__((packed)) cvt; member in union:detailed_data_monitor_range::__anon9
144 struct cvt_timing cvt[4]; member in union:detailed_non_pixel::__anon12
H A Ddrm_edid.c1212 case 0x04: /* cvt, only in 1.4+ */
1383 struct cvt_timing *cvt; local
1389 cvt = &(timing->data.other_data.data.cvt[i]);
1391 if (!memcmp(cvt->code, empty, 3))
1394 height = (cvt->code[0] + ((cvt->code[1] & 0xf0) << 4) + 1) * 2;
1395 switch (cvt->code[1] & 0x0c) {
1411 if (cvt->code[2] & (1 << j)) {
H A DdrmP.h931 bool cvt; member in struct:drm_cmdline_mode
/freebsd-10-stable/contrib/gcc/config/mips/
H A Dmips16.S162 cvt.s.w $f0,$f0
287 cvt.d.s $f0,$f12
300 cvt.s.d $f0,$f12
367 cvt.d.w $f0,$f12
/freebsd-10-stable/gnu/usr.bin/cc/cc1plus/
H A DMakefile12 SRCS+= main.c cp-lang.c c-opts.c call.c class.c cvt.c cxx-pretty-print.c \
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dcharset.c1045 struct cset_converter cvt
1059 else if (!APPLY_CONVERSION (cvt, buf, 6 - bytesleft, tbuf))
1223 struct cset_converter cvt
1292 if (!APPLY_CONVERSION (cvt, &c, 1, tbuf))
1313 struct cset_converter cvt
1336 if (!APPLY_CONVERSION (cvt, base, p - base, &tbuf))
1044 struct cset_converter cvt local
1222 struct cset_converter cvt local
1311 struct cset_converter cvt local

Completed in 503 milliseconds