Searched defs:qq (Results 1 - 23 of 23) 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.cpp21 void qq(S*) {} function
/external/dropbear/libtommath/
H A Dbn_mp_cnt_lsb.c26 mp_digit q, qq; local
41 qq = q & 15;
42 x += lnz[qq];
44 } while (qq == 0);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebinspector_p.h32 QWebInspectorPrivate(QWebInspector* qq) argument
33 : q(qq)
H A Dqwebpage_p.h70 QtViewportAttributesPrivate(QWebPage::ViewportAttributes* qq) argument
71 : q(qq)
H A Dqwebpage.cpp285 QWebPagePrivate::QWebPagePrivate(QWebPage *qq) argument
286 : q(qq)
/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/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkcontext.cpp39 QWKContextPrivate::QWKContextPrivate(QWKContext* qq) argument
40 : q(qq)
H A Dqwkpage_p.h143 QtViewportAttributesPrivate(QWKPage::ViewportAttributes* qq) argument
144 : q(qq)
H A Dqwkpage.cpp89 QWKPagePrivate::QWKPagePrivate(QWKPage* qq, QWKContext* c) argument
90 : q(qq)
/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_link.c672 UINT16 qq, yy, qq_remainder; local
715 qq = qq_remainder = 0;
722 qq = low_quota / num_lowpri_links;
730 qq = qq_remainder = 0;
733 L2CAP_TRACE_EVENT5 ("l2c_link_adjust_allocation num_hipri: %u num_lowpri: %u low_quota: %u round_robin_quota: %u qq: %u",
735 l2cb.round_robin_quota, qq);
751 if (( p_lcb->link_xmit_quota > 0 )&&( qq == 0 ))
754 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/mksh/src/
H A Dvar.c603 const char *qq = s; local
607 i += utf_widthadj(qq, &qq);
608 /* strip trailing spaces (AT&T uses qq[-1] == ' ') */
609 while (qq > s && ksh_isspace(qq[-1])) {
610 --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/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview.cpp43 QDeclarativeWebViewPrivate(QDeclarativeWebView* qq) argument
44 : q(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/dropbear/libtommath/pre_gen/
H A Dmpi.c1403 mp_digit q, qq; local
1418 qq = q & 15;
1419 x += lnz[qq];
1421 } while (qq == 0);
/external/libvpx/mkvparser/
H A Dmkvparser.cpp1702 Cluster** const qq = new Cluster*[n]; local
1703 Cluster** q = qq;
1713 m_clusters = qq;
1730 Cluster** const qq = q - 1;
1731 assert((*qq)->m_index < 0);
1733 *q = *qq;
1734 q = qq;
1761 Cluster** const qq = new Cluster*[n]; local
1762 Cluster** q = qq;
1772 m_clusters = qq;
1786 Cluster** const qq = q - 1; local
2443 CuePoint** const qq = new CuePoint*[n]; local
[all...]
/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 568 milliseconds