Searched defs:diff (Results 401 - 425 of 623) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/net/base/
H A Dnet_util.cc1042 unsigned diff = a1[i] ^ a2[i]; local
1043 if (!diff)
1046 if (diff & (1 << (CHAR_BIT - 1)))
1048 diff <<= 1;
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.cc324 int64 diff = (num_refs_ - current) / 50; local
325 if (!diff)
326 diff = num_refs_ > current ? 1 : -1;
327 current = current + diff;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDeprecatedFlexibleBox.cpp177 void RenderDeprecatedFlexibleBox::styleWillChange(StyleDifference diff, const RenderStyle& newStyle) argument
183 RenderBlock::styleWillChange(diff, newStyle);
/external/chromium_org/third_party/android_opengl/etc1/
H A Detc1.cpp58 | base col1 | base col2 | table | table |diff|flip|
73 | base col 1 | dcol 2 | table | table |diff|flip|
183 inline int convertDiff(int base, int diff) { argument
184 return convert5To8((0x1f & base) + kLookup[0x7 & diff]);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtstnorm.cpp1379 UnicodeSet diff, skipSets[UNORM_MODE_COUNT], expectSets[UNORM_MODE_COUNT]; local
1406 (diff=skipSets[i]).removeAll(expectSets[i]).toPattern(pattern, TRUE);
1411 (diff=expectSets[i]).removeAll(skipSets[i]).toPattern(pattern, TRUE);
H A Dtzfmttst.cpp306 int32_t diff = outOffset - inOffset; local
308 diff = (diff / 60000) * 60000;
310 if (diff != 0) {
527 + ", text=" + text + ", time=" + testTimes[testidx] + ", restime=" + parsedDate + ", diff=" + (parsedDate - testTimes[testidx]);
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzdump.c676 long diff; local
689 diff = (long) (hit - lot);
690 if (diff < 2)
693 t += diff / 2;
874 long diff; local
887 diff = (long) (hit - lot);
888 if (diff < 2)
891 t += diff / 2;
/external/chromium_org/third_party/libevent/test/
H A Dregress.c188 int diff; local
196 diff = tv.tv_sec*1000 + tv.tv_usec/1000 - SECONDS * 1000;
197 if (diff < 0)
198 diff = -diff;
200 if (diff < 100)
/external/chromium_org/third_party/libwebp/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/chromium_org/third_party/libwebp/enc/
H A Dhistogram.c593 const uint32_t diff = local
595 const uint32_t idx2 = (idx1 + diff + 1) % image_histo_size;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state.c675 boolean diff = TRUE; local
698 diff = FALSE;
703 diff = memcmp(old->data, ibuf->data, ibuf->b.b.width0);
709 diff = i915->current.num_user_constants[shader] != 0;
715 if (diff)
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DomxSP_FFTFwd_RToCCS_S16_Sfs_s.S68 #define diff r9 define
194 SUBS diff,scale,order
195 M_STR diff,diffOnStack
235 SUBS diff, scale, order @ scale > order
249 CMP diff,#0
250 M_STR diff, diffOnStack
302 SUB diff,order,scale
303 TST diff,#0x01
304 ADDEQ count,scale,diff,LSR #1 @ count = scale + (order - scale)/2
313 CMP diff,#
[all...]
/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_encoder.c186 opus_val32 diff; local
197 diff = SUB32(EXTEND32(a),EXTEND32(b));
200 diff = SUB32(EXTEND32(b),EXTEND32(a));
202 if (diff >= QCONST16(8.f, DB_SHIFT))
205 low = SHR32(diff, DB_SHIFT-1);
206 frac = SHL16(diff - SHL16(low, DB_SHIFT-1), 16-DB_SHIFT);
208 low = (int)floor(2*diff);
209 frac = 2*diff - low;
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient_gpu.cpp47 SkPoint diff = center2 - center1; local
48 SkScalar diffLen = diff.length();
52 rot.setSinCos(-SkScalarMul(invDiffLen, diff.fY),
53 SkScalarMul(invDiffLen, diff.fX));
198 SkPoint diff = center2 - center1; local
199 SkScalar diffLen = diff.length();
476 SkPoint diff = center2 - center1; local
477 SkScalar diffLen = diff.length();
684 SkPoint diff = center2 - center1; local
685 SkScalar diffLen = diff
933 SkPoint diff = center2 - center1; local
1169 SkPoint diff = center2 - center1; local
[all...]
/external/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/skia/third_party/lua/src/
H A Dlstrlib.c920 lua_Number diff = n - (lua_Number)ni; local
921 luaL_argcheck(L, -1 < diff && diff < 1, arg,
930 lua_Number diff = n - (lua_Number)ni; local
931 luaL_argcheck(L, -1 < diff && diff < 1, arg,
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_cc_functions.c2061 uint32_t diff = htcp_cong_time(ca); local
2063 if (diff > (uint32_t)hz) {
2064 diff -= hz;
2065 factor = 1+ ( 10*diff + ((diff/2)*(diff/2)/hz))/hz;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddefines.h167 int16_t diff; member in struct:iLBC_Enc_Inst_t_
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_framework.h74 T diff = (*it - mean); local
75 variance_ += diff * diff;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_buffer.cc328 int64_t diff = now - time_last_incoming_frame_count_; local
329 if (diff < 1000 && incoming_frame_rate_ > 0 && incoming_bit_rate_ > 0) {
338 if (diff <= 0) {
339 diff = 1;
342 float rate = 0.5f + ((incoming_frame_count_ * 1000.0f) / diff);
361 static_cast<unsigned int>(diff));
/external/chromium_org/ui/events/
H A Devent.h295 gfx::Vector2d diff = gfx::ToFlooredPoint(location_) - offset; local
296 location_= location_ - diff;
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp405 const Vec2 diff = data[i] - mid; local
407 slopeNumerator += diff.x()*diff.y();
408 slopeDenominator += diff.x()*diff.x();
429 const float diff = estY - data[i].y(); local
430 error += diff*diff;
448 const float diff = meanY - data[i].y(); local
449 error += diff*dif
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp193 float diff = zFar - zNear; local
194 c.color.xyz() = tcu::Vec3(zNear, zFar, diff*0.5f + 0.5f);
241 src << "\t" << (m_isVertexCase ? "v_color" : "o_color") << " = vec4(gl_DepthRange.near, gl_DepthRange.far, gl_DepthRange.diff*0.5 + 0.5, 1.0);\n";

Completed in 673 milliseconds

<<11121314151617181920>>