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

1234567891011

/external/v8/test/cctest/
H A Dtest-diy-fp.cc18 DiyFp diff = DiyFp::Minus(diy_fp1, diy_fp2); local
20 CHECK(2 == diff.f()); // NOLINT
21 CHECK_EQ(0, diff.e());
/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/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/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/skia/src/core/
H A DSkUnPreMultiply.cpp75 int diff = SkAbs32(test - div); local
76 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) );
H A Dsetdiff_test.cpp63 vector<int> diff; local
64 set_symmetric_difference(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
65 CPPUNIT_ASSERT( diff.size() == 14 );
68 CPPUNIT_ASSERT( diff[i] == int_res[i] );
77 string diff; local
79 back_inserter(diff), less<char>());
80 CPPUNIT_ASSERT( diff.size() == 22 );
83 CPPUNIT_ASSERT( diff[i] == char_res[i] );
115 vector<int> diff; local
116 set_difference(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
128 string diff; local
[all...]
/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/webkit/Source/WebCore/rendering/
H A DRenderSummary.cpp51 void RenderSummary::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
53 RenderBlock::styleDidChange(diff, oldStyle);
H A DRenderBR.cpp55 void RenderBR::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
57 RenderText::styleDidChange(diff, oldStyle);
/external/chromium/chrome/browser/webdata/
H A Dautofill_entry.cc33 int diff = name_.compare(key.name()); local
34 if (diff < 0) {
36 } else if (diff == 0) {
/external/libvpx/vpx_ports/
H A Dvpx_timer.h82 LARGE_INTEGER freq, diff; local
84 diff.QuadPart = t->end.QuadPart - t->begin.QuadPart;
86 if (QueryPerformanceFrequency(&freq) && diff.QuadPart < freq.QuadPart)
87 return (long)(diff.QuadPart * 1000000 / freq.QuadPart);
91 struct timeval diff;
93 timersub(&t->end, &t->begin, &diff);
94 return diff.tv_sec ? 1000000 : diff.tv_usec;
/external/webkit/Source/WebCore/dom/
H A DChildNodeList.cpp59 int diff = index - m_caches->lastItemOffset; local
60 unsigned dist = abs(diff);
71 int diff = index - pos; local
72 unsigned dist = abs(diff);
/external/webkit/Source/WebCore/rendering/style/
H A DSVGRenderStyle.cpp129 StyleDifference SVGRenderStyle::diff(const SVGRenderStyle* other) const function in class:WebCore::SVGRenderStyle
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGBlock.cpp83 void RenderSVGBlock::styleWillChange(StyleDifference diff, const RenderStyle* newStyle) argument
85 if (diff == StyleDifferenceLayout)
87 RenderBlock::styleWillChange(diff, newStyle);
90 void RenderSVGBlock::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
92 RenderBlock::styleDidChange(diff, oldStyle);
93 SVGResourcesCache::clientStyleChanged(this, diff, style());
H A DRenderSVGGradientStop.cpp44 void RenderSVGGradientStop::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
46 RenderObject::styleDidChange(diff, oldStyle);
47 if (diff == StyleDifferenceEqual)
H A DRenderSVGResourceFilterPrimitive.cpp41 void RenderSVGResourceFilterPrimitive::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
43 RenderSVGHiddenContainer::styleDidChange(diff, oldStyle);
50 if (diff == StyleDifferenceEqual || !oldStyle)
H A DRenderSVGShadowTreeRootContainer.cpp93 void RenderSVGShadowTreeRootContainer::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
95 RenderSVGTransformableContainer::styleDidChange(diff, oldStyle);
/external/webrtc/src/common_audio/signal_processing/
H A Dresample_by_2_internal.c34 WebRtc_Word32 tmp0, tmp1, diff; local
43 diff = tmp0 - state[1];
45 diff = (diff + (1 << 13)) >> 14;
46 tmp1 = state[0] + diff * kResampleAllpass[1][0];
48 diff = tmp1 - state[2];
50 diff = diff >> 14;
51 if (diff < 0)
52 diff
129 WebRtc_Word32 tmp0, tmp1, diff; local
203 WebRtc_Word32 tmp0, tmp1, diff; local
273 WebRtc_Word32 tmp0, tmp1, diff; local
343 WebRtc_Word32 tmp0, tmp1, diff; local
422 WebRtc_Word32 tmp0, tmp1, diff; local
555 WebRtc_Word32 tmp0, tmp1, diff; local
[all...]
/external/bison/lib/
H A Dstrverscmp.c34 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
67 int diff; local
103 while ((diff = c1 - c2) == 0 && c1 != '\0')
116 return diff;
123 return ISDIGIT (*p2) ? -1 : diff;
/external/blktrace/
H A Dstrverscmp.c79 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
95 int diff; local
131 while ((diff = c1 - c2) == 0 && c1 != '\0')
144 return diff;
151 return isdigit (*p2) ? -1 : diff;
/external/chromium/chrome/browser/prefs/
H A Dpref_value_map.cc114 const int diff = this_pref->first.compare(other_pref->first); local
115 if (diff == 0) {
120 } else if (diff < 0) {
123 } else if (diff > 0) {
/external/chromium/third_party/libjingle/source/talk/base/
H A Dtime.cc86 int32 diff = later - earlier; local
87 return (diff >= 0 && static_cast<uint32>(diff) < HALF);
96 int32 diff = later - earlier; local
97 return (diff > 0 && static_cast<uint32>(diff) < HALF);

Completed in 408 milliseconds

1234567891011