Home
last modified time | relevance | path

Searched defs:diff (Results 1 – 25 of 262) sorted by relevance

1234567891011

/external/clang/test/CodeGenCXX/
Dfunction-template-specialization.cpp6 T* next(T* ptr, const U& diff) { in next()
10 void test(int *iptr, float *fptr, int diff) { in test()
21 void test2(int *iptr, double *dptr, int diff) { in test2()
/external/webrtc/src/common_audio/signal_processing/
Dresample_by_2_internal.c34 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_DownBy2IntToShort() local
129 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_DownBy2ShortToInt() local
203 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_UpBy2ShortToInt() local
273 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_UpBy2IntToInt() local
343 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_UpBy2IntToShort() local
422 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_LPBy2ShortToInt() local
555 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_LPBy2IntToInt() local
Dresample_by_2.c31 WebRtc_Word32 diff, in MUL_ACCUM_1()
47 WebRtc_Word32 diff, in MUL_ACCUM_2()
71 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; in WebRtcSpl_DownsampleBy2() local
128 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; in WebRtcSpl_UpsampleBy2() local
/external/stlport/test/unit/
Dsetdiff_test.cpp63 vector<int> diff; in setsymd1() local
77 string diff; in setsymd2() local
115 vector<int> diff; in setdiff1() local
128 string diff; in setdiff2() local
Dsetunion_test.cpp61 vector<int> diff; in setunon1() local
74 string diff; in setunon2() local
/external/webkit/Tools/Scripts/webkitpy/common/
Dprettypatch.py39 def pretty_diff_file(self, diff): argument
49 def pretty_diff(self, diff): argument
/external/icu4c/common/
Ducnvbocu.c271 packDiff(int32_t diff) { in packDiff()
376 #define DIFF_IS_SINGLE(diff) (BOCU1_REACH_NEG_1<=(diff) && (diff)<=BOCU1_REACH_POS_1) argument
379 #define PACK_SINGLE_DIFF(diff) (BOCU1_MIDDLE+(diff)) argument
382 #define DIFF_IS_DOUBLE(diff) (BOCU1_REACH_NEG_2<=(diff) && (diff)<=BOCU1_REACH_POS_2) argument
393 int32_t prev, c, diff; in _Bocu1FromUnicodeWithOffsets() local
646 int32_t prev, c, diff; in _Bocu1FromUnicode() local
862 int32_t diff, count; in decodeBocu1LeadByte() local
942 int32_t prev, count, diff, c; in _Bocu1ToUnicodeWithOffsets() local
1164 int32_t prev, count, diff, c; in _Bocu1ToUnicode() local
/external/webkit/Source/WebCore/dom/
DChildNodeList.cpp59 int diff = index - m_caches->lastItemOffset; in item() local
71 int diff = index - pos; in item() local
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGBlock.cpp83 void RenderSVGBlock::styleWillChange(StyleDifference diff, const RenderStyle* newStyle) in styleWillChange()
90 void RenderSVGBlock::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) in styleDidChange()
DRenderSVGInline.cpp102 void RenderSVGInline::styleWillChange(StyleDifference diff, const RenderStyle* newStyle) in styleWillChange()
109 void RenderSVGInline::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) in styleDidChange()
DRenderSVGModelObject.cpp90 void RenderSVGModelObject::styleWillChange(StyleDifference diff, const RenderStyle* newStyle) in styleWillChange()
97 void RenderSVGModelObject::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) in styleDidChange()
/external/chromium/sdch/open-vcdiff/src/
Dvcdiffengine.cc140 OutputStringInterface* diff, in FinishEncoding()
154 OutputStringInterface* diff, in EncodeInternal()
240 OutputStringInterface* diff, in Encode()
/external/skia/src/views/
DSkProgressBarView.cpp23 void SkProgressBarView::changeProgress(int diff) in changeProgress()
35 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs()); in onDraw() local
/external/chromium/third_party/libjingle/source/talk/base/
Dtime.cc86 int32 diff = later - earlier; in TimeIsLaterOrEqual() local
96 int32 diff = later - earlier; in TimeIsLater() local
/external/libnfc-nxp/Linux_x86/
DphOsalNfc_Utils.c42 int8_t diff = 0; in phOsalNfc_MemCompare() local
/external/webkit/Source/WebCore/rendering/
DRenderButton.cpp75 void RenderButton::styleWillChange(StyleDifference diff, const RenderStyle* newStyle) in styleWillChange()
87 void RenderButton::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) in styleDidChange()
DRenderSummary.cpp51 void RenderSummary::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) in styleDidChange()
DRenderScrollbarPart.cpp129 void RenderScrollbarPart::styleWillChange(StyleDifference diff, const RenderStyle* newStyle) in styleWillChange()
135 void RenderScrollbarPart::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) in styleDidChange()
/external/guava/guava-tests/test/com/google/common/collect/
DMapsTest.java338 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, EMPTY); in testMapDifferenceEmptyEmpty() local
348 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, SINGLETON); in testMapDifferenceEmptySingleton() local
358 MapDifference<Integer, Integer> diff = Maps.difference(SINGLETON, EMPTY); in testMapDifferenceSingletonEmpty() local
470 SortedMapDifference<Integer, Integer> diff = in testSortedMapDifferenceEmptyEmpty() local
481 SortedMapDifference<Integer, Integer> diff = in testSortedMapDifferenceEmptySingleton() local
492 SortedMapDifference<Integer, Integer> diff = in testSortedMapDifferenceSingletonEmpty() local
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
Dconfirmdiff.py48 def _show_pretty_diff(self, diff): argument
/external/v8/test/cctest/
Dtest-diy-fp.cc18 DiyFp diff = DiyFp::Minus(diy_fp1, diy_fp2); in TEST() local
/external/elfutils/src/
Dsectionhash.c49 GElf_Sxword diff = (SH_FLAGS_IMPORTANT (one->flags) in scnhead_compare() local
/external/valgrind/main/none/tests/s390x/
Dstckf.c25 unsigned long start, end, diff; in main() local
Dstck.c25 unsigned long start, end, diff; in main() local
/external/skia/src/core/
DSkUnPreMultiply.cpp75 int diff = SkAbs32(test - div); in SkUnPreMultiply_BuildTable() local

1234567891011