Home
last modified time | relevance | path

Searched defs:mu (Results 1 - 25 of 37) sorted by relevance

12

/third_party/python/Modules/
H A D_statisticsmodule.c29 _statistics__normal_dist_inv_cdf_impl(PyObject *module, double p, double mu, in _statistics__normal_dist_inv_cdf_impl() argument
/third_party/python/Modules/clinic/
H A D_statisticsmodule.c.h22 double mu; in _statistics__normal_dist_inv_cdf() local
/third_party/nghttp2/src/
H A Dshrpx_tls.h72 std::mutex mu; member
H A Dh2load.cc3132 std::mutex mu; in main() local
/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dsc25519.c18 static const uint32_t mu[33] = {0x1B, 0x13, 0x2C, 0x0A, 0xA3, 0xE5, 0x9C, 0xED, 0xA7, 0x29, 0x63, 0x08, 0x5D, 0x21, 0x06, 0x21, variable
/third_party/protobuf/src/google/protobuf/stubs/
H A Dmutex.h118 explicit MutexLock(Mutex *mu) : mu_(mu) { this->mu_->Lock(); } in MutexLock() argument
132 explicit MutexLockMaybe(Mutex *mu) : in MutexLockMaybe() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dwaiter.cc128 explicit PthreadMutexHolder(pthread_mutex_t *mu) : mu_(mu) { in PthreadMutexHolder() argument
342 explicit LockHolder(SRWLOCK* mu) : mu_(mu) { in LockHolder() argument
358 auto *mu = ::new (static_cast<void *>(&mu_storage_)) SRWLOCK; in Waiter() local
372 SRWLOCK *mu = WinHelper::GetLock(this); in Wait() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_benchmark.cc30 static absl::Mutex* mu = new absl::Mutex; in BM_Mutex() local
49 explicit RaiiLocker(MutexType* mu) : mu_(mu) { mu_->Lock(); } in RaiiLocker() argument
58 explicit RaiiLocker(std::mutex* mu) : mu_(mu) { mu_->lock(); } in RaiiLocker() argument
103 absl::Mutex mu; in BM_MutexEnqueue() member
183 MutexType mu; in BM_Contended() member
275 absl::Mutex mu; BM_ConditionWaiters() local
[all...]
H A Dmutex_test.cc72 absl::Mutex mu; member
344 EndTest(int *c0, int *c1, absl::Mutex *mu, absl::CondVar *cv, const std::function<void(int)>& cb) EndTest() argument
410 absl::Mutex mu; global() member
536 absl::Mutex mu; global() member
625 absl::Mutex mu; global() member
711 absl::Mutex mu; TEST() local
761 absl::Mutex mu; global() member
862 auto mu = absl::make_unique<absl::Mutex[]>(kNumLocks); global() variable
884 ReaderForReaderOnCondVar(absl::Mutex *mu, absl::CondVar *cv, int *running) ReaderForReaderOnCondVar() argument
954 absl::Mutex mu; TEST() local
1429 absl::Mutex mu; global() local
1463 absl::Mutex mu; global() local
1498 absl::Mutex mu; global() local
1534 absl::Mutex mu; global() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Daacps_tablegen.h159 float alpha, gamma, mu, rho; in ps_tableinit() local
H A Dtwinvq.h191 static inline float twinvq_mulawinv(float y, float clip, float mu) in twinvq_mulawinv() argument
H A Dtexturedspenc.c248 int mu[3], min[3], max[3]; in optimize_colors() local
/third_party/ffmpeg/libavfilter/
H A Daf_anlms.c44 float mu; member
121 const float mu = s->mu; in process_sample() local
H A Dvf_dblur.c169 float mu, nu, R1, R2, w1, w2; in set_params() local
H A Dvf_lut3d.c1823 const float mu = s - prev; in interp_1d_cubic() local
/third_party/icu/icu4c/source/test/iotest/
H A Dstream.cpp55 const UChar mu[] = { 0x6D, 0x75, 0}; in TestStream() local
/third_party/python/Python/
H A Ddynamic_annotations.c100 AnnotateMutexIsUsedAsCondVar(const char *file, int line, const volatile void *mu) AnnotateMutexIsUsedAsCondVar() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dlow_level_alloc.cc205 base_internal::SpinLock mu; member
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp287 static UBool isTimeUnit(const MeasureUnit &mu, const char *tu) { in isTimeUnit() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasfmt.cpp287 static UBool isTimeUnit(const MeasureUnit &mu, const char *tu) { in isTimeUnit() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmeasfmt.cpp287 static UBool isTimeUnit(const MeasureUnit &mu, const char *tu) { in isTimeUnit() argument
/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp636 static SkMutex& mu = *(new SkMutex); in initializeTests() local
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dflag.cc70 explicit MutexRelock(absl::Mutex& mu) : mu_(mu) { mu_.Unlock(); } in MutexRelock() argument
/third_party/backends/backend/
H A Dkvs40xx.h122 pthread_mutex_t mu; member
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_api.cpp2307 MeasureUnit mu = MeasureUnit::forIdentifier(t.unitIdentifier, status); in runUnitInflectionsTestCases() local
2333 MeasureUnit mu = MeasureUnit::forIdentifier(t.unitIdentifier, status); in runUnitInflectionsTestCases() local
[all...]

Completed in 29 milliseconds

12