HomeSort by relevance Sort by last modified time
    Searched refs:pp (Results 251 - 275 of 1139) sorted by null

<<11121314151617181920>>

  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
memtoy.c 329 unsigned long *memend, *pp, sink; local
336 for (pp = memp; pp < memend; pp += longs_in_page) {
337 // vprint("%s: touching 0x%lx\n", __FUNCTION__, pp);
345 *pp = (unsigned long)pp;
347 sink = *pp;
  /external/toolchain-utils/cros_utils/
manifest_versions.py 81 pp = path.split('/')
82 new_list = copy.deepcopy(pp)
83 for i, e in enumerate(pp):
101 version = pp[-2] + '.' + small
104 version = pp[-2] + '.' + small
129 pp = path.split('/')
131 version = pp[-2] + '.' + small
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParameterGenerator2Test.java 84 AlgorithmParameterSpec pp = null; local
85 algParGen.init(pp, new SecureRandom());
86 algParGen.init(pp);
88 algParGen.init(pp, null);
92 pp = new tmpAlgorithmParameterSpec("Proba");
93 algParGen.init(pp, new SecureRandom());
94 algParGen.init(pp);
  /external/lzma/C/
XzDec.c 69 static void BraState_Free(void *pp, ISzAlloc *alloc)
71 alloc->Free(alloc, pp);
74 static SRes BraState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAlloc *alloc)
76 CBraState *p = ((CBraState *)pp);
115 static void BraState_Init(void *pp)
117 CBraState *p = ((CBraState *)pp);
126 static SRes BraState_Code(void *pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
129 CBraState *p = ((CBraState *)pp);
229 static void SbState_Free(void *pp, ISzAlloc *alloc)
231 CSbDec *p = (CSbDec *)pp;
    [all...]
  /external/curl/lib/
imap.c 557 return Curl_pp_sendf(&imapc->pp, "%s", resp);
1094 struct pingpong *pp = &imapc->pp; local
1256 struct pingpong *pp = &imapc->pp; local
1407 struct pingpong *pp = &imapc->pp; local
    [all...]
  /external/clang/include/clang/Lex/
PTHLexer.h 64 PTHLexer(Preprocessor& pp, FileID FID, const unsigned char *D,
  /external/e2fsprogs/lib/blkid/
getsize.c 138 struct partition *pp; local
156 pp = &lab.d_partitions[part];
157 if (pp->p_size)
158 return pp->p_size << 9;
  /external/mesa3d/src/gallium/state_trackers/dri/
dri_context.h 58 struct pp_queue_t *pp; member in struct:dri_context
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Macro.cpp 19 namespace pp namespace
51 } // namespace pp
numeric_lex.h 23 namespace pp { namespace
69 } // namespace pp.
  /external/syslinux/core/lwip/src/core/ipv4/
ip_addr.c 158 u32_t *pp = parts; local
196 if (pp >= parts + 3) {
199 *pp++ = val;
214 switch (pp - parts + 1) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PTHLexer.h 64 PTHLexer(Preprocessor& pp, FileID FID, const unsigned char *D,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
PTHLexer.h 64 PTHLexer(Preprocessor& pp, FileID FID, const unsigned char *D,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
PTHLexer.h 64 PTHLexer(Preprocessor& pp, FileID FID, const unsigned char *D,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
PTHLexer.h 64 PTHLexer(Preprocessor& pp, FileID FID, const unsigned char *D,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
PTHLexer.h 64 PTHLexer(Preprocessor& pp, FileID FID, const unsigned char *D,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
PTHLexer.h 64 PTHLexer(Preprocessor& pp, FileID FID, const unsigned char *D,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
PTHLexer.h 64 PTHLexer(Preprocessor& pp, FileID FID, const unsigned char *D,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PTHLexer.h 64 PTHLexer(Preprocessor& pp, FileID FID, const unsigned char *D,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
PTHLexer.h 64 PTHLexer(Preprocessor& pp, FileID FID, const unsigned char *D,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
PTHLexer.h 64 PTHLexer(Preprocessor& pp, FileID FID, const unsigned char *D,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
PTHLexer.h 64 PTHLexer(Preprocessor& pp, FileID FID, const unsigned char *D,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
PTHLexer.h 64 PTHLexer(Preprocessor& pp, FileID FID, const unsigned char *D,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
PTHLexer.h 64 PTHLexer(Preprocessor& pp, FileID FID, const unsigned char *D,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
PTHLexer.h 64 PTHLexer(Preprocessor& pp, FileID FID, const unsigned char *D,

Completed in 760 milliseconds

<<11121314151617181920>>