Searched defs:diff (Results 451 - 475 of 623) sorted by relevance

<<11121314151617181920>>

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsgamma.c1130 int diff; local
1136 diff = abs((int) Curve->Table16[i] - (int) _cmsQuantizeVal(i, Curve ->nEntries));
1137 if (diff > 0x0f)
/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient_gpu.cpp46 SkPoint diff = center2 - center1; local
47 SkScalar diffLen = diff.length();
51 rot.setSinCos(-SkScalarMul(invDiffLen, diff.fY),
52 SkScalarMul(invDiffLen, diff.fX));
192 SkPoint diff = center2 - center1; local
193 SkScalar diffLen = diff.length();
465 SkPoint diff = center2 - center1; local
466 SkScalar diffLen = diff.length();
676 SkPoint diff = center2 - center1; local
677 SkScalar diffLen = diff
921 SkPoint diff = center2 - center1; local
1152 SkPoint diff = center2 - center1; local
[all...]
/external/skia/src/opts/
H A DSkXfermode_opts_SSE2.cpp353 __m128i diff = _mm_sub_epi32(sa, sc); local
361 // else if (0 == diff)
362 __m128i cmp2 = _mm_cmpeq_epi32(diff, _mm_setzero_si128());
375 diff = shim_mm_div_epi32(value, diff);
377 __m128i tmp4 = SkMin32_SSE2(da, diff);
/external/skia/third_party/etc1/
H A Detc1.cpp54 | base col1 | base col2 | table | table |diff|flip|
69 | base col 1 | dcol 2 | table | table |diff|flip|
170 inline int convertDiff(int base, int diff) { argument
171 return convert5To8((0x1f & base) + kLookup[0x7 & diff]);
/external/svox/pico/lib/
H A Dpicospho.c418 diff, local
422 diff = j-i;
451 spho->headxWritePos -= diff;
456 "readPos,WritePos are now [%i,%i[, returning shift amount %i",*from, spho->headxWritePos, diff
458 return diff;
/external/webp/src/dsp/
H A Denc.c510 const int diff = (int)a[x] - b[x]; local
511 count += diff * diff;
H A Dlossless_sse2.c70 const __m128i diff = _mm_sub_epi16(pb, pa); local
73 _mm_storeu_si128((__m128i*)out, diff);
/external/webp/src/enc/
H A Dhistogram.c593 const uint32_t diff = local
595 const uint32_t idx2 = (idx1 + diff + 1) % image_histo_size;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_1x.c2239 struct os_reltime diff; local
2356 os_reltime_age(&sta->acct_session_start, &diff);
2371 (unsigned int) diff.sec,
/external/wpa_supplicant_8/src/ap/
H A Dieee802_1x.c2239 struct os_reltime diff; local
2356 os_reltime_age(&sta->acct_session_start, &diff);
2371 (unsigned int) diff.sec,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_1x.c2239 struct os_reltime diff; local
2356 os_reltime_age(&sta->acct_session_start, &diff);
2371 (unsigned int) diff.sec,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/aac/libSBRdec/src/
H A Denv_calc.cpp1186 int diff; local
1189 diff = (int) (nrgGain_e[band] - filtBuffer_e[band]);
1190 if (diff>0) {
1191 filtBuffer[band] >>= diff; /* Compensate for the scale change by shifting the mantissa. */ local
1192 filtBuffer_e[band] += diff; /* New gain is bigger, use its exponent */
1194 else if (diff<0) {
1200 if ((-diff) <= reserve) {
1204 filtBuffer[band] <<= (-diff);
1205 filtBuffer_e[band] += diff; /* becomes equal to *ptrNewExp */
1212 diff
1213 nrgGain[band] >>= diff; local
[all...]
/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.cc1638 base::TimeDelta diff = base::Time::Now() - last_cancelled_script_print_; local
1646 if (diff.InSeconds() < min_wait_seconds) {
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper.cc2000 base::TimeDelta diff = base::Time::Now() - last_print_; local
2007 if (diff.InSeconds() < min_wait_seconds) {
/external/chromium_org/content/browser/fileapi/
H A Dobfuscated_file_util_unittest.cc1650 std::set<GURL> diff; local
1653 inserter(diff, diff.begin()));
1654 EXPECT_TRUE(diff.empty());
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc796 int64 diff = a - b; local
797 if (diff < 0)
799 if (diff > 0)
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl.cc1070 int64 diff = (num_refs_ - current) / 50; local
1071 if (!diff)
1072 diff = num_refs_ > current ? 1 : -1;
1073 current = current + diff;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSelectElement.cpp463 int diff = index - length(); local
466 if (diff > 0) {
469 } else if (diff < 0) {
476 if (diff >= 0 && option->selected())
485 int diff = length() - newLen; local
487 if (diff < 0) { // Add dummy elements.
494 } while (++diff);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.cpp210 void RenderFlexibleBox::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
212 RenderBlock::styleDidChange(diff, oldStyle);
214 if (oldStyle && oldStyle->alignItems() == ItemPositionStretch && diff.needsFullLayout()) {
H A DRenderGrid.cpp298 void RenderGrid::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
300 RenderBlock::styleDidChange(diff, oldStyle);
H A DRenderInline.cpp191 void RenderInline::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
193 RenderBoxModelObject::styleDidChange(diff, oldStyle);
H A DRenderListMarker.cpp1084 void RenderListMarker::styleWillChange(StyleDifference diff, const RenderStyle& newStyle) argument
1089 RenderBox::styleWillChange(diff, newStyle);
1092 void RenderListMarker::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
1094 RenderBox::styleDidChange(diff, oldStyle);
H A DRenderTable.cpp79 void RenderTable::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
81 RenderBlock::styleDidChange(diff, oldStyle);

Completed in 624 milliseconds

<<11121314151617181920>>