Home
last modified time | relevance | path

Searched refs:lrt (Results 1 – 25 of 246) sorted by relevance

12345678910

/external/ltp/testcases/kernel/syscalls/futex/
DMakefile21 futex_cmp_requeue01: LDLIBS+=-lrt
22 futex_cmp_requeue02: LDLIBS+=-lrt
23 futex_wait02: LDLIBS+=-lrt
24 futex_wake03: LDLIBS+=-lrt
28 futex_wait05: LDLIBS+=-lrt
29 futex_wait_bitset01: LDLIBS+=-lrt
30 futex_wait_bitset02: LDLIBS+=-lrt
/external/webrtc/modules/audio_processing/ns/
Dspeech_probability_estimator.cc52 float width_prior = model.lrt < prior_model.lrt ? kWidthPrior1 : kWidthPrior0; in Update()
56 0.5f * (tanh(width_prior * (model.lrt - prior_model.lrt)) + 1.f); in Update()
Dhistograms.cc28 if (features_.lrt < kHistogramSize * kBinSizeLrt && features_.lrt >= 0.f) { in Update()
29 ++lrt_[kOneByBinSizeLrt * features_.lrt]; in Update()
Dsignal_model_estimator.cc100 float* lrt) { in UpdateSpectralLrt() argument
101 RTC_DCHECK(lrt); in UpdateSpectralLrt()
115 *lrt = log_lrt_time_avg_k_sum * kOneByFftSizeBy2Plus1; in UpdateSpectralLrt()
172 UpdateSpectralLrt(prior_snr, post_snr, features_.avg_log_lrt, &features_.lrt); in Update()
/external/ltp/testcases/cve/
DMakefile27 cve-2016-7117: LDLIBS += -lrt
30 cve-2014-0196: LDLIBS += -lrt
37 cve-2017-2671: LDLIBS += -lrt
/external/adhd/cras/src/
DMakefile.am529 crossover_test_LDADD = -lrt -lm
534 crossover2_test_LDADD = -lrt -lm
539 dcblock_test_LDADD = -lrt -lm
545 drc_test_LDADD = -lrt -lm
554 eq_test_LDADD = -lrt -lm
559 eq2_test_LDADD = -lrt -lm
568 cras_plc_test_LDADD = -lrt -lm $(SBC_LIBS)
681 audio_thread_unittest_LDADD = -lgtest -lpthread -lrt
686 audio_thread_monitor_unittest_LDADD = -lgtest -lpthread -lrt
728 cras_abi_unittest_LDADD = -lgtest -lpthread -lrt -lspeexdsp
[all …]
/external/ltp/testcases/kernel/syscalls/nanosleep/
DMakefile21 nanosleep01: LDLIBS+=-lrt
22 nanosleep02: LDLIBS+=-lrt
/external/ltp/testcases/kernel/syscalls/fcntl/
DMakefile21 fcntl33: LDLIBS+=-lrt
22 fcntl33_64: LDLIBS+=-lrt
/external/ltp/lib/newlib_tests/
DMakefile12 test16: LDLIBS+=-lrt
13 tst_expiration_timer: LDLIBS+=-lrt
/external/autotest/client/tests/posixtest/
Dposix-linux.patch9 -#-I /usr/include/nptl -L /usr/lib/nptl -D_XOPEN_SOURCE=600 -lpthread -lrt -lm
10 +-I /usr/include/nptl -L /usr/lib/nptl -D_XOPEN_SOURCE=600 -lpthread -lrt -lm
/external/tensorflow/tensorflow/tools/ci_build/presubmit/ubuntu_16/cpu_py36_full/
Dbuild.sh72 --host_linkopt=-lrt \
73 --linkopt=-lrt \
/external/tensorflow/tensorflow/tools/ci_build/presubmit/ubuntu_16/gpu_py36_full/
Dbuild.sh101 --host_linkopt=-lrt \
102 --linkopt=-lrt \
/external/linux-kselftest/tools/testing/selftests/x86/
DMakefile74 $(CC) -m32 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl -lm
77 $(CC) -m64 -o $@ $(CFLAGS) $(EXTRA_CFLAGS) $^ -lrt -ldl
/external/ltp/testcases/open_posix_testsuite/conformance/behavior/timers/
DLDLIBS1 -lrt
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/
DLDLIBS1 -lrt
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/speculative/
DLDLIBS1 -lrt
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/speculative/
DLDLIBS1 -lrt
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/
DLDLIBS1 -lrt
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
DLDLIBS1 -lrt
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/speculative/
DLDLIBS1 -lrt
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
DLDLIBS1 -lrt
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
DLDLIBS1 -lrt
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
DLDLIBS1 -lrt
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_getattr/speculative/
DLDLIBS1 -lrt
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/speculative/
DLDLIBS1 -lrt

12345678910