Searched defs:pp (Results 1 - 25 of 332) sorted by relevance

1234567891011>>

/external/boringssl/src/crypto/x509/
H A Di2d_pr.c66 int i2d_PrivateKey(const EVP_PKEY *a, uint8_t **pp) argument
70 return i2d_RSAPrivateKey(a->pkey.rsa, pp);
72 return i2d_ECPrivateKey(a->pkey.ec, pp);
74 return i2d_DSAPrivateKey(a->pkey.dsa, pp);
/external/clang/test/CodeGen/
H A D2002-01-23-LoadQISIReloadFailure.c5 unsigned char *pp; local
8 w_cnt += *pp;
/external/clang/test/CodeGenCXX/
H A Dvirtual-destructor-synthesis.cpp11 pile_box::pile_box(box *pp) argument
/external/clang/test/Parser/
H A Dnamelookup-bug-1.c6 struct Object *pp; variable in typeref:struct:Object
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/sub/
H A DPublicSubclass.java7 @Inject public PublicSubclass(PackagePrivate pp) { argument
8 super(pp);
H A DPublicSubclass2.java7 @Inject public PublicSubclass2(PackagePrivateContainer.PublicEnclosed pp) { argument
8 super(pp);
/external/libpng/contrib/intel/
H A Dintel_init.c22 png_init_filter_functions_sse2(png_structp pp, unsigned int bpp) argument
35 pp->read_filter[PNG_FILTER_VALUE_SUB-1] = png_read_filter_row_sub3_sse2;
36 pp->read_filter[PNG_FILTER_VALUE_AVG-1] = png_read_filter_row_avg3_sse2;
37 pp->read_filter[PNG_FILTER_VALUE_PAETH-1] =
42 pp->read_filter[PNG_FILTER_VALUE_SUB-1] = png_read_filter_row_sub4_sse2;
43 pp->read_filter[PNG_FILTER_VALUE_AVG-1] = png_read_filter_row_avg4_sse2;
44 pp->read_filter[PNG_FILTER_VALUE_PAETH-1] =
/external/libpng/intel/
H A Dintel_init.c21 png_init_filter_functions_sse2(png_structp pp, unsigned int bpp) argument
34 pp->read_filter[PNG_FILTER_VALUE_SUB-1] = png_read_filter_row_sub3_sse2;
35 pp->read_filter[PNG_FILTER_VALUE_AVG-1] = png_read_filter_row_avg3_sse2;
36 pp->read_filter[PNG_FILTER_VALUE_PAETH-1] =
41 pp->read_filter[PNG_FILTER_VALUE_SUB-1] = png_read_filter_row_sub4_sse2;
42 pp->read_filter[PNG_FILTER_VALUE_AVG-1] = png_read_filter_row_avg4_sse2;
43 pp->read_filter[PNG_FILTER_VALUE_PAETH-1] =
/external/pdfium/third_party/libpng16/contrib/intel/
H A Dintel_init.c22 png_init_filter_functions_sse2(png_structp pp, unsigned int bpp) argument
35 pp->read_filter[PNG_FILTER_VALUE_SUB-1] = png_read_filter_row_sub3_sse2;
36 pp->read_filter[PNG_FILTER_VALUE_AVG-1] = png_read_filter_row_avg3_sse2;
37 pp->read_filter[PNG_FILTER_VALUE_PAETH-1] =
42 pp->read_filter[PNG_FILTER_VALUE_SUB-1] = png_read_filter_row_sub4_sse2;
43 pp->read_filter[PNG_FILTER_VALUE_AVG-1] = png_read_filter_row_avg4_sse2;
44 pp->read_filter[PNG_FILTER_VALUE_PAETH-1] =
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DDirectiveHandlerBase.cpp17 namespace pp namespace
24 } // namespace pp
H A DDirectiveHandlerBase.h20 namespace pp namespace
49 } // namespace pp
H A DLexer.cpp17 namespace pp namespace
24 } // namespace pp
H A DLexer.h18 namespace pp namespace
31 } // namespace pp
H A DPreprocessor.h22 namespace pp namespace
68 } // namespace pp
/external/compiler-rt/test/tsan/
H A Dmalloc_stack.cc8 int *pp = __c11_atomic_load(&p, __ATOMIC_RELAXED); local
9 *pp = 42;
/external/compiler-rt/test/asan/TestCases/
H A Dmax_redzone.cc18 void *pp[10000]; local
20 pp[i] = malloc(4096 - 64);
23 free(pp[i]);
/external/compiler-rt/test/lsan/TestCases/
H A Dstale_stack_leak.cc10 void **pp; variable
20 pp = &locals[0];
36 fprintf(stderr, "Value after LSan: %p.\n", *pp);
/external/libpng/arm/
H A Darm_init.c57 png_init_filter_functions_neon(png_structp pp, unsigned int bpp) argument
71 switch ((pp->options >> PNG_ARM_NEON) & 3)
85 no_neon = !png_have_neon(pp);
116 pp->read_filter[PNG_FILTER_VALUE_UP-1] = png_read_filter_row_up_neon;
120 pp->read_filter[PNG_FILTER_VALUE_SUB-1] = png_read_filter_row_sub3_neon;
121 pp->read_filter[PNG_FILTER_VALUE_AVG-1] = png_read_filter_row_avg3_neon;
122 pp->read_filter[PNG_FILTER_VALUE_PAETH-1] =
128 pp->read_filter[PNG_FILTER_VALUE_SUB-1] = png_read_filter_row_sub4_neon;
129 pp->read_filter[PNG_FILTER_VALUE_AVG-1] = png_read_filter_row_avg4_neon;
130 pp
[all...]
/external/libpng/mips/
H A Dmips_init.c58 png_init_filter_functions_msa(png_structp pp, unsigned int bpp) argument
67 switch ((pp->options >> PNG_MIPS_MSA) & 3)
81 no_msa = !png_have_msa(pp);
112 pp->read_filter[PNG_FILTER_VALUE_UP-1] = png_read_filter_row_up_msa;
116 pp->read_filter[PNG_FILTER_VALUE_SUB-1] = png_read_filter_row_sub3_msa;
117 pp->read_filter[PNG_FILTER_VALUE_AVG-1] = png_read_filter_row_avg3_msa;
118 pp->read_filter[PNG_FILTER_VALUE_PAETH-1] = png_read_filter_row_paeth3_msa;
123 pp->read_filter[PNG_FILTER_VALUE_SUB-1] = png_read_filter_row_sub4_msa;
124 pp->read_filter[PNG_FILTER_VALUE_AVG-1] = png_read_filter_row_avg4_msa;
125 pp
[all...]
/external/libpng/powerpc/
H A Dpowerpc_init.c54 png_init_filter_functions_vsx(png_structp pp, unsigned int bpp) argument
63 switch ((pp->options >> PNG_POWERPC_VSX) & 3)
77 no_vsx = !png_have_vsx(pp);
108 pp->read_filter[PNG_FILTER_VALUE_UP-1] = png_read_filter_row_up_vsx;
112 pp->read_filter[PNG_FILTER_VALUE_SUB-1] = png_read_filter_row_sub3_vsx;
113 pp->read_filter[PNG_FILTER_VALUE_AVG-1] = png_read_filter_row_avg3_vsx;
114 pp->read_filter[PNG_FILTER_VALUE_PAETH-1] = png_read_filter_row_paeth3_vsx;
119 pp->read_filter[PNG_FILTER_VALUE_SUB-1] = png_read_filter_row_sub4_vsx;
120 pp->read_filter[PNG_FILTER_VALUE_AVG-1] = png_read_filter_row_avg4_vsx;
121 pp
[all...]
/external/pdfium/third_party/libpng16/arm/
H A Darm_init.c57 png_init_filter_functions_neon(png_structp pp, unsigned int bpp) argument
71 switch ((pp->options >> PNG_ARM_NEON) & 3)
85 no_neon = !png_have_neon(pp);
116 pp->read_filter[PNG_FILTER_VALUE_UP-1] = png_read_filter_row_up_neon;
120 pp->read_filter[PNG_FILTER_VALUE_SUB-1] = png_read_filter_row_sub3_neon;
121 pp->read_filter[PNG_FILTER_VALUE_AVG-1] = png_read_filter_row_avg3_neon;
122 pp->read_filter[PNG_FILTER_VALUE_PAETH-1] =
128 pp->read_filter[PNG_FILTER_VALUE_SUB-1] = png_read_filter_row_sub4_neon;
129 pp->read_filter[PNG_FILTER_VALUE_AVG-1] = png_read_filter_row_avg4_neon;
130 pp
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/support/
H A DA.java21 private static P pp = new P(); field in class:A
24 pp.setClazz(getClass());
28 return pp.findProp(key);
/external/clang/lib/Lex/
H A DPreprocessorLexer.cpp22 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) argument
23 : PP(pp), FID(fid), InitialNumSLocEntries(0),
26 if (pp)
27 InitialNumSLocEntries = pp->getSourceManager().local_sloc_entry_size();
/external/clang/test/Analysis/diagnostics/
H A Dderef-track-symbolic-region.c12 void test(struct S syz, int *pp) { argument
27 void testTrackConstraintBRVisitorIsTrackingTurnedOn(struct S syz, int *pp) { argument
/external/clang/test/SemaCXX/
H A Dqualification-conversion.cpp3 int* quals2(int const * const * pp);
6 void test_quals(int * p, int * * pp, int * * * ppp) { argument
7 int const * const * pp2 = pp;
9 quals2(pp);
15 void mquals2(int const A::* const A::*pp);
18 void test_mquals(int A::*p, int A::* A::*pp, int A::* A::* A::*ppp) {
19 int const A::* const A::* pp2 = pp;
21 mquals2(pp);
26 void aquals2(int * const (*pp)[1]);
29 void test_aquals(int (*p)[1], int * (*pp)[ argument
[all...]

Completed in 502 milliseconds

1234567891011>>