/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_mutex.h | 85 explicit GenericScopedLock(MutexType *mu) in GenericScopedLock() 104 explicit GenericScopedReadLock(MutexType *mu) in GenericScopedReadLock()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | Tnaf.java | 82 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/ |
D | bn_mp_reduce.c | 22 int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) in mp_reduce()
|
D | bn_mp_add_d.c | 23 mp_digit *tmpa, *tmpc, mu; in mp_add_d() local
|
D | bn_mp_sub_d.c | 22 mp_digit *tmpa, *tmpc, mu; in mp_sub_d() local
|
D | bn_mp_dr_reduce.c | 37 mp_digit mu, *tmpx1, *tmpx2; in mp_dr_reduce() local
|
D | bn_mp_montgomery_reduce.c | 23 mp_digit mu; in mp_montgomery_reduce() local
|
D | bn_fast_mp_montgomery_reduce.c | 75 register mp_digit mu; in fast_mp_montgomery_reduce() local
|
/external/chromium/sdch/open-vcdiff/src/ |
D | mutex.h | 266 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/ |
D | tc05_simple_race.c | 11 pthread_mutex_t mu = PTHREAD_MUTEX_INITIALIZER; variable
|
D | tc06_two_races.c | 10 pthread_mutex_t mu = PTHREAD_MUTEX_INITIALIZER; variable
|
/external/valgrind/unittest/ |
D | libstdc++_tests.cc | 60 pthread_mutex_t mu; variable 124 pthread_mutex_t mu; variable
|
D | thread_wrappers_pthread.h | 77 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()
|
D | posix_tests.cc | 342 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/ |
D | atomicops.h | 49 re2::Mutex mu; in WriteMemoryBarrier() local
|
D | mutex.h | 151 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/ |
D | mutex.h | 279 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/ |
D | ltc_ecc_fp_mulmod.c | 39 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/ |
D | maketable.c | 51 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
|
D | normal.c | 18 normal(double x, double mu, double sigma) in normal()
|
D | stats.c | 24 double mu=0.0, sigma=0.0, sumsquare=0.0, sum=0.0, top=0.0, rho=0.0; in stats() local
|
D | paretonormal.c | 27 normal(double x, double mu, double sigma) in normal()
|
/external/open-vcdiff/gflags/src/ |
D | mutex.h | 306 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/ |
D | ltc_ecc_mulmod_timing.c | 41 void *mu, *mp; in ltc_ecc_mulmod() local
|
D | ltc_ecc_mulmod.c | 43 void *mu, *mp; in ltc_ecc_mulmod() local
|