/external/clang/test/Analysis/ |
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/ |
headersearch.cpp | 34 void qq(orig_sub*) {all();} function
|
missing-file.cpp | 17 void qq(S*) {} function
|
/external/dropbear/libtommath/ |
bn_mp_cnt_lsb.c | 26 mp_digit q, qq; local 41 qq = q & 15; 42 x += lnz[qq]; 44 } while (qq == 0);
|
/external/valgrind/main/VEX/useful/ |
fspill.c | 4 double qq ( void ) function 16 double r = qq();
|
hd_fpu.c | 496 void fp_calc_fprem ( Int* qq, double* result, double st_0, double st_1 ) 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); [all...] |
/external/qemu/android/ |
hw-control.c | 106 char* qq = strchr((const char*)q, ':'); local 108 if (qq == NULL) { 112 *qq++ = 0; 113 value = atoi(qq);
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/ |
SHA1withDSA_SignatureTest.java | 172 final BigInteger qq = q; local 184 BigInteger q = qq; 206 final BigInteger qq = q; 218 BigInteger q = qq; [all...] |
/external/clang/test/CodeGenCXX/ |
pointers-to-data-members.cpp | 247 int qq; member in struct:PR13097::A
|
/system/extras/ksmutils/ |
lookup3.c | 869 uint8_t qq[] = "xThis is the time for all good men to come to the aid of their country..."; local 890 p = &qq[1]; [all...] |
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_link.c | 677 UINT16 qq, yy, qq_remainder; local 720 qq = qq_remainder = 0; 727 qq = low_quota / num_lowpri_links; 735 qq = qq_remainder = 0; 738 L2CAP_TRACE_EVENT5 ("l2c_link_adjust_allocation num_hipri: %u num_lowpri: %u low_quota: %u round_robin_quota: %u qq: %u", 740 l2cb.round_robin_quota, qq); 756 if (( p_lcb->link_xmit_quota > 0 )&&( qq == 0 )) 759 p_lcb->link_xmit_quota = qq; [all...] |
/external/opencv/cv/src/ |
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/ |
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, ""); [all...] |
/external/mksh/src/ |
var.c | 608 const char *qq = s; local 612 i += utf_widthadj(qq, &qq); 613 /* strip trailing spaces (AT&T uses qq[-1] == ' ') */ 614 while (qq > s && ksh_isspace(qq[-1])) { 615 --qq; [all...] |
/external/opencv/cxcore/src/ |
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; [all...] |
/external/libvpx/libwebm/ |
mkvparser.cpp | 1702 Cluster** const qq = new Cluster*[n]; local 1761 Cluster** const qq = new Cluster*[n]; local 1786 Cluster** const qq = q - 1; local 2443 CuePoint** const qq = new CuePoint*[n]; local [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 1403 mp_digit q, qq; local [all...] |
/external/mdnsresponder/mDNSCore/ |
mDNS.c | 8694 DNSQuestion *qq; local [all...] |
/packages/apps/Email/src/com/android/email/provider/ |
EmailProvider.java | 4273 MessageQuery qq = genQueryViewMessage(uiProjection, id); local [all...] |