HomeSort by relevance Sort by last modified time
    Searched defs:diff (Results 126 - 150 of 2033) sorted by null

1 2 3 4 56 7 8 91011>>

  /bionic/libc/arch-arm64/generic/bionic/
strncmp.S 51 #define diff x6 define
90 eor diff, data1, data2 /* Non-zero if differences found. */
91 csinv endloop, diff, xzr, pl /* Last Dword or differences. */
97 /* Not reached the limit, must have found the end or a diff. */
118 orr syndrome, diff, has_nul
155 orr syndrome, diff, has_nul
  /bionic/tools/versioner/src/
Driver.cpp 219 auto diff = (end - start) / 1.0ms; local
220 printf("Generated compiler flags for %zu targets in %0.2Lfms\n", types.size(), diff);
  /build/blueprint/bpmodify/
bpmodify.go 106 data, err := diff(src, res)
108 return fmt.Errorf("computing diff: %s", err)
110 fmt.Printf("diff %s bpfmt/%s\n", filename, filename)
258 func diff(b1, b2 []byte) (data []byte, err error) { func
276 data, err = exec.Command("diff", "-uw", f1.Name(), f2.Name()).CombinedOutput()
278 // diff exits with a non-zero status when the files don't match.
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
BitmapUtils.java 80 double diff = 0; local
85 diff += Math.abs(Color.red(aPix) - Color.red(bPix)); // red
86 diff += Math.abs(Color.green(aPix) - Color.green(bPix)); // green
87 diff += Math.abs(Color.blue(aPix) - Color.blue(bPix)); // blue
89 diff /= (aPixels.length * 3);
90 return diff;
  /device/asus/fugu/power/
power.c 145 uint64_t diff; local
153 diff = timespec_to_us(&diff_time);
155 ALOGV("POWER_HINT_INTERACTION: diff=%llu", diff);
157 if (diff > mod->pulse_duration) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Interval.java 125 Interval diff = null; local
128 diff = Interval.create(Math.max(this.a,other.b+1),
134 diff = Interval.create(this.a, other.a-1);
136 return diff;
  /external/e2fsprogs/misc/
findsuper.c 198 time_t now, diff; local
201 diff = now - last;
203 if (diff > 0) {
207 (((sk - skl)) / diff) >> 10, s);
210 if (diff < 5)
212 else if (diff > 20)
  /external/eigen/Eigen/src/Geometry/
ParametrizedLine.h 84 VectorType diff = p - origin(); local
85 return (diff - direction().dot(diff) * direction()).squaredNorm();
  /external/freetype/src/cff/
cf2blues.c 286 CF2_Fixed flatFamilyEdge, diff; local
304 diff = cf2_fixedAbs( flatEdge - flatFamilyEdge );
306 if ( diff < minDiff && diff < csUnitsPerPixel )
309 minDiff = diff;
311 if ( diff == 0 )
322 diff = cf2_fixedAbs( flatEdge - flatFamilyEdge );
324 if ( diff < minDiff && diff < csUnitsPerPixel )
345 diff = cf2_fixedAbs( flatEdge - flatFamilyEdge )
    [all...]
  /external/freetype/src/truetype/
ttpload.c 145 FT_Long diff = (FT_Long)entry->Offset - pos; local
148 if ( diff > 0 && diff < dist )
150 dist = diff;
  /external/icu/icu4c/source/common/
uarrsort.c 74 int32_t diff=cmp(context, item, array+i*itemSize); local
75 if(diff==0) {
89 } else if(diff<0) {
98 int32_t diff=cmp(context, item, array+start*itemSize); local
99 if(diff==0) {
101 } else if(diff<0) {
  /external/icu/icu4c/source/test/cintltst/
sorttest.c 180 int32_t diff=u_strCompare(p->s, STR_LEN, q->s, STR_LEN, FALSE); local
181 if(diff==0) {
189 diff=ucol_strcoll(coll, p->s, STR_LEN, q->s, STR_LEN);
190 if(diff>=0) {
  /external/jdiff/src/jdiff/
ClassDiff.java 84 public static String diff(ClassAPI oldClass, ClassAPI newClass) { method in class:ClassDiff
  /external/libavc/common/
ih264_list.c 430 WORD32 diff; local
448 diff = *pi4_wr_idx - *pi4_rd_idx;
450 if(diff < ps_list->i4_buf_max_idx)
519 WORD32 diff; local
534 diff = *pi4_wr_idx - *pi4_rd_idx;
537 if(diff > 0)
  /external/libcups/cups/
options.c 47 diff; /* Result of search */ local
65 diff = 1;
70 &diff);
72 if (diff > 0)
76 if (diff)
166 int diff, /* Result of comparison */ local
178 match = cups_find_option(name, num_options, options, -1, &diff);
180 if (!diff)
592 diff; /* Result of comparison */ local
612 if ((diff = cups_compare_options(&key, options + prev)) == 0 |
    [all...]
  /external/libgsm/src/
add.c 31 longword diff = (longword)a - (longword)b; local
32 return saturate(diff);
  /external/libmpeg2/common/x86/
ideint_cac_ssse3.c 171 __m128i min, max, diff, thresh; local
184 diff = _mm_sub_epi16(max, min);
187 mask = _mm_cmpgt_epi16(diff, thresh);
188 diff = _mm_and_si128(diff, mask);
190 diff_sum = _mm_extract_epi16(diff, 0);
191 diff_sum += _mm_extract_epi16(diff, 1);
192 diff_sum += _mm_extract_epi16(diff, 2);
193 diff_sum += _mm_extract_epi16(diff, 3);
197 diff_sum = _mm_extract_epi16(diff, 4)
209 __m128i even_avg, odd_avg, diff; local
    [all...]
ideint_spatial_filter_ssse3.c 106 __m128i diff, diffs[3]; local
144 diff = _mm_sad_epu8(row1_0, row2_0);
145 diffs[0] = _mm_add_epi64(diffs[0], diff);
147 diff = _mm_sad_epu8(row1_m1, row2_p1);
148 diffs[1] = _mm_add_epi64(diffs[1], diff);
150 diff = _mm_sad_epu8(row1_p1, row2_m1);
151 diffs[2] = _mm_add_epi64(diffs[2], diff);
172 /* Applying bias, to make the diff comparision more robust. */
  /external/libnl/lib/fib_lookup/
request.c 61 int diff = 0; local
65 diff |= REQ_DIFF(FWMARK, a->lr_fwmark != b->lr_fwmark);
66 diff |= REQ_DIFF(TOS, a->lr_tos != b->lr_tos);
67 diff |= REQ_DIFF(SCOPE, a->lr_scope != b->lr_scope);
68 diff |= REQ_DIFF(TABLE, a->lr_table != b->lr_table);
69 diff |= REQ_DIFF(ADDR, nl_addr_cmp(a->lr_addr, b->lr_addr));
73 return diff;
  /external/libopus/silk/
stereo_LR_to_MS.c 51 opus_int32 sum, diff, smooth_coef_Q16, pred_Q13[ 2 ], pred0_Q13, pred1_Q13; local
65 diff = x1[ n - 2 ] - (opus_int32)x2[ n - 2 ];
67 side[ n ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( diff, 1 ) );
  /external/libvpx/libvpx/test/
temporal_filter_test.cc 49 int diff = a.TopLeftPixel()[height * a.stride() + width] - local
51 diff_sq.TopLeftPixel()[height * diff_sq.stride() + width] = diff * diff;
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_highbd_block_error_intrin_sse2.c 59 const int64_t diff = coeff[i + j] - dqcoeff[i + j]; local
60 error += diff * diff;
  /external/libyuv/files/util/
psnr.cc 236 int diff = src_a[x] - src_b[x]; local
237 sse += static_cast<uint32>(diff * diff);
  /external/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp 149 int diff = InstOffset - BlockToInstOffset[MII->getOperand(0).getMBB()]; local
150 if ((unsigned)abs(diff) > MaxLoopRange) {
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/
rpc_pmap_rmtcall_performance.c 100 long long diff; local
142 diff =
145 rslt = (double)diff / 1000;

Completed in 847 milliseconds

1 2 3 4 56 7 8 91011>>