/third_party/alsa-lib/src/pcm/ |
H A D | pcm_plug.c | 376 static int snd_pcm_plug_change_rate(snd_pcm_t *pcm, snd_pcm_t **new, snd_pcm_plug_params_t *clt, snd_pcm_plug_params_t *slv) in snd_pcm_plug_change_rate() argument 380 if (clt->rate == slv->rate) in snd_pcm_plug_change_rate() 387 slv->access = clt->access; in snd_pcm_plug_change_rate() 388 slv->rate = clt->rate; in snd_pcm_plug_change_rate() 389 if (snd_pcm_format_linear(clt->format)) in snd_pcm_plug_change_rate() 390 slv->format = clt->format; in snd_pcm_plug_change_rate() 396 static int snd_pcm_plug_change_channels(snd_pcm_t *pcm, snd_pcm_t **new, snd_pcm_plug_params_t *clt, snd_pcm_plug_params_t *slv) in snd_pcm_plug_change_channels() argument 402 if (clt->channels == slv->channels && in snd_pcm_plug_change_channels() 405 if (clt->rate != slv->rate && in snd_pcm_plug_change_channels() 406 clt in snd_pcm_plug_change_channels() 510 snd_pcm_plug_change_format(snd_pcm_t *pcm, snd_pcm_t **new, snd_pcm_plug_params_t *clt, snd_pcm_plug_params_t *slv) snd_pcm_plug_change_format() argument 616 snd_pcm_plug_change_access(snd_pcm_t *pcm, snd_pcm_t **new, snd_pcm_plug_params_t *clt, snd_pcm_plug_params_t *slv) snd_pcm_plug_change_access() argument 630 snd_pcm_plug_change_mmap(snd_pcm_t *pcm, snd_pcm_t **new, snd_pcm_plug_params_t *clt, snd_pcm_plug_params_t *slv) snd_pcm_plug_change_mmap() argument [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
H A D | 22-1.c | 55 clockid_t clp, clt; in main() local 96 ret = pthread_getcpuclockid(pthread_self(), &clt); in main() 104 ret = clock_gettime(clt, &tp); in main() 145 ret = pthread_getcpuclockid(pthread_self(), &clt); in main() 152 ret = clock_gettime(clt, &tp); in main()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | cli-text.c | 429 char ss[PA_SAMPLE_SPEC_SNPRINT_MAX], cv[PA_CVOLUME_SNPRINT_VERBOSE_MAX], cm[PA_CHANNEL_MAP_SNPRINT_MAX], *t, clt[28]; in pa_source_output_list_to_string() local 438 pa_snprintf(clt, sizeof(clt), "n/a"); in pa_source_output_list_to_string() 440 pa_snprintf(clt, sizeof(clt), "%0.2f ms", (double) cl / PA_USEC_PER_MSEC); in pa_source_output_list_to_string() 485 clt, in pa_source_output_list_to_string() 526 char ss[PA_SAMPLE_SPEC_SNPRINT_MAX], cv[PA_CVOLUME_SNPRINT_MAX], cm[PA_CHANNEL_MAP_SNPRINT_MAX], *t, clt[28]; in pa_sink_input_list_to_string() local 535 pa_snprintf(clt, sizeof(clt), "n/a"); in pa_sink_input_list_to_string() 537 pa_snprintf(clt, sizeo in pa_sink_input_list_to_string() [all...] |
/third_party/python/Lib/idlelib/ |
H A D | pyshell.py | 584 clt = self.rpcclt 585 if clt is None: 588 response = clt.pollresponse(self.active_seq, wait=0.05)
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_streams.py | 895 clt, _ = sock.accept() 896 clt.close()
|
/third_party/astc-encoder/Source/UnitTest/ |
H A D | test_simd.cpp | 599 /** @brief Test vfloat4 clt. */ 600 TEST(vfloat4, clt) in TEST() 1499 /** @brief Test vint4 clt. */ 1500 TEST(vint4, clt) in TEST() 2325 /** @brief Test vfloat8 clt. */ 2326 TEST(vfloat8, clt) in TEST() 3050 /** @brief Test vint8 clt. */ 3051 TEST(vint8, clt) in TEST()
|
/third_party/node/deps/v8/src/diagnostics/loong64/ |
H A D | disasm-loong64.cc | 840 Format(instr, "fcmp.clt.s fcc'cd, 'fj, 'fk"); in DecodeTypekOp12() 909 Format(instr, "fcmp.clt.d fcc'cd, 'fj, 'fk"); in DecodeTypekOp12()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 193 V(clt, CLT, 0xEB23) /* type = RSY_B COMPARE LOGICAL AND TRAP (32) */ \
|