Home
last modified time | relevance | path

Searched defs:mu (Results 1 – 25 of 62) sorted by relevance

123

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h85 explicit GenericScopedLock(MutexType *mu) in GenericScopedLock()
104 explicit GenericScopedReadLock(MutexType *mu) in GenericScopedReadLock()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DTnaf.java82 public static BigInteger norm(final byte mu, ZTauElement lambda) in norm()
123 public static SimpleBigDecimal norm(final byte mu, SimpleBigDecimal u, in norm()
167 SimpleBigDecimal lambda1, byte mu) in round()
314 public static byte[] tauAdicNaf(byte mu, ZTauElement lambda) in tauAdicNaf()
451 public static BigInteger[] getLucas(byte mu, int k, boolean doV) in getLucas()
506 public static BigInteger getTw(byte mu, int w) in getTw()
607 BigInteger[] s, byte mu, byte c) in partModReduction()
723 public static byte[] tauAdicWNaf(byte mu, ZTauElement lambda, in tauAdicWNaf()
/external/dropbear/libtommath/
Dbn_mp_reduce.c22 int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) in mp_reduce()
Dbn_mp_add_d.c23 mp_digit *tmpa, *tmpc, mu; in mp_add_d() local
Dbn_mp_sub_d.c22 mp_digit *tmpa, *tmpc, mu; in mp_sub_d() local
Dbn_mp_dr_reduce.c37 mp_digit mu, *tmpx1, *tmpx2; in mp_dr_reduce() local
Dbn_mp_montgomery_reduce.c23 mp_digit mu; in mp_montgomery_reduce() local
Dbn_fast_mp_montgomery_reduce.c75 register mp_digit mu; in fast_mp_montgomery_reduce() local
/external/chromium/sdch/open-vcdiff/src/
Dmutex.h266 explicit MutexLock(Mutex *mu) : mu_(mu) { mu_->Lock(); } in MutexLock()
278 explicit ReaderMutexLock(Mutex *mu) : mu_(mu) { mu_->ReaderLock(); } in ReaderMutexLock()
289 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock()
/external/valgrind/main/helgrind/tests/
Dtc05_simple_race.c11 pthread_mutex_t mu = PTHREAD_MUTEX_INITIALIZER; variable
Dtc06_two_races.c10 pthread_mutex_t mu = PTHREAD_MUTEX_INITIALIZER; variable
/external/valgrind/unittest/
Dlibstdc++_tests.cc60 pthread_mutex_t mu; variable
124 pthread_mutex_t mu; variable
Dthread_wrappers_pthread.h77 static pthread_mutex_t mu = PTHREAD_MUTEX_INITIALIZER; in AtomicIncrement() local
222 void Wait(Mutex *mu) { CHECK(0 == pthread_cond_wait(&cv_, &mu->mu_)); } in Wait()
223 bool WaitWithTimeout(Mutex *mu, int millis) { in WaitWithTimeout()
268 ReaderLockScoped(RWLock *mu) : mu_(mu) { in ReaderLockScoped()
280 WriterLockScoped(RWLock *mu) : mu_(mu) { in WriterLockScoped()
Dposix_tests.cc342 Mutex mu; variable
406 RWLock mu; variable
455 RWLock mu; variable
570 pthread_mutex_t mu; in TEST() local
893 Mutex mu; variable
1041 } mu; variable
1062 pthread_mutex_t mu; variable
1098 pthread_mutex_t mu; variable
1130 RWLock mu; variable
/external/regex-re2/util/
Datomicops.h49 re2::Mutex mu; in WriteMemoryBarrier() local
Dmutex.h151 explicit MutexLock(Mutex *mu) : mu_(mu) { mu_->Lock(); } in MutexLock()
163 explicit ReaderMutexLock(Mutex *mu) : mu_(mu) { mu_->ReaderLock(); } in ReaderMutexLock()
174 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock()
/external/ceres-solver/internal/ceres/
Dmutex.h279 explicit CeresMutexLock(Mutex *mu) : mu_(mu) { mu_->Lock(); } in CeresMutexLock()
291 explicit CeresReaderMutexLock(Mutex *mu) : mu_(mu) { mu_->ReaderLock(); } in CeresReaderMutexLock()
302 explicit CeresWriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in CeresWriterMutexLock()
/external/dropbear/libtomcrypt/src/math/fp/
Dltc_ecc_fp_mulmod.c39 void *mu; /* copy of the montgomery constant */ member
672 static int build_lut(int idx, void *modulus, void *mp, void *mu) in build_lut()
1115 void *mp, *mu; in ltc_ecc_fp_mul2add() local
1225 void *mp, *mu; in ltc_ecc_fp_mulmod() local
/external/iproute2/netem/
Dmaketable.c51 arraystats(double *x, int limit, double *mu, double *sigma, double *rho) in arraystats()
93 makedist(double *x, int limit, double mu, double sigma) in makedist()
200 double mu, sigma, rho; in main() local
Dnormal.c18 normal(double x, double mu, double sigma) in normal()
Dstats.c24 double mu=0.0, sigma=0.0, sumsquare=0.0, sum=0.0, top=0.0, rho=0.0; in stats() local
Dparetonormal.c27 normal(double x, double mu, double sigma) in normal()
/external/open-vcdiff/gflags/src/
Dmutex.h306 explicit MutexLock(Mutex *mu) : mu_(mu) { mu_->Lock(); } in MutexLock()
318 explicit ReaderMutexLock(Mutex *mu) : mu_(mu) { mu_->ReaderLock(); } in ReaderMutexLock()
329 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in WriterMutexLock()
/external/dropbear/libtomcrypt/src/pk/ecc/
Dltc_ecc_mulmod_timing.c41 void *mu, *mp; in ltc_ecc_mulmod() local
Dltc_ecc_mulmod.c43 void *mu, *mp; in ltc_ecc_mulmod() local

123