Searched refs:cc2 (Results 1 - 7 of 7) sorted by relevance

/external/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/v8/src/
H A Duri.js78 function URIEncodePair(cc1 , cc2, result, index) {
82 var y = (cc2 >> 6) & 0xF;
83 var z = cc2 & 63;
197 var cc2 = uri.charCodeAt(k);
198 if (cc2 < 0xDC00 || cc2 > 0xDFFF) throw new $URIError("URI malformed");
199 index = URIEncodePair(cc1, cc2, result, index);
/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/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/net/base/
H A Dcookie_monster.cc105 CookieMonster::CanonicalCookie* cc2) {
106 if (cc1->Path().length() == cc2->Path().length())
107 return cc1->CreationDate() < cc2->CreationDate();
108 return cc1->Path().length() > cc2->Path().length();
104 CookieSorter(CookieMonster::CanonicalCookie* cc1, CookieMonster::CanonicalCookie* cc2) argument
/external/icu4c/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/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c10034 IRTemp cc2 = newTemp( Ity_I32 ); local
10138 * If QNaN,SNaN, +infinity, -infinity then cc0, cc1 and cc2 are zero
10174 assign( cc2, binop( Iop_Shl32,
10200 mkexpr( cc2 ),

Completed in 355 milliseconds