Searched defs:cc2 (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Duri.js35 var cc2 = 0x0000; variable
36 var s2 = String.fromCharCode(cc2);
68 assertEquals(cc2, decodeURI(encodeURI(s2)).charCodeAt(0));
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dssim.c68 const static int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
85 c2 = (cc2*count*count)>>12;
123 c2 = cc2*16;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ssim.c47 static const int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
57 c2 = (cc2 * count * count) >> 12;
/external/libvpx/libvpx/vp8/encoder/
H A Dssim.c68 const static int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
85 c2 = (cc2*count*count)>>12;
123 c2 = cc2*16;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ssim.c47 static const int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
57 c2 = (cc2 * count * count) >> 12;
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_browsertest.cc521 base::string16 cc2 = personal_data_manager()->GetCreditCards()[1]->GetRawInfo( local
523 ASSERT_TRUE(autofill::IsValidCreditCardNumber(cc2));
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dcompare.cc222 static const int64 cc2 = 239708; // (64^2*(.03*255)^2 variable
251 const int64 c2 = (cc2 * count * count) >> 12;
/external/chromium_org/third_party/libyuv/source/
H A Dcompare.cc222 static const int64 cc2 = 239708; // (64^2*(.03*255)^2 variable
251 const int64 c2 = (cc2 * count * count) >> 12;
/external/libyuv/files/source/
H A Dcompare.cc472 static const int64 cc2 = 239708; // (64^2*(.03*255)^2 variable
498 const int64 c2 = (cc2 * count * count) >> 12;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtstnorm.cpp1360 int32_t cc2=combineBackCharsAndCc[2*i+1]; local
1361 if(tccc==0 || cc2!=0) {
1365 // System.out.format("remove U+%04x (tccc=%d) + U+%04x (cc=%d)\n", c, tccc, c2, cc2);
/external/icu/icu4c/source/test/intltest/
H A Dtstnorm.cpp1360 int32_t cc2=combineBackCharsAndCc[2*i+1]; local
1361 if(tccc==0 || cc2!=0) {
1365 // System.out.format("remove U+%04x (tccc=%d) + U+%04x (cc=%d)\n", c, tccc, c2, cc2);
/external/chromium_org/net/cookies/
H A Dcookie_monster.cc149 bool CookieSorter(CanonicalCookie* cc1, CanonicalCookie* cc2) { argument
150 if (cc1->Path().length() == cc2->Path().length())
151 return cc1->CreationDate() < cc2->CreationDate();
152 return cc1->Path().length() > cc2->Path().length();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp_unittest.cc908 const IceCandidateCollection* cc2 = desc2.candidates(i); local
909 if (cc1->count() != cc2->count())
913 const IceCandidateInterface* c2 = cc2->at(j);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h347 } cc2; member in struct:brw_cc_unit_state
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h347 } cc2; member in struct:brw_cc_unit_state
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c10647 IRTemp cc2 = newTemp( Ity_I32 ); local
10747 * If QNaN,SNaN, +infinity, -infinity then cc0, cc1 and cc2 are zero
10783 assign( cc2, binop( Iop_Shl32,
10809 mkexpr( cc2 ),

Completed in 2363 milliseconds