Searched refs:cc2 (Results 1 - 11 of 11) 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/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c134 cc->cc2.bf_stencil_write_mask = ctx->Stencil.WriteMask[back];
135 cc->cc2.bf_stencil_test_mask = ctx->Stencil.ValueMask[back];
147 cc->cc2.logicop_enable = 1;
207 cc->cc2.depth_test = 1;
208 cc->cc2.depth_test_function =
210 cc->cc2.depth_write_enable = ctx->Depth.Mask;
H A Dbrw_structs.h347 } cc2; member in struct:brw_cc_unit_state
/external/libvpx/libvpx/vpx_dsp/
H A Dssim.c68 static const int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
78 c2 = (cc2 * count * count) >> 12;
242 const int64_t c2 = (cc2 * n * n) >> 12;
273 const int64_t c2 = (cc2 * n * n) >> 12;
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dcompare.cc270 static const int64 cc2 = 239708; // (64^2*(.03*255)^2 variable
299 const int64 c2 = (cc2 * count * count) >> 12;
/external/libyuv/files/source/
H A Dcompare.cc237 static const int64 cc2 = 239708; // (64^2*(.03*255)^2 variable
266 const int64 c2 = (cc2 * count * count) >> 12;
/external/icu/icu4c/source/test/intltest/
H A Dtstnorm.cpp1359 int32_t cc2=combineBackCharsAndCc[2*i+1]; local
1360 if(tccc==0 || cc2!=0) {
1364 // System.out.format("remove U+%04x (tccc=%d) + U+%04x (cc=%d)\n", c, tccc, c2, cc2);
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsdp_unittest.cc931 const IceCandidateCollection* cc2 = desc2.candidates(i); local
932 if (cc1->count() != cc2->count())
936 const IceCandidateInterface* c2 = cc2->at(j);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
H A DBasicTest.java2345 int cc2=combineBackCharsAndCc[2*i+1];
2346 if(tccc==0 || cc2!=0) {
2350 // System.out.format("remove U+%04x (tccc=%d) + U+%04x (cc=%d)\n", c, tccc, c2, cc2);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DBasicTest.java2341 int cc2=combineBackCharsAndCc[2*i+1];
2342 if(tccc==0 || cc2!=0) {
2346 // System.out.format("remove U+%04x (tccc=%d) + U+%04x (cc=%d)\n", c, tccc, c2, cc2);
/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c11077 IRTemp cc2 = newTemp( Ity_I32 ); local
11177 * If QNaN,SNaN, +infinity, -infinity then cc0, cc1 and cc2 are zero
11213 assign( cc2, binop( Iop_Shl32,
11239 mkexpr( cc2 ),

Completed in 9698 milliseconds