HomeSort by relevance Sort by last modified time
    Searched refs:lt (Results 76 - 100 of 1173) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
ftrace_set_ftrace_pid.sh 20 while [ $j -lt $LOOP ]; do
  /external/ltp/testcases/network/virt/
geneve01.sh 34 [ "$VIRT_PERF_THRESHOLD" -lt 160 ] && VIRT_PERF_THRESHOLD=160
  /external/vixl/test/aarch32/
test-assembler-cond-rd-operand-rn-low-registers-in-it-block-t32.cc     [all...]
test-assembler-cond-rdlow-rnlow-operand-immediate-zero-in-it-block-t32.cc     [all...]
test-assembler-cond-rdlow-rnlow-rmlow-in-it-block-t32.cc     [all...]
test-assembler-cond-rd-rn-operand-rm-all-low-rd-is-rn-in-it-block-t32.cc 111 {{lt, r0, r0, r4}, true, lt, "lt r0 r0 r4", "lt_r0_r0_r4"},
133 {{lt, r0, r0, r2}, true, lt, "lt r0 r0 r2", "lt_r0_r0_r2"},
163 {{lt, r2, r2, r1}, true, lt, "lt r2 r2 r1", "lt_r2_r2_r1"},
170 {{lt, r2, r2, r7}, true, lt, "lt r2 r2 r7", "lt_r2_r2_r7"}
    [all...]
  /external/vixl/tools/
cross_build_gcc.sh 29 if [ "$#" -lt 1 ]; then
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
flag.s 16 flag.lt r0
  /external/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/binary.search/
binary_search_comp.pass.cpp 26 TEST_CONSTEXPR bool lt(int a, int b) { return a < b; } function
31 return std::binary_search(std::begin(ia), std::end(ia), 1, lt)
32 && std::binary_search(std::begin(ia), std::end(ia), 3, lt)
33 && !std::binary_search(std::begin(ia), std::end(ia), 9, lt)
  /external/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/lower.bound/
lower_bound_comp.pass.cpp 26 TEST_CONSTEXPR bool lt(int a, int b) { return a < b; } function
31 return (std::lower_bound(std::begin(ia), std::end(ia), 2, lt) == ia+1)
32 && (std::lower_bound(std::begin(ia), std::end(ia), 3, lt) == ia+1)
33 && (std::lower_bound(std::begin(ia), std::end(ia), 9, lt) == std::end(ia))
  /external/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/upper.bound/
upper_bound_comp.pass.cpp 26 TEST_CONSTEXPR bool lt(int a, int b) { return a < b; } function
31 return (std::upper_bound(std::begin(ia), std::end(ia), 2, lt) == ia+1)
32 && (std::upper_bound(std::begin(ia), std::end(ia), 3, lt) == ia+2)
33 && (std::upper_bound(std::begin(ia), std::end(ia), 9, lt) == std::end(ia))
  /external/linux-kselftest/tools/testing/selftests/memfd/
run_tests.sh 28 if [ -n "$freepgs" ] && [ $freepgs -lt $hpages_test ]; then
49 if [ $freepgs -lt $hpages_test ]; then
  /external/ltp/testcases/kernel/fs/ext4-new-features/
ext4_funcs.sh 30 if tst_kvcmp -lt "2.6.31"; then
  /external/ltp/testcases/kernel/tracing/ftrace_test/
ftrace_regression02.sh 57 if tst_kvcmp -lt "3.2"; then
  /external/swiftshader/
Android.mk 26 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23 && echo PreMarshmallow),PreMarshmallow)
  /prebuilts/go/darwin-x86/src/html/
example_test.go 15 // Output: &#34;Fran &amp; Freddie&#39;s Diner&#34; &lt;tasty@example.com&gt;
19 const s = `&quot;Fran &amp; Freddie&#39;s Diner&quot; &lt;tasty@example.com&gt;`
  /prebuilts/go/linux-x86/src/html/
example_test.go 15 // Output: &#34;Fran &amp; Freddie&#39;s Diner&#34; &lt;tasty@example.com&gt;
19 const s = `&quot;Fran &amp; Freddie&#39;s Diner&quot; &lt;tasty@example.com&gt;`
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
armv8-2-fp16-scalar-bad.s 3 .irp cond, eq.f16, ne.f16, ge.f16, lt.f16, gt.f16, le.f16
11 .irp cond, eq.f16, ne.f16, ge.f16, lt.f16, gt.f16, le.f16
19 .irp cond, eq.f16, ne.f16, ge.f16, lt.f16, gt.f16, le.f16
27 .irp cond, eq.f16, ne.f16, ge.f16, lt.f16, gt.f16, le.f16
34 .irp cond, eq, ne, ge, lt, gt, le
42 .irp cond, eq, ne, ge, lt, gt, le
50 .irp cond, eq, ne, ge, lt, gt, le
59 .irp cond, eq.f16, ne.f16, ge.f16, lt.f16, gt.f16, le.f16
thumb2_bcond.d 13 0+0.. <[^>]+> bfb8[ ]+it lt
19 0+0.. <[^>]+> bfb8[ ]+it lt
  /external/curl/
buildconf 106 if test "$1" = "2" -a "$2" -lt "57" || test "$1" -lt "2"; then
147 if test "$1" = "2" -a "$2" -lt "50" || test "$1" -lt "2"; then
169 if test "$1" = "1" -a "$2" -lt "7" || test "$1" -lt "1"; then
230 elif test "$lt_major" -lt "$want_lt_major"; then
236 elif test "$lt_minor" -lt "$want_lt_minor"; then
242 elif test "$lt_patch" -lt "$want_lt_patch"; then
303 config.lt \
    [all...]
  /external/curl/packages/vms/
build_libcurl_pc.com 68 $ if (f$getsyi("HW_MODEL") .lt. 1024)
131 $ if f$locate("@prefix@", line_in) .lt line_in_len
141 $ if f$locate("@exec_prefix@", line_in) .lt line_in_len
151 $ if f$locate("@libdir@", line_in) .lt line_in_len
156 $ if f$locate("@includedir@", line_in) .lt line_in_len
161 $ if f$locate("@SUPPORT_PROTOCOLS@", line_in) .lt line_in_len
169 $ if f$locate("@SUPPORT_FEATURES@", line_in) .lt line_in_len
179 $ if f$locate("@CURLVERSION@", line_in) .lt line_in_len
184 $ if f$locate("@LIBCURL_LIBS@", line_in) .lt line_in_len
194 $ if f$locate("@CPPFLAG_CURL_STATICLIB@", line_in) .lt line_in_le
    [all...]
  /external/ltp/testcases/commands/mv/
mv_tests.sh 51 while [ $dircnt -lt $numdirs ]
57 while [ $fcnt -lt $numfiles ]
76 while [ $dircnt -lt $numdirs ]
81 if [ $dircnt -lt $numdirs ]; then
86 while [ $fcnt -lt $numfiles ]
  /libcore/ojluni/src/main/java/java/util/
ArrayPrefixHelpers.java 145 CumulateTask<T> lt = t.left, rt = t.right, f; local
146 if (lt == null) { // first pass
150 t = lt = t.left =
155 lt.in = pin;
158 T lout = lt.out;
171 if (((c = lt.getPendingCount()) & CUMULATE) != 0)
173 if (lt.compareAndSetPendingCount(c, c|CUMULATE)) {
176 t = lt;
231 int nextState; CumulateTask<T> lt, rt; local
232 if ((lt = par.left) != null &
297 LongCumulateTask lt = t.left, rt = t.right, f; local
381 int nextState; LongCumulateTask lt, rt; local
447 DoubleCumulateTask lt = t.left, rt = t.right, f; local
531 int nextState; DoubleCumulateTask lt, rt; local
597 IntCumulateTask lt = t.left, rt = t.right, f; local
681 int nextState; IntCumulateTask lt, rt; local
    [all...]
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 1018 int32_t lt, rt, centerPlusLfeContrib; \/\/ samples in Q19.12 format local
1063 LVM_FLOAT lt, rt, centerPlusLfeContrib; \/\/ samples in Q19.12 format local
1127 int32_t lt, rt, centerPlusLfeContrib; \/\/ samples in Q19.12 format local
1174 LVM_FLOAT lt, rt, centerPlusLfeContrib; \/\/ samples in Q19.12 format local
1274 int32_t lt, rt, centersLfeContrib; \/\/ samples in Q19.12 format local
1366 LVM_FLOAT lt, rt, centersLfeContrib; local
    [all...]
  /frameworks/native/services/surfaceflinger/
Transform.cpp 202 vec2 lt( bounds.left, bounds.top );
207 lt = transform(lt);
213 r.left = floorf(min(lt[0], rt[0], lb[0], rb[0]));
214 r.top = floorf(min(lt[1], rt[1], lb[1], rb[1]));
215 r.right = ceilf(max(lt[0], rt[0], lb[0], rb[0]));
216 r.bottom = ceilf(max(lt[1], rt[1], lb[1], rb[1]));
218 r.left = floorf(min(lt[0], rt[0], lb[0], rb[0]) + 0.5f);
219 r.top = floorf(min(lt[1], rt[1], lb[1], rb[1]) + 0.5f);
220 r.right = floorf(max(lt[0], rt[0], lb[0], rb[0]) + 0.5f)
    [all...]

Completed in 778 milliseconds

1 2 34 5 6 7 8 91011>>