Searched refs:mu (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-9.3-release/contrib/groff/font/devps/generate/
H A Dlgreekmap14 mu *m
H A Dsymbolchars9 multiply mu
48 mu *m
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_loopfilter.c63 * FREQ if (mu < 900) if (mu < 900) set freq direct
70 * SPIK SYNC if (mu < 900) adjust phase/freq
456 double mu; /* interval since last update */ local
563 mu = current_time - clock_epoch;
593 if (mu < clock_minstep)
606 if (mu < clock_minstep)
681 if (mu < clock_minstep)
706 / ( max(ULOGTOD(sys_poll), mu)
715 etemp = min(ULOGTOD(allan_xpt), mu);
[all...]
/freebsd-9.3-release/sys/dev/mlx/
H A Dmlx.c114 struct mlx_usercommand *mu);
1909 struct mlx_usercommand *mu; local
1919 mu = (struct mlx_usercommand *)mc->mc_private;
1931 mu->mu_bufptr = 8;
1937 if (mu->mu_datasize > 0) {
1938 mc->mc_mailbox[mu->mu_bufptr ] = mc->mc_dataphys & 0xff;
1939 mc->mc_mailbox[mu->mu_bufptr + 1] = (mc->mc_dataphys >> 8) & 0xff;
1940 mc->mc_mailbox[mu->mu_bufptr + 2] = (mc->mc_dataphys >> 16) & 0xff;
1941 mc->mc_mailbox[mu->mu_bufptr + 3] = (mc->mc_dataphys >> 24) & 0xff;
1959 mlx_user_command(struct mlx_softc *sc, struct mlx_usercommand *mu) argument
[all...]
/freebsd-9.3-release/contrib/groff/font/devps/
H A Dtext.enc162 mu 181
/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dlibtommath.c171 static int mp_reduce(mp_int * x, mp_int * m, mp_int * mu);
1870 mp_int M[TAB_SIZE], res, mu; local
1916 /* create mu, used for Barrett reduction */
1917 if ((err = mp_init (&mu)) != MP_OKAY) {
1922 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) {
1927 if ((err = mp_reduce_2k_setup_l (P, &mu)) != MP_OKAY) {
1960 if ((err = redux (&M[1 << (winsize - 1)], P, &mu)) != MP_OKAY) {
1972 if ((err = redux (&M[x], P, &mu)) != MP_OKAY) {
2021 if ((err = redux (&res, P, &mu)) != MP_OKAY) {
2038 if ((err = redux (&res, P, &mu)) !
2243 mp_reduce(mp_int * x, mp_int * m, mp_int * mu) argument
2730 register mp_digit mu; local
[all...]
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_calendar.c224 uint32_t mu)
227 if ((mu ^ vu) > limit) {
228 vu = mu ^ limit;
1233 uint32_t mu, Q, sflag; local
1235 mu = int32_to_uint32_2cpl(res.lo);
1236 Q = sflag ^ ((sflag ^ mu) / 12u);
1238 res.lo = mu - Q * 12u;
222 uint32_saturate( uint32_t vu, uint32_t mu) argument
/freebsd-9.3-release/sys/dev/hptiop/
H A Dhptiop.h352 struct hpt_iopmu_itl *mu; member in struct:hpt_iop_hba::__anon7893::__anon7894
356 struct hpt_iopmu_mv *mu; member in struct:hpt_iop_hba::__anon7893::__anon7895
360 struct hpt_iopmu_mvfrey *mu; member in struct:hpt_iop_hba::__anon7893::__anon7896
H A Dhptiop.c409 wakeup((void *)((unsigned long)hba->u.itl.mu + index));
514 ((char *)hba->u.itl.mu + req);
1142 req.header.context = req32 + (u_int64_t)(unsigned long)hba->u.itl.mu;
1160 if (hptiop_sleep(hba, (void *)((unsigned long)hba->u.itl.mu + req32),
1467 hba->u.itl.mu = (struct hpt_iopmu_itl *)
1470 if (!hba->u.itl.mu) {
1515 hba->u.mv.mu = (struct hpt_iopmu_mv *)rman_get_virtual(hba->bar2_res);
1517 if (!hba->u.mv.mu) {
1564 hba->u.mvfrey.mu =
1567 if (!hba->u.mvfrey.mu) {
[all...]
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_low.h83 #define SCSI_LOW_DELAY(mu) delay((mu))
91 #define SCSI_LOW_DELAY(mu) DELAY((mu))
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dvibes.c726 u_long midi_start, games_start, count, sdmaa, sdmac, ml, mu; local
808 mu = midi_start;
811 mu = games_start;
816 if ((mu - ml >= 0x800) ||
817 ((mu - ml) % 0x200)) {
/freebsd-9.3-release/crypto/openssh/
H A Dsc25519.c18 static const crypto_uint32 mu[33] = {0x1B, 0x13, 0x2C, 0x0A, 0xA3, 0xE5, 0x9C, 0xED, 0xA7, 0x29, 0x63, 0x08, 0x5D, 0x21, 0x06, 0x21, variable
68 if(i+j >= 31) q2[i+j] += mu[i]*x[j+31];
/freebsd-9.3-release/sys/dev/stg/
H A Dtmc18c30.c974 stghw_select_targ_wait(sc, mu)
976 int mu;
981 mu = mu / STGHW_SELECT_INTERVAL;
982 while (mu -- > 0)
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DAPInt.h1539 struct mu;
1540 mu magicu(unsigned LeadingZeros = 0) const;
1678 struct APInt::mu {
/freebsd-9.3-release/sys/i386/xen/
H A Dpmap.c4305 mmu_update_t mu[4];
4325 mu[i].ptr = pdirma + offset * sizeof(pd_entry_t);
4326 mu[i].val = 0;
4328 HYPERVISOR_mmu_update(mu, 4, NULL, DOMID_SELF);
4338 mmu_update_t mu[4];
4354 mu[i].ptr = pdirma + offset * sizeof(pd_entry_t);
4355 mu[i].val = (pmap->pm_pdpt[i] & PG_FRAME) | PG_V;
4357 HYPERVISOR_mmu_update(mu, 4, NULL, DOMID_SELF);
4304 mmu_update_t mu[4]; local
4337 mmu_update_t mu[4]; local
/freebsd-9.3-release/sys/dev/sound/usb/
H A Duaudio.c403 {UA_FMT_MULAW, 8, AFMT_MU_LAW, "8-bit mu-Law"},
421 {UA20_FMT_MULAW, 8, AFMT_MU_LAW, "8-bit mu-Law"},
3561 const struct usb_audio_mixer_unit_0 *mu; member in union:__anon8999
3586 len += sizeof(*u.mu);
3591 len += u.mu->bNrInPins;
3596 d1 = (const void *)(u.mu->baSourceId + u.mu->bNrInPins);
3697 const struct usb_audio20_mixer_unit_0 *mu; member in union:__anon9000
3724 len += sizeof(*u.mu);
3728 len += u.mu
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DAPInt.cpp1439 APInt::mu APInt::magicu(unsigned LeadingZeros) const {
1443 struct mu magu;
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.osf1r5884 # memory_unlock OTmu str mu - - -B--- unlock visible screen memory above the current line
981 memory_unlock memu str mu - - ----K unlock memory
H A DCaps.uwin700 # memory_unlock OTmu str mu - - -B--- unlock visible screen memory above the current line
797 memory_unlock memu str mu - - ----K unlock memory
H A DCaps874 # memory_unlock OTmu str mu - - -B--- unlock visible screen memory above the current line
971 memory_unlock memu str mu - - ----K unlock memory
H A DCaps.aix4976 # memory_unlock OTmu str mu - - -B--- unlock visible screen memory above the current line
1073 memory_unlock memu str mu - - ----K unlock memory
H A DCaps.hpux11477 memory_unlock memu str mu - - ----K unlock memory
888 # memory_unlock OTmu str mu - - -B--- unlock visible screen memory above the current line
985 #memory_unlock memu str mu - - ----K memory unlock
H A DCaps.keys964 # memory_unlock OTmu str mu - - -B--- unlock visible screen memory above the current line
1061 memory_unlock memu str mu - - ----K unlock memory
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2614 APInt::mu magics = N1C.magicu();
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex3646 \hbox{$\mathsurround=0pt \mkern1.5mu ${\it .}$ \mkern1.5mu$}\hskip 1em plus 1fill}

Completed in 506 milliseconds

12