Home
last modified time | relevance | path

Searched defs:cv (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/python/Python/
Dcondvar.h138 PyCOND_INIT(PyCOND_T *cv) in PyCOND_INIT()
152 PyCOND_FINI(PyCOND_T *cv) in PyCOND_FINI()
161 _PyCOND_WAIT_MS(PyCOND_T *cv, PyMUTEX_T *cs, DWORD ms) in _PyCOND_WAIT_MS()
192 PyCOND_WAIT(PyCOND_T *cv, PyMUTEX_T *cs) in PyCOND_WAIT()
199 PyCOND_TIMEDWAIT(PyCOND_T *cv, PyMUTEX_T *cs, long long us) in PyCOND_TIMEDWAIT()
205 PyCOND_SIGNAL(PyCOND_T *cv) in PyCOND_SIGNAL()
223 PyCOND_BROADCAST(PyCOND_T *cv) in PyCOND_BROADCAST()
264 PyCOND_INIT(PyCOND_T *cv) in PyCOND_INIT()
270 PyCOND_FINI(PyCOND_T *cv) in PyCOND_FINI()
276 PyCOND_WAIT(PyCOND_T *cv, PyMUTEX_T *cs) in PyCOND_WAIT()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dmutex.h46 MARL_NO_EXPORT inline void wait_locked(std::condition_variable& cv, in wait_locked()
55 MARL_NO_EXPORT inline bool wait_until_locked(std::condition_variable& cv, in wait_until_locked()
80 inline void wait(std::condition_variable& cv, Predicate&& p) { in wait()
86 inline bool wait_until(std::condition_variable& cv, in wait_until()
Dwaitgroup.h72 ConditionVariable cv; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSoftCache.java55 CacheValue<V> cv = (CacheValue<V>)mapValue; in getInstance() local
84 CacheValue<V> cv = (CacheValue<V>)mapValue; in getInstance() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DSoftCache.java57 CacheValue<V> cv = (CacheValue<V>)mapValue; in getInstance() local
86 CacheValue<V> cv = (CacheValue<V>)mapValue; in getInstance() local
/third_party/pulseaudio/src/pulsecore/
Dmix.c228 int32_t cv = m->linear[channel].i; in pa_mix_generic_s16ne() local
267 int32_t cv = m->linear[channel].i; in pa_mix_s16re_c() local
293 int32_t cv = m->linear[channel].i; in pa_mix_s32ne_c() local
323 int32_t cv = m->linear[channel].i; in pa_mix_s32re_c() local
351 int32_t cv = m->linear[channel].i; in pa_mix_s24ne_c() local
379 int32_t cv = m->linear[channel].i; in pa_mix_s24re_c() local
409 int32_t cv = m->linear[channel].i; in pa_mix_s24_32ne_c() local
439 int32_t cv = m->linear[channel].i; in pa_mix_s24_32re_c() local
469 int32_t v, cv = m->linear[channel].i; in pa_mix_u8_c() local
498 int32_t cv = m->linear[channel].i; in pa_mix_ulaw_c() local
[all …]
Dcli-text.c199 cv[PA_CVOLUME_SNPRINT_VERBOSE_MAX], in pa_sink_list_to_string() local
313 cv[PA_CVOLUME_SNPRINT_VERBOSE_MAX], in pa_source_list_to_string() local
429 …char ss[PA_SAMPLE_SPEC_SNPRINT_MAX], cv[PA_CVOLUME_SNPRINT_VERBOSE_MAX], cm[PA_CHANNEL_MAP_SNPRINT… in pa_source_output_list_to_string() local
526 …char ss[PA_SAMPLE_SPEC_SNPRINT_MAX], cv[PA_CVOLUME_SNPRINT_MAX], cm[PA_CHANNEL_MAP_SNPRINT_MAX], *… in pa_sink_input_list_to_string() local
618 …char ss[PA_SAMPLE_SPEC_SNPRINT_MAX] = "n/a", cv[PA_CVOLUME_SNPRINT_MAX], cm[PA_CHANNEL_MAP_SNPRINT… in pa_scache_list_to_string() local
Dsample-util.h57 static inline int32_t pa_mult_s16_volume(int16_t v, int32_t cv) { in pa_mult_s16_volume()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dconditionvariable_test.cpp26 marl::ConditionVariable cv; in TEST_F() local
69 marl::ConditionVariable cv; in TEST_P() local
116 marl::ConditionVariable cv; in TEST_P() local
/third_party/python/Include/
Ddynamic_annotations.h106 #define _Py_ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) \ argument
111 #define _Py_ANNOTATE_CONDVAR_WAIT(cv) \ argument
116 #define _Py_ANNOTATE_CONDVAR_SIGNAL(cv) \ argument
120 #define _Py_ANNOTATE_CONDVAR_SIGNAL_ALL(cv) \ argument
336 #define _Py_ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) /* empty */ argument
337 #define _Py_ANNOTATE_CONDVAR_WAIT(cv) /* empty */ argument
338 #define _Py_ANNOTATE_CONDVAR_SIGNAL(cv) /* empty */ argument
339 #define _Py_ANNOTATE_CONDVAR_SIGNAL_ALL(cv) /* empty */ argument
/third_party/pulseaudio/src/tests/
Dmult-s16-test.c33 static inline int32_t pa_mult_s16_volume_32(int16_t v, int32_t cv) { in pa_mult_s16_volume_32()
44 static inline int32_t pa_mult_s16_volume_64(int16_t v, int32_t cv) { in pa_mult_s16_volume_64()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dpublic-dtor.hpp2 namespace cv { namespace
/third_party/FreeBSD/sys/sys/
Dcondvar.h35 #define cv pthread_cond macro
/third_party/pulseaudio/src/utils/
Dpactl.c562 cv[PA_CVOLUME_SNPRINT_VERBOSE_MAX], in get_sink_info_callback() local
748 cv[PA_CVOLUME_SNPRINT_VERBOSE_MAX], in get_source_info_callback() local
1288 …char t[32], k[32], s[PA_SAMPLE_SPEC_SNPRINT_MAX], cv[PA_CVOLUME_SNPRINT_VERBOSE_MAX], cm[PA_CHANNE… in get_sink_input_info_callback() local
1411 …char t[32], k[32], s[PA_SAMPLE_SPEC_SNPRINT_MAX], cv[PA_CVOLUME_SNPRINT_VERBOSE_MAX], cm[PA_CHANNE… in get_source_output_info_callback() local
1534 …char t[PA_BYTES_SNPRINT_MAX], s[PA_SAMPLE_SPEC_SNPRINT_MAX], cv[PA_CVOLUME_SNPRINT_VERBOSE_MAX], c… in get_sample_info_callback() local
1778 static void volume_relative_adjust(pa_cvolume *cv) { in volume_relative_adjust()
1821 static void fill_volume(pa_cvolume *cv, unsigned supported) { in fill_volume()
1869 char cv[PA_CVOLUME_SNPRINT_VERBOSE_MAX]; in get_sink_volume_callback() local
1879 pa_cvolume cv; in set_sink_volume_callback() local
1928 char cv[PA_CVOLUME_SNPRINT_VERBOSE_MAX]; in get_source_volume_callback() local
[all …]
/third_party/openssl/test/
Dconfdump.c24 CONF_VALUE *cv = sk_CONF_VALUE_value(sect, i); in dump_section() local
/third_party/musl/libc-test/src/regression/
Dpthread_cond_wait-cancel_ignored.c11 static pthread_cond_t cv = PTHREAD_COND_INITIALIZER; variable
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_clear.c58 uint64_t cv; in softpipe_clear() local
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/basic_concepts/scopes/
Dscopes_11.ts45 let cv: CV = "color"; variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
DPeriodFormatterData.java153 public boolean appendUnit(TimeUnit unit, int count, int cv, in appendUnit()
261 int count, int cv, boolean useSep, in appendCount()
511 private int computeForm(TimeUnit unit, int count, int cv, in computeForm()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DPeriodFormatterData.java151 public boolean appendUnit(TimeUnit unit, int count, int cv, in appendUnit()
259 int count, int cv, boolean useSep, in appendCount()
509 private int computeForm(TimeUnit unit, int count, int cv, in computeForm()
/third_party/FreeBSD/sys/kern/
Dkern_condvar.c40 cv_timedwait(struct cv *cv, struct mtx *mtx, int tw_ms) in cv_timedwait()
/third_party/pulseaudio/src/modules/oss/
Doss-util.c260 char cv[PA_CVOLUME_SNPRINT_VERBOSE_MAX]; in pa_oss_get_volume() local
282 char cv[PA_CVOLUME_SNPRINT_MAX]; in pa_oss_set_volume() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h430 # define TsanHappensBefore(cv) AnnotateHappensBefore(__FILE__, __LINE__, cv) argument
433 # define TsanHappensAfter(cv) AnnotateHappensAfter(__FILE__, __LINE__, cv) argument
441 # define TsanHappensBefore(cv) argument
442 # define TsanHappensAfter(cv) argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c763 nir_const_value *cv = nir_src_as_const_value(alu->src[i].src); in lower_alu() local
785 nir_const_value *cv = nir_src_as_const_value(alu->src[i].src); in lower_alu() local
800 nir_const_value *cv = nir_src_as_const_value(alu->src[i].src); in lower_alu() local
818 nir_const_value *cv = nir_src_as_const_value(alu->src[i].src); in lower_alu() local
837 nir_const_value *cv = nir_src_as_const_value(alu->src[i].src); in lower_alu() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dwaiter.cc359 auto *cv = ::new (static_cast<void *>(&cv_storage_)) CONDITION_VARIABLE; in Waiter() local
373 CONDITION_VARIABLE *cv = WinHelper::GetCond(this); in Wait() local

1234