Searched refs:mu (Results 1 – 25 of 33) sorted by relevance
12
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | threads.c | 544 long double mu, mu_squared, rho_squared; in get_stddev() local 545 mu = (long double) sp.valsum / count; in get_stddev() 546 mu_squared = mu * mu; in get_stddev() 552 rho_squared = (sp.valsqsum - 2 * mu * sp.valsum + count * mu_squared) / count; in get_stddev()
|
/titanic_50/usr/src/tools/scripts/ |
H A D | validate_pkg.py | 132 mu = (m & stat.S_IRWXU) >> 6 137 if (((mu & 0o2) == 0 and (mo & mg & 0o4) == 0o4) or 139 (mg, mo) == (mu, mu) or 142 (t == "file" and o == "bin" and mu & 0o1 == 0o1) or
|
/titanic_50/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | Makefile | 62 $(LINT.c) -mu $(SRCS)
|
/titanic_50/usr/src/lib/scsi/plugins/scsi/engines/ |
H A D | Makefile.engine | 55 LINTFLAGS += -mu
|
/titanic_50/usr/src/lib/scsi/plugins/ses/ |
H A D | Makefile.lib | 65 LINTFLAGS += -mu
|
/titanic_50/usr/src/lib/scsi/plugins/smp/ |
H A D | Makefile.lib | 63 LINTFLAGS += -mu
|
/titanic_50/usr/src/cmd/vscan/vscand/ |
H A D | Makefile | 49 LINTFLAGS += -mu
|
/titanic_50/usr/src/cmd/eqn/eqnchar.d/ |
H A D | eqnchar | 4 tdefine citimes % "\(mu\h'-\w'\(mu\^'u'\v'.3n'\(ci\v'-.3n'" %
|
/titanic_50/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | Makefile | 72 $(LINT.c) -mu $(SRCS)
|
/titanic_50/usr/src/cmd/fs.d/udfs/labelit/ |
H A D | Makefile | 81 $(LINT.c) -mu $(SRCS)
|
/titanic_50/usr/src/cmd/troff/nroff.d/terms.d/ |
H A D | ab.X | 119 mu 1 /\b\\
|
H A D | b.300 | 92 mu 1 x
|
H A D | b.lp | 92 mu 1 x
|
H A D | ab.tn300 | 119 mu 1 x
|
H A D | ab.37 | 119 mu 1 x
|
H A D | ab.8510 | 119 mu 1 x
|
/titanic_50/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | Makefile | 111 $(LINT.c) -mu $(SRCS)
|
/titanic_50/usr/src/cmd/lp/filter/postscript/font/devpost/ |
H A D | S | 160 mu 55 0 180
|
H A D | ZD | 158 mu 79 3 197
|
H A D | DESC | 53 \| \} ap fm <= sl if <- ua da de +- >= mu pt pd
|
/titanic_50/usr/src/cmd/fm/modules/ |
H A D | Makefile.plugin | 71 LINTFLAGS += -mu
|
/titanic_50/usr/src/common/mpi/ |
H A D | mpi.c | 1509 mp_int s, x, mu; in s_mp_exptmod() local 1524 if((res = mp_init(&mu, FLAG(a))) != MP_OKAY) in s_mp_exptmod() 1530 s_mp_add_d(&mu, 1); in s_mp_exptmod() 1531 s_mp_lshd(&mu, 2 * USED(m)); in s_mp_exptmod() 1532 if((res = mp_div(&mu, m, &mu, NULL)) != MP_OKAY) in s_mp_exptmod() 1544 if((res = s_mp_reduce(&s, m, &mu)) != MP_OKAY) in s_mp_exptmod() 1552 if((res = s_mp_reduce(&x, m, &mu)) != MP_OKAY) in s_mp_exptmod() 1564 if((res = s_mp_reduce(&s, m, &mu)) != MP_OKAY) in s_mp_exptmod() 1572 if((res = s_mp_reduce(&x, m, &mu)) != MP_OKAY) in s_mp_exptmod() 1579 mp_clear(&mu); in s_mp_exptmod() [all …]
|
H A D | mpi-priv.h | 216 mp_err s_mp_reduce(mp_int *x, const mp_int *m, const mp_int *mu);
|
/titanic_50/usr/src/cmd/fm/fmd/ |
H A D | Makefile.fmd | 119 LINTFLAGS += -mu
|
/titanic_50/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_svc.c | 2983 static kmutex_t mu; in rdc_stallzero() local 2987 mutex_init(&mu, NULL, MUTEX_DRIVER, NULL); in rdc_stallzero() 2991 mutex_enter(&mu); in rdc_stallzero() 3002 cv_wait(&cv, &mu); in rdc_stallzero() 3008 mutex_exit(&mu); in rdc_stallzero()
|
12