Searched defs:diff (Results 1 - 25 of 623) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/cctest/
H A Dtest-diy-fp.cc43 DiyFp diff = DiyFp::Minus(diy_fp1, diy_fp2); local
45 CHECK(2 == diff.f()); // NOLINT
46 CHECK_EQ(0, diff.e());
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.h27 } diff; typedef in typeref:struct:__anon24944
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceFilterPrimitive.cpp34 void RenderSVGResourceFilterPrimitive::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
36 RenderSVGHiddenContainer::styleDidChange(diff, oldStyle);
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dintersect-diffs.py21 import diff namespace
53 old_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[1], "r"))]
54 new_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[2], "r"))]
57 # Join the right hand side of the older diff with the left hand side of the
58 # newer diff.
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dnearest_neighbor.c34 int16_t diff; local
40 diff=array[i]-value;
41 crit[i]=WEBRTC_SPL_MUL_16_16(diff, diff);
H A Dlsf_to_lsp.c32 int16_t diff; /* difference, which is used for the local
47 diff = (freq&0x00ff);
56 tmpW32 = WEBRTC_SPL_MUL_16_16(WebRtcIlbcfix_kCosDerivative[k], diff);
/external/compiler-rt/test/asan/TestCases/
H A Dmax_redzone.cc24 size_t diff = after - before; local
25 return !(large_redzone ? diff > 46000000 : diff < 46000000);
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Utils.c42 int8_t diff = 0; local
47 for(;((n>0)&&(diff==0));n--,b1++,b2++)
49 diff = *b1 - *b2;
52 return (int)diff;
/external/libvpx/libvpx/tools/
H A Dintersect-diffs.py21 import diff namespace
53 old_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[1], "r"))]
54 new_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[2], "r"))]
57 # Join the right hand side of the older diff with the left hand side of the
58 # newer diff.
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dinvtrans.h28 static void eob_adjust(char *eobs, short *diff) argument
34 if((eobs[js] == 0) && (diff[0] != 0))
36 diff+=16;
/external/chromium_org/third_party/skia/src/core/
H A DSkUnPreMultiply.cpp84 int diff = SkAbs32(test - div); local
85 SkASSERT(diff <= 1 && test <= 255);
/external/clang/test/CodeGenCXX/
H A Dfunction-template-specialization.cpp3 T* next(T* ptr, const U& diff);
6 T* next(T* ptr, const U& diff) { argument
7 return ptr + diff;
10 void test(int *iptr, float *fptr, int diff) { argument
12 iptr = next(iptr, diff);
15 fptr = next(fptr, diff);
19 T* next(T* ptr, const U& diff);
21 void test2(int *iptr, double *dptr, int diff) { argument
22 iptr = next(iptr, diff);
25 dptr = next(dptr, diff);
[all...]
/external/elfutils/0.153/src/
H A Dsectionhash.c49 GElf_Sxword diff = (SH_FLAGS_IMPORTANT (one->flags) local
51 result = diff < 0 ? -1 : diff == 0 ? 0 : 1;
/external/jdiff/src/jdiff/
H A DModifiers.java61 public String diff(Modifiers newModifiers) { method in class:Modifiers
/external/libvpx/libvpx/vp8/common/
H A Dinvtrans.h28 static void eob_adjust(char *eobs, short *diff) argument
34 if((eobs[js] == 0) && (diff[0] != 0))
36 diff+=16;
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Draw.c63 const ptrdiff_t diff = raw->bp - raw->start; local
64 assert( diff <= (ptrdiff_t)0xffffffff && diff >= 0 ); /* UINT32_MAX */
65 return (OPJ_UINT32)diff;
/external/skia/src/core/
H A DSkUnPreMultiply.cpp84 int diff = SkAbs32(test - div); local
85 SkASSERT(diff <= 1 && test <= 255);
/external/stlport/test/unit/
H A Dsetunion_test.cpp61 vector<int> diff; local
62 set_union(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
63 CPPUNIT_ASSERT( diff.size() == 17 );
65 CPPUNIT_ASSERT( diff[i] == i );
74 string diff; local
76 back_inserter(diff), less<char>());
77 CPPUNIT_ASSERT( diff.size() == 26 );
79 CPPUNIT_ASSERT( diff[i] == ('A' + i) );
/external/valgrind/main/none/tests/s390x/
H A Dstck.c25 unsigned long start, end, diff; local
34 diff = clockticks_in_msec(end, start);
35 if (diff >= 1000 && diff < 1500)
H A Dstckf.c25 unsigned long start, end, diff; local
35 diff = clockticks_in_msec(end, start);
36 if (diff >= 1000 && diff < 1500)
/external/arduino/hardware/arduino/cores/arduino/
H A DWMath.cpp50 long diff = howbig - howsmall; local
51 return random(diff) + howsmall;
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_entry.cc36 int diff = name_.compare(key.name()); local
37 if (diff < 0)
40 if (diff == 0)
/external/chromium_org/net/quic/
H A Dquic_time_test.cc90 QuicTime::Delta diff = time_2.Subtract(time_1); local
92 EXPECT_EQ(QuicTime::Delta::FromMilliseconds(1), diff);
93 EXPECT_EQ(1000, diff.ToMicroseconds());
94 EXPECT_EQ(1, diff.ToMilliseconds());
/external/chromium_org/printing/
H A Dprinted_page.cc33 int diff = paper_size.width() - page_size().width(); local
34 content_rect->set_x(content_rect->x() + diff / 2);
37 int diff = paper_size.height() - page_size().height(); local
38 content_rect->set_y(content_rect->y() + diff / 2);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBR.cpp53 void RenderBR::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
55 RenderText::styleDidChange(diff, oldStyle);

Completed in 602 milliseconds

1234567891011>>