| /external/syslinux/core/lwip/src/api/ |
| api_msg.c | 1200 size_t diff; local [all...] |
| /external/valgrind/exp-dhat/ |
| dh_main.c | 849 IRTemp diff = newIRTemp(sbOut->tyenv, tyAddr); local 852 assign(diff, 863 ? binop(Iop_CmpLT32U, mkU32(THRESH), mkexpr(diff)) 864 : binop(Iop_CmpLT64U, mkU64(THRESH), mkexpr(diff))) [all...] |
| /external/webp/src/dsp/ |
| yuv_sse2.c | 759 uint64_t diff = 0; local 781 diff = tmp[3] + tmp[2] + tmp[1] + tmp[0]; 786 diff += (uint64_t)abs(diff_y); 788 return diff; [all...] |
| enc.c | 543 const int diff = (int)a[x] - b[x]; local 544 count += diff * diff;
|
| /frameworks/base/core/java/android/app/ |
| WindowConfiguration.java | 305 * @return a bit mask of the changed fields, as per {@link #diff} 335 * @param other The configuration to diff against. 340 * @see Configuration#diff(Configuration) 343 public @WindowConfig long diff(WindowConfiguration other, boolean compareUndefined) { method in class:WindowConfiguration
|
| /frameworks/base/core/java/android/widget/ |
| ProgressBar.java | [all...] |
| RadialTimePickerView.java | 1191 final int diff = Math.abs(first - second); local [all...] |
| /prebuilts/go/darwin-x86/src/encoding/json/ |
| stream_test.go | 57 diff(t, []byte(have), []byte(want)) 89 diff(t, []byte(have), []byte(want))
|
| /prebuilts/go/linux-x86/src/encoding/json/ |
| stream_test.go | 57 diff(t, []byte(have), []byte(want)) 89 diff(t, []byte(have), []byte(want))
|
| /external/aac/libAACenc/src/ |
| adj_thr.cpp | 2294 INT diff; local 2704 FIXP_DBL diff = local [all...] |
| /external/aac/libFDK/src/ |
| qmf.cpp | 1086 int diff; local [all...] |
| /external/conscrypt/common/src/main/java/org/conscrypt/ |
| OpenSSLCipher.java | 1066 int diff = 0; local [all...] |
| /external/fio/t/ |
| btrace2fio.c | 589 uint64_t diff; local 591 diff = o->last_ttime[i] - o->first_ttime[i]; 592 ret = max(diff, ret);
|
| /external/mesa3d/src/gallium/drivers/swr/ |
| swr_shader.cpp | 559 unsigned diff = 12 * (bcolorAttrib - linkedAttrib); local 561 if (diff) { 565 offset = MUL(back, C(diff));
|
| /external/pcre/dist2/ |
| RunGrepTest | 55 # Set up a suitable "diff" command for comparison. Some systems have a diff 59 cf="diff" 60 diff -b /dev/null /dev/null 2>/dev/null && cf="diff -b" 61 diff -u /dev/null /dev/null 2>/dev/null && cf="diff -u" 62 diff -ub /dev/null /dev/null 2>/dev/null && cf="diff -ub"
|
| /external/python/cpython3/Modules/ |
| timemodule.c | 90 double diff; local 103 diff = (double)(now.QuadPart - ctrStart); 110 return PyFloat_FromDouble(diff / (double)cpu_frequency); [all...] |
| /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
| sample_stats_test.py | 202 diff = np.diff(rxx_) 203 self.assertLess(diff[:10].max(), 0)
|
| /external/tensorflow/tensorflow/core/util/sparse/ |
| sparse_tensor.h | 222 int64 diff = ix_t(n, order_[di]) - ix_t(n - 1, order_[di]); local 223 if (diff > 0) different = true; 224 if (!different && diff < 0) increasing = false;
|
| /external/v8/src/debug/ |
| liveedit.js | 513 // Applies a list of the textual diff chunks onto the tree of functions. 518 // A convenient iterator over diff chunks that also translates 571 "Text diff overlaps with function boundary"; 584 "Text diff overlaps with function boundary"; [all...] |
| /external/valgrind/none/tests/arm64/ |
| memory.c | 315 UInt diff = 0xFF & (UInt)(block1[i] - block2[i]); local 316 if (diff == 0) 319 printf("%02x ", diff); [all...] |
| /frameworks/base/services/core/java/com/android/server/am/ |
| TaskPersister.java | 524 final long diff = rhs.mLastTimeMoved - lhs.mLastTimeMoved; 525 if (diff < 0) { 527 } else if (diff > 0) {
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| WindowContainer.java | 454 // We must diff before the configuration is applied so that we can capture the change 456 final int diff = diffOverrideBounds(overrideConfiguration.windowConfiguration.getBounds()); local 462 if (diff == BOUNDS_CHANGE_NONE) { 466 if ((diff & BOUNDS_CHANGE_SIZE) == BOUNDS_CHANGE_SIZE) { [all...] |
| /frameworks/base/services/usage/java/com/android/server/usage/ |
| UsageStatsDatabase.java | 474 long diff = Math.abs(mSortedStatFiles[i].keyAt(index) - beginTimeStamp); local 475 if (diff < smallestDiff) { 476 smallestDiff = diff;
|
| /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
| OverlayPlaneBase.cpp | 897 double diff; local 954 diff = 1.0 - sum; 955 coeffs[i][tap2Fix] += diff; [all...] |
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/ |
| fp.go | 1681 diff := cx128diff_ssa(b, a) 1694 fails += expectCx128("diff", diff, 2+4i [all...] |