HomeSort by relevance Sort by last modified time
    Searched refs:pp (Results 201 - 225 of 410) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/openssl/crypto/rsa/
rsa.h 345 int i2d_RSA_NET(const RSA *a, unsigned char **pp,
348 RSA *d2i_RSA_NET(RSA **a, const unsigned char **pp, long length,
352 int i2d_Netscape_RSA(const RSA *a, unsigned char **pp,
355 RSA *d2i_Netscape_RSA(RSA **a, const unsigned char **pp, long length,
  /external/openssl/include/openssl/
rsa.h 345 int i2d_RSA_NET(const RSA *a, unsigned char **pp,
348 RSA *d2i_RSA_NET(RSA **a, const unsigned char **pp, long length,
352 int i2d_Netscape_RSA(const RSA *a, unsigned char **pp,
355 RSA *d2i_Netscape_RSA(RSA **a, const unsigned char **pp, long length,
  /external/oprofile/module/ia64/
op_pmu.c 212 ia64_psr(regs)->pp = 0;
217 __asm__ __volatile__ ("rsm psr.pp;;"::: "memory");
247 /* disable profiling with the psr.pp bit */
278 * On UP kernels, we do not need to constantly set the psr.pp bit
279 * when a task is scheduled. The psr.pp bit can only be changed in
282 * psr.pp from their saved state. There is this no impact on the context switch
302 * update psr.pp
304 ia64_psr(regs)->pp = val;
321 /* The default control register pp value is copied into psr.pp
    [all...]
  /external/libpng/
pngwutil.c 2374 png_bytep rp, dp, pp; local
2388 png_bytep rp, dp, pp; local
2477 png_bytep rp, dp, pp, lp; local
2494 png_bytep rp, dp, pp, lp; local
2589 png_bytep rp, dp, pp, cp, lp; local
2627 png_bytep rp, dp, pp, cp, lp; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwutil.c 2327 png_bytep rp, dp, pp; local
2341 png_bytep rp, dp, pp; local
2430 png_bytep rp, dp, pp, lp; local
2447 png_bytep rp, dp, pp, lp; local
2542 png_bytep rp, dp, pp, cp, lp; local
2580 png_bytep rp, dp, pp, cp, lp; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 1215 SDL_Palette *pp = video->physpal; local
1313 SDL_Palette *pp = SDL_malloc(sizeof(*pp)); local
    [all...]
  /external/mksh/src/
main.c 1680 struct tbl *tblp, **pp; local
1741 struct tbl **pp, *p; local
1765 struct tbl **pp, *p; local
    [all...]
  /external/clang/lib/Lex/
TokenConcatenation.cpp 49 const LangOptions &LangOpts = PP.getLangOpts();
54 SourceManager &SM = PP.getSourceManager();
63 unsigned length = PP.getSpelling(Tok, TokPtr);
67 return IsStringPrefix(StringRef(PP.getSpelling(Tok)), LangOpts.CPlusPlus11);
70 TokenConcatenation::TokenConcatenation(Preprocessor &pp) : PP(pp) {
90 if (PP.getLangOpts().CPlusPlus11) {
121 static char GetFirstChar(Preprocessor &PP, const Token &Tok) {
129 SourceManager &SM = PP.getSourceManager()
    [all...]
  /external/icu4c/test/intltest/
incaltst.cpp 523 ParsePosition pp; local
524 fmt->parse(expected, *cal2, pp);
554 ParsePosition pp; local
555 fmt->parse(expected, *cal2, pp);
643 ParsePosition pp=0; local
644 fmt->parse(samplestr, *cal2, pp);
683 ParsePosition pp=0; local
684 fmt->parse(samplestr, *cal2, pp);
    [all...]
sdtfmtts.cpp 267 ParsePosition pp(0);
268 UDate udDate = object.parse("2007W014", pp);
  /external/oprofile/
Makefile.am 18 pp \
  /frameworks/rs/
rsg.spec 80 param RsPathPrimitive pp
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 265 #define POOLPTR(pp) ((pktpool_t *)(pp))
266 #define pktpool_len(pp) (POOLPTR(pp)->len - 1)
267 #define pktpool_plen(pp) (POOLPTR(pp)->plen)
268 #define pktpool_maxlen(pp) (POOLPTR(pp)->maxlen)
  /libcore/luni/src/test/java/tests/security/cert/
PKIXBuilderParametersTest.java 135 PKIXBuilderParameters pp = local
141 Set returnedSet = pp.getTrustAnchors();
  /external/libvpx/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_partitions_armv5.asm 114 ldr r9, [r1, #tokenextra_context_tree] ; pp
134 ldrb r4, [r9, lr, asr #1] ; pp [i>>1]
141 mul r6, r4, r7 ; ((range-1) * pp[i>>1]))
149 add r4, r7, r6, lsr #8 ; 1 + (((range-1) * pp[i>>1]) >> 8)
242 ldrb r4, [r9, lr, asr #1] ; pp[i>>1]
245 mul r6, r4, r7 ; (range-1) * pp[i>>1]
250 add r4, r7, r6, lsr #8 ; split = 1 + (((range-1) * pp[i>>1]) >> 8)
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c 453 UINT8 *pp = (UINT8 *)p_attr->p_uuid; local
461 STREAM_TO_UINT16(p_uuid->uu.uuid16, pp);
465 memcpy(p_uuid->uu.uuid128, pp, LEN_UUID_128);
622 UINT8 i = 0, *pp = p_attr->value; local
632 STREAM_TO_UINT16(handle, pp);
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 71 const Preprocessor &PP) {
73 llvm::sys::path::parent_path(prefix), PP);
74 createPlistDiagnosticConsumer(AnalyzerOpts, C, prefix, PP);
140 const Preprocessor &PP;
168 AnalysisConsumer(const Preprocessor& pp,
173 Ctx(0), PP(pp), OutDir(outdir), Opts(opts), Plugins(plugins) {
188 PathConsumers.push_back(new ClangDiagPathDiagConsumer(PP.getDiagnostics()));
194 case PD_##NAME: CREATEFN(*Opts.getPtr(), PathConsumers, OutDir, PP);\
201 createTextPathDiagnosticConsumer(*Opts.getPtr(), PathConsumers, "", PP);
    [all...]
  /external/freetype/src/pfr/
pfrload.c 39 pfr_extra_items_skip( FT_Byte* *pp,
42 return pfr_extra_items_parse( pp, limit, NULL, NULL );
47 pfr_extra_items_parse( FT_Byte* *pp,
53 FT_Byte* p = *pp;
89 *pp = p;
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 299 ParsePosition pp(parsePos);
305 fmt->parse(src.unicodeString(), res, pp);
307 if (pp.getErrorIndex() == -1) {
308 env->CallVoidMethod(position, gPP_setIndex, pp.getIndex());
310 env->CallVoidMethod(position, gPP_setErrorIndex, pp.getErrorIndex());
  /external/freetype/src/autofit/
aflatin.c 259 FT_Int pp; local
272 for ( pp = first; pp <= last; pp++ )
273 if ( best_point < 0 || points[pp].y > best_y )
275 best_point = pp;
276 best_y = points[pp].y;
281 for ( pp = first; pp <= last; pp++
    [all...]
aflatin2.c 252 FT_Int pp; local
265 for ( pp = first; pp <= last; pp++ )
266 if ( best_point < 0 || points[pp].y > best_y )
268 best_point = pp;
269 best_y = points[pp].y;
274 for ( pp = first; pp <= last; pp++
    [all...]
  /external/valgrind/main/coregrind/
m_redir.c 349 UChar** pp = sec_names; local
350 while (*pp) { n_req++; pp++; }
355 pp = sec_names;
356 while (*pp) { arr[i++] = *pp; pp++; }
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl2Test.java 230 KeyStore.PasswordProtection pp = new KeyStore.PasswordProtection( local
233 keyS.getEntry(alias, pp);
256 keyS.setEntry(alias, entry, pp);
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 41 const Preprocessor &PP;
43 HTMLDiagnostics(const std::string& prefix, const Preprocessor &pp);
72 const Preprocessor &pp)
74 PP(pp) {
82 const Preprocessor &PP) {
83 C.push_back(new HTMLDiagnostics(prefix, PP));
136 Rewriter R(const_cast<SourceManager&>(SMgr), PP.getLangOpts());
157 html::SyntaxHighlight(R, FID, PP);
158 html::HighlightMacros(R, FID, PP);
    [all...]
  /external/qemu/telephony/
gsm.c 384 utf8_next( cbytes_t *pp, cbytes_t end )
386 cbytes_t p = *pp;
405 *pp = p;

Completed in 1340 milliseconds

1 2 3 4 5 6 7 891011>>