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

12 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/network/busy_poll/
busy_poll_lib.sh 17 if tst_kvcmp -lt "3.11"; then
28 if tst_kvcmp -lt "4.5"; then
  /external/ltp/tools/pounder21/build_scripts/
ide_cdrom_copy 38 if [ $DISCS_FOUND -lt 1 ]; then
49 if [ $DISCS_FOUND -lt 1 ]; then
cpufreq 25 if [ "$CPUFREQ_ENABLED_CPUS" -lt 1 ]; then
  /external/tensorflow/tensorflow/tools/ci_build/gpu_build/
parallel_gpu_execute.sh 30 if [[ ${BASH_VER_MAJOR} -lt 4 ]]; then
33 elif [[ ${BASH_VER_MAJOR} -eq 4 ]] && [[ ${BASH_VER_MINOR} -lt 2 ]]; then
  /device/google/cuttlefish/shared/config/
gen_wpa_supplicant_conf.sh 6 if [ -n "$3" -a "$3" -lt "21" ]
  /external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
ftrace_current_tracer.sh 20 while [ $i -lt $LOOP ]; do
ftrace_tracing_cpumask.sh 46 while [ $i -lt $group_cnt ]; do
52 while [ $c -lt $set_cnt ]; do
71 while [ $c -lt $set_cnt ]; do
ftrace_tracing_enabled.sh 22 while [ $i -lt $MAX_LOOP ]; do
ftrace_tracing_on.sh 22 while [ $i -lt $MAX_LOOP ]; do
  /external/ltp/testcases/network/stress/interface/
if4-addr-change 44 while [ $cnt -lt $NS_TIMES ]; do
53 if [ $IPV4_LPREFIX -lt 8 -o $IPV4_LPREFIX -ge 32 ] ; then
55 elif [ $IPV4_LPREFIX -lt 16 ]; then # N.x.x.num
57 elif [ $IPV4_LPREFIX -lt 24 ]; then # N.N.x.num
  /external/ltp/testcases/open_posix_testsuite/functional/threads/tools/
watchdogtimer.sh 10 while [ $num -lt $PINUM ]
  /frameworks/base/config/
generate-preloaded-classes.sh 16 if [ "$#" -lt 2 ]; then
  /external/lz4/programs/
datagen.c 71 static void RDG_fillLiteralDistrib(litDistribTable lt, double ld)
81 while (u < end) lt[u++] = character;
88 static BYTE RDG_genChar(U32* seed, const litDistribTable lt)
91 return (lt[id]);
98 void RDG_genBlock(void* buffer, size_t buffSize, size_t prefixSize, double matchProba, litDistribTable lt, unsigned* seedPtr)
118 buffPtr[pos-1] = RDG_genChar(seed, lt);
122 if (pos==0) buffPtr[0] = RDG_genChar(seed, lt), pos=1;
148 while (pos < d) buffPtr[pos++] = RDG_genChar(seed, lt);
156 litDistribTable lt; local
158 RDG_fillLiteralDistrib(lt, litProba)
169 litDistribTable lt; local
    [all...]
  /external/libffi/src/ia64/
unix.S 179 cmp.lt p6, p0 = 8, in3
180 cmp.lt p7, p0 = 16, in3
181 cmp.lt p8, p0 = 24, in3
203 cmp.lt p6, p0 = 4, in3
207 cmp.lt p7, p0 = 8, in3
208 cmp.lt p8, p0 = 12, in3
212 cmp.lt p9, p0 = 16, in3
213 cmp.lt p10, p0 = 20, in3
217 cmp.lt p6, p0 = 24, in3
218 cmp.lt p7, p0 = 28, in
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/ia64/
unix.S 179 cmp.lt p6, p0 = 8, in3
180 cmp.lt p7, p0 = 16, in3
181 cmp.lt p8, p0 = 24, in3
203 cmp.lt p6, p0 = 4, in3
207 cmp.lt p7, p0 = 8, in3
208 cmp.lt p8, p0 = 12, in3
212 cmp.lt p9, p0 = 16, in3
213 cmp.lt p10, p0 = 20, in3
217 cmp.lt p6, p0 = 24, in3
218 cmp.lt p7, p0 = 28, in
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/ia64/
unix.S 179 cmp.lt p6, p0 = 8, in3
180 cmp.lt p7, p0 = 16, in3
181 cmp.lt p8, p0 = 24, in3
203 cmp.lt p6, p0 = 4, in3
207 cmp.lt p7, p0 = 8, in3
208 cmp.lt p8, p0 = 12, in3
212 cmp.lt p9, p0 = 16, in3
213 cmp.lt p10, p0 = 20, in3
217 cmp.lt p6, p0 = 24, in3
218 cmp.lt p7, p0 = 28, in
    [all...]
  /external/ltp/testcases/kdump/lib/
setup.sh 20 if [ "${kx}" -lt 2 ]; then
24 if [ "${ky}" -lt 6 ]; then
28 if [ "${kz}" -lt 16 ]; then
  /build/make/core/
construct_context.sh 39 if [[ "${target_sdk_version}" -lt "28" ]]; then
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-recheck-rcuperf-ftrace.sh 31 if test "`grep -c 'rcu_exp_grace_period.*start' < $i/console.log`" -lt 100
  /external/ltp/testcases/network/stress/multicast/grp-operation/
mcast-group-multiple-socket 29 if [ $(ulimit -n) -lt $MCASTNUM_HEAVY ]; then
  /external/ltp/testcases/network/stress/ns-tools/
check_icmpv4_connectivity 61 while [ $cnt -lt $PING_MAX ]; do
check_icmpv6_connectivity 62 while [ $cnt -lt $PING_MAX ]; do
  /external/ltp/tools/pounder21/test_scripts/
memxfer5b 36 while [ $TIMES -lt 2 ]; do
  /external/strace/tests/
readv.test 50 [ $rfd -lt 1023 ] || rfd=1023
52 while [ $i -lt $rfd ]; do
58 [ $wfd -lt 1023 ] || wfd=1023
60 while [ $i -lt $wfd ]; do
  /external/strace/tests-m32/
readv.test 50 [ $rfd -lt 1023 ] || rfd=1023
52 while [ $i -lt $rfd ]; do
58 [ $wfd -lt 1023 ] || wfd=1023
60 while [ $i -lt $wfd ]; do

Completed in 396 milliseconds

12 3 4 5 6 7 8 91011>>