Home
last modified time | relevance | path

Searched refs:mu (Results 1 – 25 of 28) sorted by relevance

12

/dragonfly/sys/dev/raid/mlx/
H A Dmlx.c1851 mlx_user_command(struct mlx_softc *sc, struct mlx_usercommand *mu) in mlx_user_command() argument
1868 bcopy(mu->mu_command, mc->mc_mailbox, sizeof(mc->mc_mailbox)); in mlx_user_command()
1872 if (mu->mu_datasize > 0) { in mlx_user_command()
1873 if (mu->mu_datasize > MAXPHYS) in mlx_user_command()
1876 (error = copyin(mu->mu_buf, kbuf, mu->mu_datasize))) in mlx_user_command()
1888 mc->mc_length = mu->mu_datasize; in mlx_user_command()
1901 mu->mu_bufptr = 8; in mlx_user_command()
1907 if (mu->mu_datasize > 0) { in mlx_user_command()
1910 if ((mu->mu_bufptr < 0) || (mu->mu_bufptr > (sizeof(mu->mu_command) - sizeof(u_int32_t)))) { in mlx_user_command()
1926 mu->mu_status = mc->mc_status; in mlx_user_command()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Drandom1189 * p(x|\mu,\omega) = \frac{2\mu^\mu}{\Gamma(\mu)\omega^\mu}
1190 * x^{2\mu-1}e^{-\mu x / \omega}
1220 mu() const
1255 _M_gd(__p.mu(), __p.omega() / __p.mu())
1269 mu() const
1319 __pg(__p.mu(), __p.omega() / __p.mu());
1418 * p(x|\alpha,\mu) = \frac{\alpha + 1}{\mu}
1461 mu() const
1702 mu() const
2642 * p(x|\mu,\kappa) = \frac{e^{\kappa \cos(x-\mu)}}
[all …]
H A Drandom.tcc808 __pg(__p.mu(), __p.omega() / __p.mu()); in __generate_impl()
829 __os << __x.mu() << __space << __x.omega(); in operator <<()
872 result_type __mu_val = __p.mu(); in __generate_impl()
894 __os << __x.alpha() << __space << __x.mu(); in operator <<()
945 __p2(__p.nu(), __p.mu() / __p.nu()); in operator ()()
965 __p2(__p.nu(), __p.mu() / __p.nu()); in __generate_impl()
990 __os << __x.lambda() << __space << __x.mu() << __space << __x.nu(); in operator <<()
1331 __os << __x.mu() << __space << __x.kappa(); in operator <<()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_wolfssl.c1477 mp_int mu; in crypto_ec_point_add() local
1486 ret = mp_init(&mu); in crypto_ec_point_add()
1490 ret = mp_montgomery_calc_normalization(&mu, modulus); in crypto_ec_point_add()
1492 mp_clear(&mu); in crypto_ec_point_add()
1496 if (!mp_isone(&mu)) { in crypto_ec_point_add()
1499 mp_clear(&mu); in crypto_ec_point_add()
1505 mp_clear(&mu); in crypto_ec_point_add()
1509 if (mp_mulmod(pa->x, &mu, modulus, ta->x) != MP_OKAY || in crypto_ec_point_add()
1510 mp_mulmod(pa->y, &mu, modulus, ta->y) != MP_OKAY || in crypto_ec_point_add()
1511 mp_mulmod(pa->z, &mu, modulus, ta->z) != MP_OKAY || in crypto_ec_point_add()
[all …]
/dragonfly/contrib/wpa_supplicant/src/tls/
H A Dlibtommath.c1885 mp_int M[TAB_SIZE], res, mu; in s_mp_exptmod() local
1932 if ((err = mp_init (&mu)) != MP_OKAY) { in s_mp_exptmod()
1987 if ((err = redux (&M[x], P, &mu)) != MP_OKAY) { in s_mp_exptmod()
2036 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod()
2053 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod()
2062 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod()
2080 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod()
2090 if ((err = redux (&res, P, &mu)) != MP_OKAY) { in s_mp_exptmod()
2100 LBL_MU:mp_clear (&mu); in s_mp_exptmod()
2273 if ((res = mp_mul (&q, mu, &q)) != MP_OKAY) { in mp_reduce()
[all …]
/dragonfly/contrib/tcsh-6/nls/german/
H A Dset19 7 $ Ausweitung muß vor ] enden
32 30 Variablenname muß mit einem Buchstaben beginnen
34 32 Variablenname muß Buchstaben oder Ziffern enthalten
H A Dset910 8 Es muß noch etwas folgen: '%c'\n
/dragonfly/sys/dev/raid/hptiop/
H A Dhptiop.h343 struct hpt_iopmu_itl *mu; member
347 struct hpt_iopmu_mv *mu; member
351 struct hpt_iopmu_mvfrey *mu; member
H A Dhptiop.c369 wakeup((void *)((unsigned long)hba->u.itl.mu + index)); in hptiop_request_callback_itl()
1097 req.header.context = req32 + (u_int64_t)(unsigned long)hba->u.itl.mu; in hptiop_post_ioctl_command_itl()
1115 if (hptiop_sleep(hba, (void *)((unsigned long)hba->u.itl.mu + req32), in hptiop_post_ioctl_command_itl()
1432 hba->u.itl.mu = (struct hpt_iopmu_itl *) in hptiop_alloc_pci_res_itl()
1435 if (!hba->u.itl.mu) { in hptiop_alloc_pci_res_itl()
1480 hba->u.mv.mu = (struct hpt_iopmu_mv *)rman_get_virtual(hba->bar2_res); in hptiop_alloc_pci_res_mv()
1482 if (!hba->u.mv.mu) { in hptiop_alloc_pci_res_mv()
1529 hba->u.mvfrey.mu = in hptiop_alloc_pci_res_mvfrey()
1532 if (!hba->u.mvfrey.mu) { in hptiop_alloc_pci_res_mvfrey()
/dragonfly/share/misc/
H A Deqnchar4 tdefine citimes % "\o'\(mu\(ci'" %
8 tdefine bigstar % "\o'\(pl\(mu'" %
/dragonfly/sys/dev/sound/pci/
H A Dvibes.c728 u_long midi_start, games_start, count, sdmaa, sdmac, ml, mu; in sv_attach() local
806 mu = midi_start; in sv_attach()
809 mu = games_start; in sv_attach()
814 if ((mu - ml >= 0x800) || in sv_attach()
815 ((mu - ml) % 0x200)) { in sv_attach()
/dragonfly/crypto/openssh/
H A Dsc25519.c18 static const crypto_uint32 mu[33] = {0x1B, 0x13, 0x2C, 0x0A, 0xA3, 0xE5, 0x9C, 0xED, 0xA7, 0x29, 0x… variable
68 if(i+j >= 31) q2[i+j] += mu[i]*x[j+31]; in barrett_reduce()
/dragonfly/usr.bin/vi/catalog/
H A Dgerman.UTF-8.base15 016 "Vi's Standardein- und -ausgabe muß ein Terminal sein"
46 047 "Die %s-Option muß Gruppen zu zwei Zeichen enthalten"
213 222 "Anzeige muß für Bildschirmteilung größer als %d sein"
/dragonfly/sys/bus/u4b/audio/
H A Duaudio.c3814 const struct usb_audio_mixer_unit_0 *mu; in uaudio_mixer_verify_desc() member
3839 len += sizeof(*u.mu); in uaudio_mixer_verify_desc()
3844 len += u.mu->bNrInPins; in uaudio_mixer_verify_desc()
3849 d1 = (const void *)(u.mu->baSourceId + u.mu->bNrInPins); in uaudio_mixer_verify_desc()
3950 const struct usb_audio20_mixer_unit_0 *mu; in uaudio20_mixer_verify_desc() member
3977 len += sizeof(*u.mu); in uaudio20_mixer_verify_desc()
3981 len += u.mu->bNrInPins; in uaudio20_mixer_verify_desc()
3986 d1 = (const void *)(u.mu->baSourceId + u.mu->bNrInPins); in uaudio20_mixer_verify_desc()
/dragonfly/lib/libc/nls/
H A Dsk_SK.ISO8859-2.msg137 65 Neexistuje cesta k vzdialen�mu uzlu
/dragonfly/usr.bin/ee/nls/de_DE.ISO8859-1/
H A Dee.msg179 169 "beim Aufruf von ree mu� ein Dateiname angegeben werden"
/dragonfly/contrib/file/magic/Magdir/
H A Daudio12 >12 belong 1 8-bit ISDN mu-law,
36 >12 belong 23 8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice enc.),
50 >12 lelong 1 8-bit ISDN mu-law,
74 >12 lelong 23 8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice enc.),
H A Dsysex88 >1 byte 0x18 E-mu
H A Dcad57 # 2 chars for name of subunits like ft FT in IN mu m mm '\0 '\040
H A Driff22 >0 leshort 0x07 \b, ITU G.711 mu-law
/dragonfly/share/zoneinfo/
H A Dafrica561 # http://economicdevelopment.gov.mu/portal/site/Mainhomepage/menuitem.a42b24128104d9845dabddd154508…
573 # http://www.lexpress.mu/display_article.php?news_id=111216
598 # http://www.gov.mu/portal/site/pmosite/menuitem.4ca0efdee47462e7440a600248a521ca/?content_id=4728c…
615 # http://www.gov.mu/portal/goc/assemblysite/file/bill2708.pdf
623 # http://lexpress.mu/Story/3398~Beebeejaun---Les-objectifs-d-%C3%A9conomie-d-%C3%A9nergie-de-l-heur…
/dragonfly/contrib/ncurses/include/
H A DCaps877 # memory_unlock OTmu str mu - - -B--- unlock visible screen memory above the current line
965 memory_unlock memu str mu - - ----K unlock memory
/dragonfly/games/hack/
H A Drumors354 Sometimes "mu" is the answer.
/dragonfly/share/termcap/
H A Dtermcap.src912 :le=^H:li#24:mb=\E[5m:me=\E[0m:mh=\E[2m:mr=\E[7m:ms:mu=\EW:\
2892 :me=\E[m:ml=\El:mr=\E[7m:mu=\Em:nd=\E[C:op=\E[39;49m:\
3045 :ku=\EOA:md=\E[1m:me=\E[m:ml=\El:mr=\E[7m:mu=\Em:nd=\E[C:\
3211 :ml=\El:MT:mu=\Em:km:\
/dragonfly/contrib/ncurses/misc/
H A Dterminfo.src9304 # (hpex: removed memory-lock capabilities ":ml=\El:mu=\Em:",
15802 # (dg460-ansi: removed obsolete ":kn#6:"; also removed ":mu=\EW:", on the
24340 # :mu: capabilities. After that, it supports caps plab_norm, label_on,
24527 # capabilities (EP, dF, dT, dV, kn, ma, ml, mu, xr, xx) that are no longer

12