/external/clang/test/Analysis/ |
H A D | stack-block-returned.cpp | 7 const bptr &qq = ^{ i=0; }; // expected-note {{binding reference variable 'qq' here}} local 8 return qq; // expected-error {{returning block that lives on the local stack}}
|
/external/clang/test/PCH/ |
H A D | headersearch.cpp | 36 void qq(orig_sub*) {all();} function
|
H A D | missing-file.cpp | 16 void qq(S*) {} function
|
/external/clang/test/CXX/expr/expr.unary/expr.sizeof/ |
H A D | p1.cpp | 38 ABC<int> qq; member in namespace:pr16992
|
/external/clang/test/CodeGen/ |
H A D | attr-target-x86.c | 19 int __attribute__((target("no-mmx"))) qq(int a) { return 40; } function 35 // CHECK: qq{{.*}} #5
|
H A D | target-builtin-noerror.c | 26 int qq() { function
|
/external/clang/test/Sema/ |
H A D | decl-in-prototype.c | 35 void pr19018_1 (enum e19018 { qq } x); // expected-warning{{declaration of 'enum e19018' will not be visible outside of this function}} 36 enum e19018 qq; //expected-error{{tentative definition has type 'enum e19018' that is never completed}} \ variable in typeref:enum:e19018
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
H A D | get_sync_seq.c | 60 size_t qq = q - 1; local 66 blockStartPos[qq] = blockStartPos[q] - period_q; 68 size_t value = blockStartPos[qq] + 4 * ENH_BLOCKL_HALF; 70 WebRtcIlbcfix_NearestNeighbor(lagBlock + qq, plocs, value, periodl); 74 WebRtcIlbcfix_Refiner(blockStartPos + qq, idata, idatal, centerStartPos, 75 blockStartPos[qq], surround, 76 WebRtcIlbcfix_kEnhWt[qq]);
|
/external/clang/test/CodeGenCXX/ |
H A D | pointers-to-data-members.cpp | 211 int qq; member in struct:PR13097::A
|
/external/syslinux/com32/lib/ |
H A D | vsnprintf.c | 48 char *qq; local 138 qq = q; 144 qq--; 148 *qq = '_'; 151 qq--; 155 *qq = digits[val % base];
|
H A D | vsscanf.c | 54 const char *qq; local 210 val = strntoumax(q, (char **)&qq, base, width); 211 if (qq == q) { 215 q = qq; 330 qq = q; 335 if (q != qq) {
|
/external/opencv/cv/src/ |
H A D | cvcontourtree.cpp | 599 double x13, y13, x12, y12, l_base, nx, ny, qq; local 606 qq = x13 * x13 + y13 * y13; 607 l_base = cvSqrt( (float) (qq) );
|
/external/clang/test/SemaCXX/ |
H A D | constant-expression-cxx11.cpp | 46 constexpr C &qq = d; member in namespace:DerivedToVBaseCast 47 static_assert((void*)&pp != (void*)&qq, ""); 48 static_assert(&(A&)pp == &(A&)qq, ""); 49 static_assert(&(Aa&)pp != &(Aa&)qq, "");
|
/external/opencv/cxcore/src/ |
H A D | cxutils.cpp | 474 double p = 0, q = 0, qq; local 623 *u++ = qq = -p / 2.0 + s; 625 *u++ = qq = -p / 2.0 - s; 627 *u++ = q / qq;
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
H A D | huge_struct.c | 59 uint64_t qq; member in struct:BigStruct 152 retVal.qq, retVal.rr, retVal.ss, retVal.tt, retVal.uu, (unsigned long)retVal.vv, retVal.ww, retVal.xx); 311 retVal.qq, retVal.rr, retVal.ss, retVal.tt, retVal.uu, (unsigned long)retVal.vv, retVal.ww, retVal.xx); 339 retVal.qq, retVal.rr, retVal.ss, retVal.tt, retVal.uu, (unsigned long)retVal.vv, retVal.ww, retVal.xx);
|
/external/deqp/framework/opengl/ |
H A D | gluTextureTestUtil.cpp | 864 static void sampleTextureCubeArray (const tcu::SurfaceAccess& dst, const tcu::TextureCubeArrayView& rawSrc, const tcu::Vec4& sq, const tcu::Vec4& tq, const tcu::Vec4& rq, const tcu::Vec4& qq, const ReferenceParams& params) argument 877 tcu::Vec3 triQ[2] = { qq.swizzle(0, 1, 2), qq.swizzle(3, 2, 1) }; 920 tcu::Vec4 qq = tcu::Vec4(texCoord[0+3], texCoord[4+3], texCoord[8+3], texCoord[12+3]); local 922 sampleTextureCubeArray(dst, src, sq, tq, rq, qq, params); 2191 const tcu::Vec4 qq = tcu::Vec4(texCoord[0+3], texCoord[4+3], texCoord[8+3], texCoord[12+3]); local 2202 const tcu::Vec3 triQ[2] = { qq.swizzle(0, 1, 2), qq.swizzle(3, 2, 1) };
|
/external/mksh/src/ |
H A D | var.c | 667 const char *qq; local 670 qq = utf_skipcols(s, slen, &slen); 672 /* strip trailing spaces (AT&T uses qq[-1] == ' ') */ 673 while (qq > s && ksh_isspace(qq[-1])) { 674 --qq;
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
H A D | mkvparser.cc | 1351 Cluster** const qq = new (std::nothrow) Cluster*[n]; local 1352 if (qq == NULL) 1355 Cluster** q = qq; 1364 m_clusters = qq; 1378 Cluster** const qq = q - 1; local 1379 if ((*qq)->m_index >= 0) 1382 *q = *qq; 1383 q = qq; 1408 Cluster** const qq = new (std::nothrow) Cluster*[n]; local 1409 if (qq 1435 Cluster** const qq = q - 1; local 1911 CuePoint** const qq = new (std::nothrow) CuePoint*[n]; local [all...] |
/external/libvpx/libwebm/mkvparser/ |
H A D | mkvparser.cc | 1350 Cluster** const qq = new (std::nothrow) Cluster*[n]; local 1351 if (qq == NULL) 1354 Cluster** q = qq; 1363 m_clusters = qq; 1377 Cluster** const qq = q - 1; local 1378 if ((*qq)->m_index >= 0) 1381 *q = *qq; 1382 q = qq; 1407 Cluster** const qq = new (std::nothrow) Cluster*[n]; local 1408 if (qq 1434 Cluster** const qq = q - 1; local 1919 CuePoint** const qq = new (std::nothrow) CuePoint*[n]; local [all...] |
/external/valgrind/VEX/priv/ |
H A D | host_arm64_defs.c | 5359 UInt qq = qregEnc(i->ARM64in.VQfromXX.rQ); local 5363 *p++ = 0x4E081C00 | X_2_6_2_12_5_5(0,0,0,0,xlo,qq); 5364 *p++ = 0x4E181C00 | X_2_6_2_12_5_5(0,0,0,0,xhi,qq);
|
/external/mdnsresponder/mDNSCore/ |
H A D | mDNS.c | 8694 DNSQuestion *qq; local 8698 for (qq = m->NewQuestions; qq; qq=qq->next) if (qq == question) break; 8701 if (status == mStatus_NoError && !qq)
|
/external/python/cpython2/Objects/ |
H A D | unicodeobject.c | 2283 const unsigned char *qq; local 2353 for (qq = q; e - qq >= 4; qq += 4) 2354 if (qq[iorder[2]] != 0 || qq[iorder[3]] != 0)
|