/external/clang/test/SemaCXX/ |
H A D | cxx11-ast-print.cpp | 35 // CHECK: const char *p8 = 4.9_quux; 36 const char *p8 = 4.9_quux; variable
|
H A D | err_reference_bind_drops_quals.cpp | 15 ptr& p8 = crvp; // expected-error {{drops 'const', 'restrict', and 'volatile' qualifiers}} local
|
/external/flac/libFLAC/include/private/ |
H A D | md5.h | 32 FLAC__byte *p8; member in union:__anon7268
|
/external/llvm/unittests/ADT/ |
H A D | MakeUniqueTest.cpp | 52 auto p8 = make_unique<std::tuple<int, int, int, int, int, int, int, int>>( local 54 EXPECT_TRUE((bool)p8); 55 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4, 5, 6, 7), *p8);
|
/external/boringssl/src/crypto/x509/ |
H A D | x509.c | 108 X509_ALGOR **pa, PKCS8_PRIV_KEY_INFO *p8) { 110 *ppkalg = p8->pkeyalg->algorithm; 113 if (p8->pkey->type == V_ASN1_OCTET_STRING) { 114 p8->broken = PKCS8_OK; 116 *pk = p8->pkey->value.octet_string->data; 117 *ppklen = p8->pkey->value.octet_string->length; 119 } else if (p8->pkey->type == V_ASN1_SEQUENCE) { 120 p8->broken = PKCS8_NO_OCTET; 122 *pk = p8->pkey->value.sequence->data; 123 *ppklen = p8 107 PKCS8_pkey_get0(ASN1_OBJECT **ppkalg, const uint8_t **pk, int *ppklen, X509_ALGOR **pa, PKCS8_PRIV_KEY_INFO *p8) argument [all...] |
H A D | x_all.c | 390 X509_SIG *d2i_PKCS8_fp(FILE *fp, X509_SIG **p8) argument 392 return ASN1_d2i_fp_of(X509_SIG, X509_SIG_new, d2i_X509_SIG, fp, p8); 395 int i2d_PKCS8_fp(FILE *fp, X509_SIG *p8) argument 397 return ASN1_i2d_fp_of(X509_SIG, i2d_X509_SIG, fp, p8); 401 X509_SIG *d2i_PKCS8_bio(BIO *bp, X509_SIG **p8) argument 403 return ASN1_d2i_bio_of(X509_SIG, X509_SIG_new, d2i_X509_SIG, bp, p8); 406 int i2d_PKCS8_bio(BIO *bp, X509_SIG *p8) argument 408 return ASN1_i2d_bio_of(X509_SIG, i2d_X509_SIG, bp, p8);
|
/external/valgrind/memcheck/tests/ |
H A D | atomic_incs.c | 717 char* p8; local 733 p8 = (char*)(page+0); 738 assert( IS_8_ALIGNED(p8) ); 745 *p8 = 0; 760 atomic_add_8bit(p8, 1); 775 atomic_add_8bit(p8, 1); 788 (int)(*(signed char*)p8), (int)(*p16), *p32, *p64 ); 790 if (-74 == (int)(*(signed char*)p8)
|
H A D | leak-cases.c | 15 // p8 -?-> AAA -?-> BBB (y)DR, (n)DL / P (y,y)IR, (n,y)IL, (_,n)DL / P 65 Node* p8; variable 87 p8 = mk(mk(NULL)); // Case 8: 16/1 possibly lost 88 (p8->next)++; // 16/1 possibly lost 89 p8++;
|
/external/boringssl/src/crypto/pem/ |
H A D | pem_pk8.c | 114 X509_SIG *p8; local 136 p8 = PKCS8_encrypt(nid, enc, kstr, klen, NULL, 0, 0, p8inf); 141 ret = i2d_PKCS8_bio(bp, p8); 143 ret = PEM_write_bio_PKCS8(bp, p8); 144 X509_SIG_free(p8); 160 X509_SIG *p8 = NULL; local 164 p8 = d2i_PKCS8_bio(bp, NULL); 165 if (!p8) 174 X509_SIG_free(p8); 177 p8inf = PKCS8_decrypt(p8, psbu [all...] |
H A D | pem_pkey.c | 99 X509_SIG *p8; local 102 p8 = d2i_X509_SIG(NULL, &p, len); 103 if (!p8) 112 X509_SIG_free(p8); 115 p8inf = PKCS8_decrypt(p8, psbuf, klen); 116 X509_SIG_free(p8);
|
/external/webrtc/webrtc/base/ |
H A D | refcount.h | 71 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) argument 72 : T(p1, p2, p3, p4, p5, p6, p7, p8), ref_count_(0) { 78 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9) 79 : T(p1, p2, p3, p4, p5, p6, p7, p8, p9), ref_count_(0) { 85 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10) 86 : T(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10), ref_count_(0) { 93 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10, 95 : T(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11), ref_count_(0) { 77 RefCountedObject( P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9) argument 84 RefCountedObject( P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10) argument 92 RefCountedObject( P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10, P11 p11) argument
|
H A D | bind.h | 1115 P8 p8) 1125 p8_(p8) {} 1163 P8 p8) 1172 p8_(p8) {} 1211 typename detail::identity<P8>::type p8) { 1213 P8>(method, object, p1, p2, p3, p4, p5, p6, p7, p8); 1239 typename detail::identity<P8>::type p8) { 1241 P7, P8>(method, object, p1, p2, p3, p4, p5, p6, p7, p8); 1267 typename detail::identity<P8>::type p8) { 1270 p8); 1106 MethodFunctor8(MethodT method, ObjectT* object, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) argument 1155 Functor8(const FunctorT& functor, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) argument 1315 MethodFunctor9(MethodT method, ObjectT* object, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9) argument 1368 Functor9(const FunctorT& functor, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9) argument 1428 typename detail::identity<P8>::type p8, member in namespace:rtc 1470 typename detail::identity<P8>::type p8, member in namespace:rtc 1501 typename detail::identity<P8>::type p8, member in namespace:rtc 1530 typename detail::identity<P8>::type p8, member in namespace:rtc [all...] |
/external/clang/test/CXX/lex/lex.charset/ |
H A D | p2-cxx11.cpp | 41 const char16_t *p8 = u"foo \U0000dfff bar"; // expected-error {{invalid universal character}} variable
|
/external/icu/icu4c/source/tools/toolutil/ |
H A D | writesrc.cpp | 111 const uint8_t *p8; local 117 p8=NULL; 122 p8=(const uint8_t *)p; 148 value=p8[i];
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
H A D | manual_constructor.h | 205 const T5& p5, const T6& p6, const T7& p7, const T8& p8) { 206 new (space_) Type(p1, p2, p3, p4, p5, p6, p7, p8); 212 const T5& p5, const T6& p6, const T7& p7, const T8& p8, 214 new (space_) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9); 220 const T5& p5, const T6& p6, const T7& p7, const T8& p8, 222 new (space_) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10); 229 const T5& p5, const T6& p6, const T7& p7, const T8& p8, 231 new (space_) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11); 204 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8) argument 211 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9) argument 219 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9, const T10& p10) argument 228 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9, const T10& p10, const T11& p11) argument
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
H A D | p256-x86_64.c | 132 BN_ULONG p8[P256_LIMBS]; local 149 ecp_nistz256_mul_mont(p8, res, p4); // ff*p 151 ecp_nistz256_sqr_mont(res, p8); 155 ecp_nistz256_mul_mont(p16, res, p8); // ffff*p 187 ecp_nistz256_mul_mont(res, res, p8);
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
H A D | p6.cpp | 75 auto S::*p8 = &S::m; member in class:S::S 82 only<int (S::*)> test8 = p8;
|
/external/tensorflow/tensorflow/core/lib/png/ |
H A D | png_io.cc | 49 static void Convert8to16(const uint8* p8, int num_comps, int p8_row_bytes, argument 60 CPTR_INC(uint8, p8, (height - 1) * p8_row_bytes + (width - 1) * sizeof(*p8)); 63 int bump8 = width * sizeof(*p8) - p8_row_bytes; 66 CPTR_INC(uint8, p8, bump8), PTR_INC(uint16, p16, bump16)) { 67 for (int w = width; w-- != 0; --p8, --p16) { 68 uint32 pix = *p8;
|
/external/icu/icu4c/source/tools/makeconv/ |
H A D | genmbcs.cpp | 1084 uint8_t *p8; local 1098 p8=mbcsData->fromUBytes; 1102 p8+=3; 1107 b=p8[i]; 1114 p8=mbcsData->fromUBytes; 1128 uint16_t *q=(uint16_t *)p8; 1130 b=*p8; 1134 (*q++)=(uint16_t)((p8[1]<<8)|p8[2]); 1137 (*q++)=(uint16_t)(((p8[ [all...] |
/external/dng_sdk/source/ |
H A D | dng_bad_pixels.cpp | 1145 uint16 *p8 = buffer.DirtyPixel_uint16 (row + 4, badRect.l - 4, 0); local 1227 int32 b83 = p8 [3 * cs]; 1228 int32 b85 = p8 [5 * cs]; 1382 int32 b82 = p8 [2 * cs]; 1383 int32 g83 = p8 [3 * cs]; 1384 int32 g85 = p8 [5 * cs]; 1385 int32 b86 = p8 [6 * cs];
|
/external/pdfium/third_party/lcms/src/ |
H A D | cmsopt.c | 844 Prelin8Data* p8; local 846 p8 = (Prelin8Data*)_cmsMallocZero(ContextID, sizeof(Prelin8Data)); 847 if (p8 == NULL) return NULL; 874 p8 ->X0[i] = (p->opta[2] * FIXED_TO_INT(v1)); 875 p8 ->Y0[i] = (p->opta[1] * FIXED_TO_INT(v2)); 876 p8 ->Z0[i] = (p->opta[0] * FIXED_TO_INT(v3)); 879 p8 ->rx[i] = (cmsUInt16Number) FIXED_REST_TO_INT(v1); 880 p8 ->ry[i] = (cmsUInt16Number) FIXED_REST_TO_INT(v2); 881 p8 ->rz[i] = (cmsUInt16Number) FIXED_REST_TO_INT(v3); 884 p8 917 Prelin8Data* p8 = (Prelin8Data*) D; local 1183 Prelin8Data* p8 = PrelinOpt8alloc(OptimizedLUT ->ContextID, local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
H A D | creststn.c | 2875 char *p8; local 2899 p8 = buffer8; 2902 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status); 2904 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status); 2906 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status); 2914 p8 = (char *)malloc(++length8); 2915 if(p8 == NULL) { 2919 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status); 2921 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status); 2923 s8 = ures_getUTF8String(resB, p8, [all...] |
/external/icu/icu4c/source/test/intltest/ |
H A D | rbbitst.cpp | 2863 int p8 = p1; local 2864 while (fSpSet->contains(cAt(p8))) { 2865 p8 = moveBack(p8); 2867 while (fCloseSet->contains(cAt(p8))) { 2868 p8 = moveBack(p8); 2870 if (fATermSet->contains(cAt(p8))) { 2871 p8=p2; 2873 c = cAt(p8); [all...] |
/external/v8/src/crankshaft/ |
H A D | hydrogen.h | 1291 P5 p5, P6 p6, P7 p7, P8 p8) { 1292 return I::New(isolate(), zone(), context(), p1, p2, p3, p4, p5, p6, p7, p8); 1297 I* New(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) { argument 1298 return I::New(isolate(), zone(), context(), p1, p2, p3, p4, p5, p6, p7, p8); 1304 P5 p5, P6 p6, P7 p7, P8 p8) { 1305 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6, p7, p8)); 1310 I* Add(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) { argument 1311 return AddInstructionTyped(New<I>(p1, p2, p3, p4, p5, p6, p7, p8)); 1316 I* New(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9) { argument 1317 return I::New(isolate(), zone(), context(), p1, p2, p3, p4, p5, p6, p7, p8, 1290 NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) argument 1303 AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) argument 1323 AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9) argument 1330 Add(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9) argument [all...] |
/external/kotlinc/lib/ |
H A D | kotlin-runtime.jar | META-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ... |