Searched defs:qq (Results 1 - 21 of 21) sorted by relevance

/external/clang/test/Analysis/
H A Dstack-block-returned.cpp7 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 Dheadersearch.cpp34 void qq(orig_sub*) {all();} function
H A Dmissing-file.cpp17 void qq(S*) {} function
/external/clang/test/CXX/expr/expr.unary/expr.sizeof/
H A Dp1.cpp38 ABC<int> qq; member in namespace:pr16992
/external/clang/test/Sema/
H A Ddecl-in-prototype.c35 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/valgrind/main/VEX/useful/
H A Dfspill.c4 double qq ( void ) function
16 double r = qq();
H A Dhd_fpu.c496 void fp_calc_fprem ( Int* qq, double* result, double st_0, double st_1 ) argument
500 *qq = - (Int)floor(-tmp);
502 *qq = (Int)floor(tmp);
503 *result = st_0 - (st_1 * (double)(*qq));
1018 Int qq; local
1022 fp_calc_fprem( &qq, &vd_dst,
1024 fp_set_statusword_flag_to(FP_F_C0, (qq & 4) ? 1 : 0);
1025 fp_set_statusword_flag_to(FP_F_C1, (qq & 1) ? 1 : 0);
1027 fp_set_statusword_flag_to(FP_F_C3, (qq & 2) ? 1 : 0);
/external/qemu/android/
H A Dhw-control.c106 char* qq = strchr((const char*)q, ':'); local
108 if (qq == NULL) {
112 *qq++ = 0;
113 value = atoi(qq);
/external/clang/test/CodeGenCXX/
H A Dpointers-to-data-members.cpp247 int qq; member in struct:PR13097::A
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_ble.c818 UINT16 qq, yy, qq_remainder; local
862 qq = qq_remainder = 1;
869 qq = low_quota / num_lowpri_links;
877 qq = qq_remainder = 1;
879 L2CAP_TRACE_EVENT ("l2c_ble_link_adjust_allocation num_hipri: %u num_lowpri: %u low_quota: %u round_robin_quota: %u qq: %u",
881 l2cb.ble_round_robin_quota, qq);
897 if (( p_lcb->link_xmit_quota > 0 )&&( qq == 0 ))
900 p_lcb->link_xmit_quota = qq;
H A Dl2c_link.c703 UINT16 qq, yy, qq_remainder; local
746 qq = qq_remainder = 1;
753 qq = low_quota / num_lowpri_links;
761 qq = qq_remainder = 1;
764 L2CAP_TRACE_EVENT ("l2c_link_adjust_allocation num_hipri: %u num_lowpri: %u low_quota: %u round_robin_quota: %u qq: %u",
766 l2cb.round_robin_quota, qq);
782 if (( p_lcb->link_xmit_quota > 0 )&&( qq == 0 ))
785 p_lcb->link_xmit_quota = qq;
/external/opencv/cv/src/
H A Dcvcontourtree.cpp599 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 Dconstant-expression-cxx11.cpp46 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/mksh/src/
H A Dvar.c614 const char *qq = s; local
618 i += utf_widthadj(qq, &qq);
619 /* strip trailing spaces (AT&T uses qq[-1] == ' ') */
620 while (qq > s && ksh_isspace(qq[-1])) {
621 --qq;
/external/opencv/cxcore/src/
H A Dcxutils.cpp474 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/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp1543 Cluster** const qq = new Cluster* [n]; local
1544 Cluster** q = qq;
1554 m_clusters = qq;
1569 Cluster** const qq = q - 1;
1570 assert((*qq)->m_index < 0);
1572 *q = *qq;
1573 q = qq;
1597 Cluster** const qq = new Cluster* [n]; local
1598 Cluster** q = qq;
1608 m_clusters = qq;
1621 Cluster** const qq = q - 1; local
2201 CuePoint** const qq = new CuePoint* [n]; local
[all...]
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp880 static void sampleTexture (const SurfaceAccess& dst, const tcu::TextureCubeArrayView& src, const tcu::Vec4& sq, const tcu::Vec4& tq, const tcu::Vec4& rq, const tcu::Vec4& qq, const ReferenceParams& params) argument
889 tcu::Vec3 triQ[2] = { qq.swizzle(0, 1, 2), qq.swizzle(3, 2, 1) };
932 tcu::Vec4 qq = tcu::Vec4(texCoord[0+3], texCoord[4+3], texCoord[8+3], texCoord[12+3]); local
934 sampleTexture(dst, src, sq, tq, rq, qq, params);
2625 const tcu::Vec4 qq = tcu::Vec4(texCoord[0+3], texCoord[4+3], texCoord[8+3], texCoord[12+3]); local
2636 const tcu::Vec3 triQ[2] = { qq.swizzle(0, 1, 2), qq.swizzle(3, 2, 1) };
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp1732 Cluster** const qq = new Cluster*[n]; local
1733 Cluster** q = qq;
1743 m_clusters = qq;
1760 Cluster** const qq = q - 1;
1761 assert((*qq)->m_index < 0);
1763 *q = *qq;
1764 q = qq;
1791 Cluster** const qq = new Cluster*[n]; local
1792 Cluster** q = qq;
1802 m_clusters = qq;
1816 Cluster** const qq = q - 1; local
2473 CuePoint** const qq = new CuePoint*[n]; local
[all...]
/external/libvpx/libwebm/
H A Dmkvparser.cpp1545 Cluster** const qq = new Cluster* [n]; local
1546 Cluster** q = qq;
1556 m_clusters = qq;
1571 Cluster** const qq = q - 1;
1572 assert((*qq)->m_index < 0);
1574 *q = *qq;
1575 q = qq;
1599 Cluster** const qq = new Cluster* [n]; local
1600 Cluster** q = qq;
1610 m_clusters = qq;
1623 Cluster** const qq = q - 1; local
2203 CuePoint** const qq = new CuePoint* [n]; local
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_arm64_defs.c6389 UInt qq = qregNo(i->ARM64in.VQfromXX.rQ); local
6393 *p++ = 0x4E081C00 | X_2_6_2_12_5_5(0,0,0,0,xlo,qq);
6394 *p++ = 0x4E181C00 | X_2_6_2_12_5_5(0,0,0,0,xhi,qq);
/external/mdnsresponder/mDNSCore/
H A DmDNS.c8694 DNSQuestion *qq; local
8698 for (qq = m->NewQuestions; qq; qq=qq->next) if (qq == question) break;
8701 if (status == mStatus_NoError && !qq)

Completed in 525 milliseconds