HomeSort by relevance Sort by last modified time
    Searched defs:pp (Results 1 - 25 of 577) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2002-01-23-LoadQISIReloadFailure.c 5 unsigned char *pp; local
8 w_cnt += *pp;
  /external/clang/test/Parser/
namelookup-bug-1.c 6 struct Object *pp; variable in typeref:struct:Object
  /external/compiler-rt/test/tsan/
malloc_stack.cc 8 int *pp = __c11_atomic_load(&p, __ATOMIC_RELAXED); local
9 *pp = 42;
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
DirectiveHandlerBase.cpp 17 namespace pp namespace
24 } // namespace pp
DirectiveHandlerBase.h 20 namespace pp namespace
49 } // namespace pp
Lexer.cpp 17 namespace pp namespace
24 } // namespace pp
Lexer.h 18 namespace pp namespace
31 } // namespace pp
Input.cpp 21 namespace pp namespace
136 } // namespace pp
DiagnosticsBase.cpp 19 namespace pp namespace
163 } // namespace pp
Preprocessor.h 22 namespace pp namespace
68 } // namespace pp
numeric_lex.h 23 namespace pp { namespace
69 } // namespace pp.
ExpressionParser.h 20 namespace pp namespace
48 } // namespace pp
Macro.cpp 19 namespace pp namespace
51 } // namespace pp
SourceLocation.h 18 namespace pp namespace
45 } // namespace pp
Token.cpp 21 namespace pp namespace
91 } // namespace pp
  /external/compiler-rt/test/asan/TestCases/
max_redzone.cc 18 void *pp[10000]; local
20 pp[i] = malloc(4096 - 64);
23 free(pp[i]);
  /external/compiler-rt/test/lsan/TestCases/
stale_stack_leak.cc 10 void **pp; variable
20 pp = &locals[0];
36 fprintf(stderr, "Value after LSan: %p.\n", *pp);
  /external/libmicrohttpd/src/microhttpd/
test_postprocessor_amp.c 28 struct MHD_PostProcessor *pp; local
37 pp = MHD_create_post_processor (&connection,
42 MHD_post_process (pp, post, strlen(post));
43 MHD_destroy_post_processor (pp);
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
cb_mem_energy.c 40 int16_t *ppi, *ppo, *pp; local
51 pp=CB+lMem-lTarget;
52 energy = WebRtcSpl_DotProductWithScale( pp, pp, lTarget, scale);
66 pp=filteredCB+lMem-lTarget;
68 energy = WebRtcSpl_DotProductWithScale( pp, pp, lTarget, scale);
enh_upsample.c 33 const int16_t *pp; local
40 pp=WebRtcIlbcfix_kEnhPolyPhaser[j]+1;
42 *pu11 = (*ps--) * *pp++;
43 *pu11 += (*ps--) * *pp++;
44 *pu11 += (*ps--) * *pp++;
47 pp=WebRtcIlbcfix_kEnhPolyPhaser[j]+1;
49 *pu11 = (*ps--) * *pp++;
50 *pu11 += (*ps--) * *pp++;
51 *pu11 += (*ps--) * *pp++;
52 *pu11 += (*ps--) * *pp++
    [all...]
  /system/nfc/src/nfc/nfc/
nfc_vs.cc 128 uint8_t* pp; local
154 pp = (uint8_t*)(p_data + 1) + p_data->offset;
155 NCI_MSG_BLD_HDR0(pp, NCI_MT_CMD, NCI_GID_PROP);
156 NCI_MSG_BLD_HDR1(pp, oid);
157 *pp = (uint8_t)p_data->len;
  /device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
inet_addr.c 133 u_int8_t *pp = parts; local
178 if (pp >= parts + 3 || val > 0xffU)
180 *pp++ = (u_int8_t)val;
199 n = (int)(pp - parts + 1);
inet_network.c 71 in_addr_t parts[4], *pp = parts; local
102 if (pp >= parts + 4 || val > 0xff)
104 *pp++ = val, cp++;
109 if (pp >= parts + 4 || val > 0xff)
111 *pp++ = val;
112 n = pp - parts;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/support/
A.java 21 private static P pp = new P(); field in class:A
24 pp.setClazz(getClass());
28 return pp.findProp(key);
  /external/toybox/toys/posix/
ulimit.c 88 int pp[2]; local
90 xpipe(pp);
91 sprintf(toybuf, "%d\n", fcntl(*pp, F_GETPIPE_SZ));

Completed in 312 milliseconds

1 2 3 4 5 6 7 8 91011>>