HomeSort by relevance Sort by last modified time
    Searched refs:diff (Results 326 - 350 of 3197) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_error_avx2.c 123 const __m256i diff = _mm256_sub_epi16(_dqcoeff, _coeff); local
125 const __m256i error_lo = _mm256_madd_epi16(diff, diff);
137 const __m256i diff = _mm256_sub_epi16(_dqcoeff, _coeff); local
138 const __m256i error = _mm256_madd_epi16(diff, diff);
  /external/linux-kselftest/tools/testing/selftests/firmware/
fw_fallback.sh 205 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
218 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
227 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
235 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
243 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
252 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
  /external/ltp/testcases/cve/
stack_clash.c 76 ssize_t diff; local
82 diff = fault_addr - mmap_end;
84 diff = mapped_addr - fault_addr;
87 "mmap = [%lx, %lx), addr = %lx, diff = %zx, THRESHOLD = %lx",
88 mapped_addr, mmap_end, fault_addr, diff, THRESHOLD);
89 if (diff < 0 || (unsigned long)diff < THRESHOLD)
  /external/ltp/tools/pounder21/test_scripts/
nfs 60 # Now diff it...
61 diff -Naur /usr $NFSLOCAL/$SHORTHOST/testnet > $POUNDER_TMPDIR/nfs.diff
75 # Anything in the diff?
76 DIFF_ERRORS=`wc -l < $POUNDER_TMPDIR/nfs.diff`
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
decode_residual.c 44 size_t meml_gotten, diff, start_pos; local
50 diff = STATE_LEN - iLBCdec_inst->state_short_len;
55 start_pos = (iLBC_encbits->startIdx-1)*SUBL + diff;
79 ST_MEM_L_TBL, diff);
97 ST_MEM_L_TBL, diff
103 reverseDecresidual, diff);
  /frameworks/base/cmds/incident_helper/src/parsers/
CpuInfoParser.cpp 52 int diff = 0; local
130 diff = record.size() - header.size();
131 if (diff < 0) {
132 fprintf(stderr, "[%s]Line %d has %d missing fields\n%s\n", this->name.string(), nline, -diff, line.c_str());
135 } else if (diff > 0) {
136 fprintf(stderr, "[%s]Line %d has %d extra fields\n%s\n", this->name.string(), nline, diff, line.c_str());
  /libcore/ojluni/src/test/java/time/test/java/time/
TestLocalTime.java 194 long diff = Integer.MAX_VALUE; local
198 diff = test.toNanoOfDay() - expected.toNanoOfDay();
200 diff = Math.floorMod(NANOS_PER_DAY + diff, NANOS_PER_DAY);
201 if (diff < 100000000) {
207 assertTrue(diff < 100000000, // less than 0.1 sec
  /dalvik/libdex/
DexUtf.cpp 41 int diff = utf1 - utf2; local
43 if (diff != 0) {
44 return diff;
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.cc 137 uptr diff = RoundUp(p, kPageSize) - p; local
138 if (diff != 0) {
139 FreeRange(proc, p, diff);
140 p += diff;
141 sz -= diff;
143 diff = p + sz - RoundDown(p + sz, kPageSize);
144 if (diff != 0) {
145 FreeRange(proc, p + sz - diff, diff);
146 sz -= diff;
263 uptr diff = dst - src; local
    [all...]
  /external/emma/
test.sh 126 if ! diff <(sort $GOLDEN) <(sort $COVERAGE) >$TESTDIR/diff-sorted; then
127 echo Tests failed: Additional or missing lines: See $TESTDIR/diff-sorted
130 if ! diff $GOLDEN $COVERAGE >$TESTDIR/diff-ordered; then
131 echo Tests failed: same lines, different order: See $TESTDIR/diff-ordered
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
StringRange.java 44 int diff = o1[i] - o2[i];
45 if (diff != 0) {
46 return diff;
150 int diff = min - that.min; local
151 if (diff != 0) {
152 return diff;
226 int diff = ranges.length - other.ranges.length; local
227 if (diff != 0) {
228 return diff;
231 diff = ranges[i].compareTo(other.ranges[i])
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
StringRange.java 40 int diff = o1[i] - o2[i];
41 if (diff != 0) {
42 return diff;
146 int diff = min - that.min; local
147 if (diff != 0) {
148 return diff;
222 int diff = ranges.length - other.ranges.length; local
223 if (diff != 0) {
224 return diff;
227 diff = ranges[i].compareTo(other.ranges[i])
    [all...]
  /external/libvpx/libvpx/test/
idct8x8_test.cc 79 const int diff = dst[j] - src[j]; local
80 const int error = diff * diff;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/
rpc_clnt_broadcast_performance.c 97 long long diff; local
126 diff =
129 rslt = (double)diff / 1000;
rpc_clnt_broadcast_scalability.c 97 long long diff; local
126 diff =
129 rslt = (double)diff / 1000;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/
rpc_clntraw_create_performance.c 95 long long diff; local
116 diff =
119 rslt = (double)diff / 1000;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcraw_create/
rpc_svcraw_create_performance.c 95 long long diff; local
115 diff =
118 rslt = (double)diff / 1000;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svctcp_create/
rpc_svctcp_create_performance.c 95 long long diff; local
118 diff =
121 rslt = (double)diff / 1000;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_create/
rpc_svcudp_create_performance.c 95 long long diff; local
118 diff =
121 rslt = (double)diff / 1000;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/
rpc_callrpc_performance.c 95 long long diff; local
123 diff =
126 rslt = (double)diff / 1000;
rpc_callrpc_scalability.c 95 long long diff; local
123 diff =
126 rslt = (double)diff / 1000;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
tirpc_rpc_broadcast_performance.c 101 long long diff; local
128 diff =
131 rslt = (double)diff / 1000;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
tirpc_rpc_broadcast_exp_performance.c 101 long long diff; local
129 diff =
132 rslt = (double)diff / 1000;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
tirpc_rpc_call_performance.c 95 long long diff; local
128 diff =
131 rslt = (double)diff / 1000;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
tirpc_toplevel_clnt_call_performance.c 95 long long diff; local
132 diff =
135 rslt = (double)diff / 1000;

Completed in 1425 milliseconds

<<11121314151617181920>>