Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp29 dv->addDomain(domain); in alloc()
32 return dv; in alloc()
74 if (LiveRegs[rx] == dv) in setLiveReg()
78 LiveRegs[rx] = retain(dv); in setLiveReg()
95 if (dv->isCollapsed()) in force()
98 collapse(dv, domain); in force()
102 collapse(dv, dv->getFirstDomain()); in force()
351 if (!dv) { in visitSoftInstr()
354 dv->AvailableDomains = dv->getCommonDomains(available); in visitSoftInstr()
375 if (!dv) { in visitSoftInstr()
[all …]
/freebsd/usr.bin/tip/tip/
H A Dremote6 # cu call unit (default is dv)
8 # dv device to use for the tty
57 uart0|com1:dv=/dev/cuau0:br#9600:pa=none:
65 ucom1:dv=/dev/cuaU0:br#9600:pa=none:
66 ucom2:dv=/dev/cuaU1:br#9600:pa=none:
67 ucom3:dv=/dev/cuaU2:br#9600:pa=none:
68 ucom4:dv=/dev/cuaU3:br#9600:pa=none:
69 ucom5:dv=/dev/cuaU4:br#9600:pa=none:
70 ucom6:dv=/dev/cuaU5:br#9600:pa=none:
71 ucom7:dv=/dev/cuaU6:br#9600:pa=none:
[all …]
/freebsd/usr.sbin/fwcontrol/
H A Dfwdv.c95 struct dvdbc *dv; in dvrecv() local
183 for (dv = (struct dvdbc *)ptr; in dvrecv()
185 dv+=6) { in dvrecv()
188 fprintf(stderr, "(%d,%d) ", dv->sct, dv->dseq); in dvrecv()
190 if (dv->sct == DV_SCT_HEADER && dv->dseq == 0) { in dvrecv()
192 system = ciph->fdf.dv.fs; in dvrecv()
238 ptr = (u_int32_t *)dv; in dvrecv()
256 struct dvdbc *dv; in dvsend() local
306 ciph->fdf.dv.cyc = 0xffff; in dvsend()
340 header = (dv->sct == 0 && dv->dseq == 0); in dvsend()
[all …]
/freebsd/stand/libsa/
H A Ddev.c110 struct devsw *dv; in devparse() local
120 dv = devsw[i]; in devparse()
121 if (dv->dv_match != NULL) { in devparse()
122 if (dv->dv_match(dv, devspec) != 0) in devparse()
125 if (!strncmp(devspec, dv->dv_name, strlen(dv->dv_name))) in devparse()
133 if (dv->dv_parsedev) { in devparse()
134 err = dv->dv_parsedev(&idev, devspec, path); in devparse()
136 np = devspec + strlen(dv->dv_name); in devparse()
142 idev->d_dev = dv; in devparse()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_div.c36 if (dv != NULL)
37 BN_zero(dv);
43 if (dv == NULL)
44 dv = BN_CTX_get(ctx);
61 BN_zero(dv);
64 dv->top = 1;
69 if (!BN_lshift1(dv, dv))
72 dv->d[0] |= 1;
232 if (dv != NULL) in BN_div()
277 bn_check_top(dv); in bn_div_fixed_top()
[all …]
H A Dbn_recp.c84 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, in BN_div_recp() argument
91 d = (dv != NULL) ? dv : BN_CTX_get(ctx); in BN_div_recp()
163 bn_check_top(dv); in BN_div_recp()
/freebsd/stand/uboot/
H A Ddevicename.c86 struct devsw *dv; in uboot_parsedev() local
96 for (i = 0, dv = NULL; devsw[i] != NULL; i++) { in uboot_parsedev()
99 dv = devsw[i]; in uboot_parsedev()
103 if (dv == NULL) in uboot_parsedev()
107 np = (devspec + strlen(dv->dv_name)); in uboot_parsedev()
109 switch(dv->dv_type) { in uboot_parsedev()
147 idev->dd.d_dev = dv; in uboot_parsedev()
/freebsd/contrib/ntp/libparse/
H A Dclk_hopf6021.c252 unsigned int dv; in hexval() local
254 if ((dv = ch - '0') >= 10u) in hexval()
256 if ((dv -= 'A'-'0') < 6u || (dv -= 'a'-'A') < 6u) in hexval()
258 dv += 10; in hexval()
262 dv = 0xFF; in hexval()
265 return (unsigned char)dv; in hexval()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c45 struct secdev dv; variable
390 memset(&dv, 0, sizeof(dv)); in main()
409 dv.dv_minlvl = dv.dv_maxlvl = dv.dv_actlvl; in main()
410 dv.dv_valcmp = dv.dv_actcmp; in main()
416 dv.dv_devflg = 0; in main()
421 dv.dv_actlvl = ss.ss_slevel; in main()
423 dv.dv_minlvl = ss.ss_minlvl; in main()
424 dv.dv_maxlvl = ss.ss_maxlvl; in main()
716 if (setdevs(tty_dev, &dv) < 0) in doit()
781 if (setulvl(dv.dv_actlvl) < 0) in doit()
[all …]
/freebsd/sys/dev/bwn/
H A Dif_bwn_pci.c130 const struct bwn_pci_device *dv; in bwn_pci_find_devcfg() local
133 for (dv = dvc->devices; dv->device != 0; dv++) { in bwn_pci_find_devcfg()
134 if (pci_get_vendor(dev) == dv->vendor && in bwn_pci_find_devcfg()
135 pci_get_device(dev) == dv->device) in bwn_pci_find_devcfg()
141 *device = dv; in bwn_pci_find_devcfg()
/freebsd/contrib/bmake/unit-tests/
H A Dvarname-dot-suffixes.mk53 .MAKEFLAGS: -dv
63 .MAKEFLAGS: -dv
96 .MAKEFLAGS: -dv
H A Dvarmod-assign.mk139 .MAKEFLAGS: -dv
167 .MAKEFLAGS: -dv
185 @${MAKE} -r -f ${MAKEFILE} -dv target 2>&1 | grep ': TARGET_'
H A Dopt-debug.mk6 .MAKEFLAGS: -dv
H A Dopt-debug-var.mk6 .MAKEFLAGS: -dv
H A Dvarmod-shell.mk32 .MAKEFLAGS: -dv # to see the actual command
H A Dvarmod-sun-shell.mk22 .MAKEFLAGS: -dv # to see the actual command
H A Ddirective-unexport-env.mk19 .MAKEFLAGS: -dv
/freebsd/contrib/netbsd-tests/lib/libc/
H A Dt_convfp.c133 double dv = 1.9; in ATF_TC_BODY() local
134 long double ldv = dv; in ATF_TC_BODY()
135 unsigned long l1 = dv; in ATF_TC_BODY()
/freebsd/contrib/mandoc/
H A Dterm.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()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dtlv320aic32x4.txt14 "dv" - Digital core power supply
16 If you supply ldoin, dv and av are optional. Otherwise they are required
H A Dti,tlv320aic32x4.yaml37 dv-supply:
76 - dv-supply
/freebsd/sys/dev/usb/serial/
H A Duchcom.c616 struct uchcom_divider dv; in uchcom_set_baudrate() local
618 if (uchcom_calc_divider_settings(&dv, rate)) in uchcom_set_baudrate()
626 UCHCOM_REG_BPS_PRE, dv.dv_prescaler | 0x80, in uchcom_set_baudrate()
627 UCHCOM_REG_BPS_DIV, dv.dv_div); in uchcom_set_baudrate()
629 UCHCOM_REG_BPS_MOD, dv.dv_mod, in uchcom_set_baudrate()
684 struct uchcom_divider dv; in uchcom_pre_param() local
697 if (uchcom_calc_divider_settings(&dv, t->c_ospeed)) { in uchcom_pre_param()
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm185 LMBD 1,A6,A0 ; leading zero bits in dv
195 [!A2] SHL A6,A0,A6 ; normalize dv
198 [!A2] CMPLTU A3,A6,A1 ; hi<dv?
200 [!A1] SUB A3,A6,A3 ; hi-=dv
206 [!A1] CMPLTU A3,A6,A1 ; hi<dv?
209 [!A1] SUB A3,A6,A3 ; hi-=dv
/freebsd/crypto/openssl/doc/man3/
H A DBN_add.pod21 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *a, const BIGNUM *d,
64 BN_div() divides I<a> by I<d> and places the result in I<dv> and the
65 remainder in I<rem> (C<dv=a/d, rem=a%d>). Either of I<dv> and I<rem> may
71 BN_mod() corresponds to BN_div() with I<dv> set to B<NULL>.
/freebsd/contrib/libucl/src/
H A Ducl_parser.c727 double dv = 0; in ucl_maybe_parse_number() local
807 dv = strtod (c, &endptr); in ucl_maybe_parse_number()
842 dv = lv; in ucl_maybe_parse_number()
846 dv /= 1000.; in ucl_maybe_parse_number()
858 lv = dv; in ucl_maybe_parse_number()
881 dv = lv; in ucl_maybe_parse_number()
884 dv *= 60.; in ucl_maybe_parse_number()
907 dv = lv; in ucl_maybe_parse_number()
926 dv = lv; in ucl_maybe_parse_number()
962 obj->value.dv = is_neg ? (-dv) : dv; in ucl_maybe_parse_number()
[all …]

12345