Home
last modified time | relevance | path

Searched refs:dv (Results 1 – 25 of 46) sorted by relevance

12

/dragonfly/usr.bin/kcollect/
HDgnuplot.c96 double dv; in dump_gnuplot() local
157 dv = (double)value / 1e9; in dump_gnuplot()
159 dv = (double)value / 100.0; in dump_gnuplot()
163 smoothed_dv = dv; in dump_gnuplot()
164 } else if (smoothed_dv < dv) { in dump_gnuplot()
166 (smoothed_dv * 5.0 + 5 * dv) / in dump_gnuplot()
170 (smoothed_dv * 9.0 + 1 * dv) / in dump_gnuplot()
173 dv = smoothed_dv; in dump_gnuplot()
175 fprintf(OutFP, "%s %6.2f\n", buf, dv); in dump_gnuplot()
239 dv = (double)value / 100.0; in dump_gnuplot()
[all …]
/dragonfly/etc/
HDremote10 # cu call unit (default is dv)
12 # dv device to use for the tty
47 :dv=/dev/cuaa0:br#2400:cu=/dev/cuaa0:at=hayes:du:
49 :dv=/dev/cuaa0:br#1200:cu=/dev/cuaa0:at=hayes:du:
52 cuaa0b|cua0b:dv=/dev/cuaa0:br#2400:pa=none:
53 cuaa0c|cua0c:dv=/dev/cuaa0:br#115200:pa=none:
56 com1:dv=/dev/cuaa0:br#115200:pa=none:
57 com2:dv=/dev/cuaa1:br#115200:pa=none:
58 com3:dv=/dev/cuaa2:br#115200:pa=none:
59 com4:dv=/dev/cuaa3:br#115200:pa=none:
[all …]
/dragonfly/usr.sbin/fwcontrol/
HDfwdv.c96 struct dvdbc *dv; in dvrecv() local
172 if (ciph->fdf.dv.cyc != 0xffff && k == 0) { in dvrecv()
173 fprintf(stderr, "0x%04x\n", ntohs(ciph->fdf.dv.cyc)); in dvrecv()
179 for (dv = (struct dvdbc *)ptr; in dvrecv()
180 (char *)dv < (char *)(ptr + ciph->len); in dvrecv()
181 dv+=6) { in dvrecv()
184 fprintf(stderr, "(%d,%d) ", dv->sct, dv->dseq); in dvrecv()
186 if (dv->sct == DV_SCT_HEADER && dv->dseq == 0) { in dvrecv()
188 systype = ciph->fdf.dv.fs; in dvrecv()
194 (dv->payload[0] & DV_DSF_12) == 0) in dvrecv()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
HDvar-tracking.c230 decl_or_value dv; member
311 decl_or_value dv; member
387 decl_or_value dv; member
1184 dv_is_decl_p (decl_or_value dv) in dv_is_decl_p() argument
1186 return !dv || (int) TREE_CODE ((tree) dv) != (int) VALUE; in dv_is_decl_p()
1191 dv_is_value_p (decl_or_value dv) in dv_is_value_p() argument
1193 return dv && !dv_is_decl_p (dv); in dv_is_value_p()
1198 dv_as_decl (decl_or_value dv) in dv_as_decl() argument
1200 gcc_checking_assert (dv_is_decl_p (dv)); in dv_as_decl()
1201 return (tree) dv; in dv_as_decl()
[all …]
HDgraphite-ppl.c410 mpz_t dv, nv; in ppl_max_for_le_pointset() local
414 mpz_init (dv); in ppl_max_for_le_pointset()
422 ppl_Coefficient_to_mpz_t (denom, dv); in ppl_max_for_le_pointset()
423 gcc_assert (mpz_sgn (dv) != 0); in ppl_max_for_le_pointset()
424 mpz_tdiv_q (res, nv, dv); in ppl_max_for_le_pointset()
428 mpz_clear (dv); in ppl_max_for_le_pointset()
441 mpz_t dv, nv; in ppl_min_for_le_pointset() local
445 mpz_init (dv); in ppl_min_for_le_pointset()
453 ppl_Coefficient_to_mpz_t (denom, dv); in ppl_min_for_le_pointset()
454 gcc_assert (mpz_sgn (dv) != 0); in ppl_min_for_le_pointset()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDvar-tracking.c205 dv_is_decl_p (decl_or_value dv) in dv_is_decl_p() argument
207 return !dv || (int) TREE_CODE ((tree) dv) != (int) VALUE; in dv_is_decl_p()
212 dv_is_value_p (decl_or_value dv) in dv_is_value_p() argument
214 return dv && !dv_is_decl_p (dv); in dv_is_value_p()
219 dv_as_decl (decl_or_value dv) in dv_as_decl() argument
221 gcc_checking_assert (dv_is_decl_p (dv)); in dv_as_decl()
222 return (tree) dv; in dv_as_decl()
227 dv_as_value (decl_or_value dv) in dv_as_value() argument
229 gcc_checking_assert (dv_is_value_p (dv)); in dv_as_value()
230 return (rtx)dv; in dv_as_value()
[all …]
/dragonfly/stand/boot/pc32/libi386/
HDdevicename.c87 struct devsw *dv; in i386_parsedev() local
97 for (i = 0, dv = NULL; devsw[i] != NULL; i++) { in i386_parsedev()
99 dv = devsw[i]; in i386_parsedev()
103 if (dv == NULL) in i386_parsedev()
107 np = (devspec + strlen(dv->dv_name)); in i386_parsedev()
109 switch(dv->dv_type) { in i386_parsedev()
168 if (dv->dv_type == DEVT_NET) in i386_parsedev()
180 idev->d_dev = dv; in i386_parsedev()
181 idev->d_type = dv->dv_type; in i386_parsedev()
/dragonfly/crypto/libressl/crypto/bn/
HDbn_div.c120 BN_div_internal(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, in BN_div_internal() argument
143 bn_check_top(dv); in BN_div_internal()
158 if (dv != NULL) in BN_div_internal()
159 BN_zero(dv); in BN_div_internal()
167 if (dv == NULL) in BN_div_internal()
170 res = dv; in BN_div_internal()
382 BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, in BN_div() argument
388 return BN_div_internal(dv, rm, num, divisor, ctx, ct); in BN_div()
392 BN_div_nonct(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, in BN_div_nonct() argument
395 return BN_div_internal(dv, rm, num, divisor, ctx, 0); in BN_div_nonct()
[all …]
HDbn_recp.c142 BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, BN_RECP_CTX *recp, in BN_div_recp() argument
151 if (dv != NULL) in BN_div_recp()
152 d = dv; in BN_div_recp()
231 bn_check_top(dv); in BN_div_recp()
HDbn_lcl.h644 int BN_div_nonct(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
646 int BN_div_ct(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
/dragonfly/stand/boot/efi/loader/
HDdevicename.c87 struct devsw *dv; in efi_parsedev() local
98 dv = devsw[i]; in efi_parsedev()
99 if (!strncmp(devspec, dv->dv_name, strlen(dv->dv_name))) in efi_parsedev()
105 np = devspec + strlen(dv->dv_name); in efi_parsedev()
112 idev->d_dev = dv; in efi_parsedev()
113 idev->d_type = dv->dv_type; in efi_parsedev()
/dragonfly/tools/tools/chkmoddeps/
HDpmoddeps.gdb23 set $dv = (struct mod_version *)$d->md_data
25 printf "version %s %d\n", $d->md_cval, $dv->mv_version
/dragonfly/contrib/mdocml/
HDterm.c354 size_t dv; /* Visual width of the current character. */ in term_field() local
376 dv = (*p->width)(p, ' '); in term_field()
377 vbl += dv; in term_field()
378 vis += dv; in term_field()
399 dv = (*p->width)(p, p->tcol->buf[ic - 1]); in term_field()
400 p->viscol -= dv; in term_field()
401 vis -= dv; in term_field()
403 dv = (*p->width)(p, p->tcol->buf[ic]); in term_field()
404 p->viscol += dv; in term_field()
405 vis += dv; in term_field()
/dragonfly/sys/dev/sound/pci/
HDmaestro.c476 u_int32_t wpwa, u_int16_t size, int16_t pan, u_int dv) in apu_setparam() argument
488 APU_plus6dB | ((dv & 0xff) << APU_FREQ_LOBYTE_SHIFT)); in apu_setparam()
489 wp_wrapu(ess, apuch, APUREG_FREQ_HIWORD, dv >> 8); in apu_setparam()
852 u_int dv; in aggch_start_dac() local
887 dv = (((speed % 48000) << 16) + 24000) / 48000 in aggch_start_dac()
906 apu_setparam(ch->parent, apuch, wpwa, size, pan, dv); in aggch_start_dac()
910 apu_setparam(ch->parent, apuch + 1, wpwa, size, -pan, dv); in aggch_start_dac()
959 u_int dv; in aggch_start_adc() local
963 dv = ((ch->speed << 16) + 24000) / 48000; in aggch_start_adc()
966 if (dv == 0x10000) in aggch_start_adc()
[all …]
/dragonfly/sys/bus/u4b/serial/
HDuchcom.c573 struct uchcom_divider dv; in uchcom_set_baudrate() local
575 if (uchcom_calc_divider_settings(&dv, rate)) in uchcom_set_baudrate()
579 UCHCOM_REG_BPS_PRE, dv.dv_prescaler, in uchcom_set_baudrate()
580 UCHCOM_REG_BPS_DIV, dv.dv_div); in uchcom_set_baudrate()
582 UCHCOM_REG_BPS_MOD, dv.dv_mod, in uchcom_set_baudrate()
636 struct uchcom_divider dv; in uchcom_pre_param() local
645 if (uchcom_calc_divider_settings(&dv, t->c_ospeed)) { in uchcom_pre_param()
/dragonfly/contrib/binutils-2.27/gas/config/
HDatof-ieee.c675 double dv; local
685 memcpy (&dv, &arr[0], sizeof (double));
686 sprintf (sbuf, "%x %x %x %x %.14G ", arr[0], arr[1], arr[2], arr[3], dv);
/dragonfly/usr.bin/systat/
HDpftop.c405 double dv; in statebwcmp() local
407 dv = elm1->save_bw - elm2->save_bw; in statebwcmp()
408 if (dv < 0) in statebwcmp()
410 if (dv > 0) in statebwcmp()
/dragonfly/contrib/binutils-2.34/gas/config/
HDatof-ieee.c720 double dv; local
730 memcpy (&dv, &arr[0], sizeof (double));
731 sprintf (sbuf, "%x %x %x %x %.14G ", arr[0], arr[1], arr[2], arr[3], dv);
/dragonfly/sys/bus/firewire/
HDiec68113.h96 } __attribute__ ((packed)) dv; member
/dragonfly/sys/dev/netif/ath/ath/
HDif_ath_pci.c119 #define PCI_DEVICE_SUB(v, d, dv, ds) \ argument
123 .sub_vendor_id = (dv), .match_sub_vendor_id = 1, \
/dragonfly/share/timedef/
HDca_IT.UTF-8.src40 dv.
HDca_IT.ISO8859-15.src40 dv.
/dragonfly/usr.bin/tip/
HDTODO38 like dv=cua1,cul1,dn11;cua2,,df03.
/dragonfly/sys/dev/netif/stge/
HDif_stge.c1819 int i, dv; in stge_reset() local
1821 dv = 5000; in stge_reset()
1826 dv = 100; in stge_reset()
1830 dv = 100; in stge_reset()
1848 DELAY(dv); in stge_reset()
1853 DELAY(dv); in stge_reset()
/dragonfly/usr.bin/dsynth/
HDbuild.c2659 double dv; in dophase() local
2676 dv = dload[2] / NumCores; in dophase()
2677 if (dv < (double)NumCores) { in dophase()
2680 if (dv > 4.0 * NumCores) in dophase()
2681 dv = 4.0 * NumCores; in dophase()
2682 wdog_scaled = wdog * dv / NumCores; in dophase()

12