Searched refs:c0 (Results 251 - 275 of 277) sorted by relevance

<<1112

/external/llvm/test/MC/ARM/
H A Ddiagnostics.s446 cdp2hi p10, #0, c6, c12, c0, #7
H A Dbasic-thumb2-instructions.s674 ldc2l p8, c0, [r9, #-224]
702 @ CHECK: ldc2l p8, c0, [r9, #-224] @ encoding: [0x59,0xfd,0x38,0x08]
1304 mcr p14, #0, r4, c0, c5
1309 @ CHECK: mcr p14, #0, r4, c0, c5, #0 @ encoding: [0x00,0xee,0x15,0x4e]
1451 mrc2 p8, #7, apsr_nzcv, c15, c0, #1
1458 @ CHECK: mrc2 p8, #7, apsr_nzcv, c15, c0, #1 @ encoding: [0xff,0xfe,0x30,0xf8]
2583 stc2l p8, c0, [r9, #-224]
2611 @ CHECK: stc2l p8, c0, [r9, #-224] @ encoding: [0x49,0xfd,0x38,0x08]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession_unittest.cc866 cricket::Candidate c0 = observer_.mline_0_candidates_[i]; local
869 EXPECT_TRUE(c0.IsEquivalent(c1));
871 EXPECT_FALSE(c0.IsEquivalent(c1));
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Daes.c1557 uint32_t c0, c1, c2, c3;
1559 c0 = U0[aes_sbox[expanded_key->round[i].v8[0]]]
1579 expanded_key->round[i].v32[0] = c0;
/external/srtp/crypto/cipher/
H A Daes.c1470 uint32_t c0, c1, c2, c3;
1472 c0 = U0[aes_sbox[expanded_key[i].v8[0]]]
1492 expanded_key[i].v32[0] = c0;
/external/chromium_org/v8/src/
H A Dobjects.cc1014 int c0 = str->Get(0); local
1016 if (c0 == 'U') {
1020 } else if (c0 == 'A' || c0 == 'E' || c0 == 'I' || c0 == 'O') {
1023 (c0 == 'F' || c0 == 'H' || c0 == 'M' || c0
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp601 OuterEdgeDescription (int i, float c0) : constantCoordinateIndex(i), numConstantCoordinateValueChoices(1) { constantCoordinateValueChoices[0] = c0; }
602 OuterEdgeDescription (int i, float c0, float c1) : constantCoordinateIndex(i), numConstantCoordinateValueChoices(2) { constantCoordinateValueChoices[0] = c0; constantCoordinateValueChoices[1] = c1; }
/external/llvm/test/MC/AArch64/
H A Darm64-system-encoding.s46 sys #2, c0, c5, #7
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9070 integerPart c0 = 0; local
9083 c0 = (I == 0) ? cN : c0;
9084 if (!isPowerOf2_64(cN) || c0 != cN || Log2_64(c0) < 1 || Log2_64(c0) > 32)
9087 C = c0;
/external/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c4901 IRTemp c0 = newTemp(Ity_I32); local
4910 assign(c0, unop(Iop_8Uto32, load(Ity_I8, mkexpr(op2addr))));
4914 assign(c0, mkU32(0));
4947 mkexpr(c0), mkU8(24)), binop(Iop_Shl32, mkexpr(c1), mkU8(16))),
4963 IRTemp c0 = newTemp(Ity_I32); local
4972 assign(c0, unop(Iop_8Uto32, load(Ity_I8, mkexpr(op2addr))));
4976 assign(c0, mkU32(0));
5009 mkexpr(c0), mkU8(24)), binop(Iop_Shl32, mkexpr(c1), mkU8(16))),
5025 IRTemp c0 = newTemp(Ity_I32); local
5034 assign(c0, uno
[all...]
H A Dguest_ppc_toIR.c16346 IRTemp c3, c2, c1, c0; local
16349 c3 = c2 = c1 = c0 = IRTemp_INVALID;
16518 breakV128to4x64U( mkexpr(vC), &c3, &c2, &c1, &c0 ); local
16527 assign( z0, binop(Iop_Add64, mkexpr(c0),
16556 breakV128to4x64S( mkexpr(vC), &c3, &c2, &c1, &c0 ); local
16565 assign( z0, binop(Iop_Add64, mkexpr(c0),
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp406 constexpr char c0 = "nought index"[0]; member in namespace:StringLiteral
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1721 const union tgsi_exec_channel *c0,
1731 sampler->get_samples(sampler, s->f, t->f, p->f, c0->f, control, rgba);
1717 fetch_texel( struct tgsi_sampler *sampler, const union tgsi_exec_channel *s, const union tgsi_exec_channel *t, const union tgsi_exec_channel *p, const union tgsi_exec_channel *c0, enum tgsi_sampler_control control, union tgsi_exec_channel *r, union tgsi_exec_channel *g, union tgsi_exec_channel *b, union tgsi_exec_channel *a ) argument
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1721 const union tgsi_exec_channel *c0,
1731 sampler->get_samples(sampler, s->f, t->f, p->f, c0->f, control, rgba);
1717 fetch_texel( struct tgsi_sampler *sampler, const union tgsi_exec_channel *s, const union tgsi_exec_channel *t, const union tgsi_exec_channel *p, const union tgsi_exec_channel *c0, enum tgsi_sampler_control control, union tgsi_exec_channel *r, union tgsi_exec_channel *g, union tgsi_exec_channel *b, union tgsi_exec_channel *a ) argument
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js4494 function cX(a){a=a|0;var b=0;b=i;i=i+a|0;i=i+7>>3<<3;return b|0}function cY(){return i|0}function cZ(a){a=a|0;i=a}function c_(a,b){a=a|0;b=b|0;if((r|0)==0){r=a;s=b}}function c$(a){a=a|0;E=a}function c0(a){a=a|0;F=a}function c1(a){a=a|0;G=a}function c2(a){a=a|0;H=a}function c3(a){a=a|0;I=a}function c (…)
[all...]
/external/libvorbis/
H A Dconfigure13187 char c0 = '\100', c1 = '\200', c2 = '\201';
13188 if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libmtp/
H A Dconfigure14015 char c0 = '\100', c1 = '\200', c2 = '\201';
14016 if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
/external/libogg/
H A Dconfigure13611 char c0 = '\100', c1 = '\200', c2 = '\201';
13612 if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
/external/mdnsresponder/mDNSCore/
H A DmDNS.c2678 mDNSlocal const CacheRecord *FindSPSInCache1(mDNS *const m, const DNSQuestion *const q, const CacheRecord *const c0, const CacheRecord *const c1) argument
2685 if (cr != c0 && cr != c1) // that's not one we've seen before,
/external/bison/build-aux/
H A Dtexinfo.tex8947 \gdef^^c0{\`A}
9067 \gdef^^c0{\'R}
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 3175 milliseconds

<<1112