Searched refs:pc (Results 1 - 25 of 940) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dpr4349.c12 union reg pc; member in struct:cpu
22 { &((cpu.pc).w[0]) }
27 { &((cpu.pc).b[0][1]) }
32 { &((cpu.pc).w[1]) }
37 { &((cpu.pc).b[1][1]) }
H A D2004-03-15-SimpleIndirectGoto.c8 void bar(int *pc) { argument
12 goto *l[*pc];
15 pc++;
16 goto *l[*pc];
/external/chromium_org/net/cookies/
H A Dparsed_cookie_unittest.cc14 ParsedCookie pc("a=b");
15 EXPECT_TRUE(pc.IsValid());
16 EXPECT_FALSE(pc.IsSecure());
17 EXPECT_EQ("a", pc.Name());
18 EXPECT_EQ("b", pc.Value());
49 ParsedCookie pc("aBc=" + input + " ; path=\"/\" ; httponly ");
50 EXPECT_TRUE(pc.IsValid());
51 EXPECT_FALSE(pc.IsSecure());
52 EXPECT_TRUE(pc.IsHttpOnly());
53 EXPECT_TRUE(pc
[all...]
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
H A DPasswordCallbackTest.java35 PasswordCallback pc; field in class:PasswordCallbackTest
38 pc = new PasswordCallback("prompt", true);
39 assertEquals("prompt", pc.getPrompt());
40 assertTrue(pc.isEchoOn());
41 pc.setPassword(null);
42 pc.clearPassword();
43 assertNull(pc.getPassword());
45 pc.setPassword(pwd);
46 assertEquals(new String(pwd), new String(pc.getPassword()));
47 pc
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.h42 void FdAcquire(ThreadState *thr, uptr pc, int fd);
43 void FdRelease(ThreadState *thr, uptr pc, int fd);
44 void FdAccess(ThreadState *thr, uptr pc, int fd);
45 void FdClose(ThreadState *thr, uptr pc, int fd);
46 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
47 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd);
48 void FdPipeCreate(ThreadState *thr, uptr pc, int rfd, int wfd);
49 void FdEventCreate(ThreadState *thr, uptr pc, int fd);
50 void FdSignalCreate(ThreadState *thr, uptr pc, int fd);
51 void FdInotifyCreate(ThreadState *thr, uptr pc, in
[all...]
H A Dtsan_fd.cc57 static void unref(ThreadState *thr, uptr pc, FdSync *s) { argument
63 SyncVar *v = CTX()->synctab.GetAndRemove(thr, pc, (uptr)s);
71 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { argument
78 void *p = user_alloc(thr, pc, size);
84 user_free(thr, pc, p);
90 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s) { argument
91 FdDesc *d = fddesc(thr, pc, fd);
95 unref(thr, pc, d->sync);
99 unref(thr, pc, s);
103 unref(thr, pc,
118 FdOnFork(ThreadState *thr, uptr pc) argument
150 FdAcquire(ThreadState *thr, uptr pc, int fd) argument
159 FdRelease(ThreadState *thr, uptr pc, int fd) argument
168 FdAccess(ThreadState *thr, uptr pc, int fd) argument
174 FdClose(ThreadState *thr, uptr pc, int fd) argument
188 FdFileCreate(ThreadState *thr, uptr pc, int fd) argument
193 FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd) argument
202 FdPipeCreate(ThreadState *thr, uptr pc, int rfd, int wfd) argument
210 FdEventCreate(ThreadState *thr, uptr pc, int fd) argument
215 FdSignalCreate(ThreadState *thr, uptr pc, int fd) argument
220 FdInotifyCreate(ThreadState *thr, uptr pc, int fd) argument
225 FdPollCreate(ThreadState *thr, uptr pc, int fd) argument
230 FdSocketCreate(ThreadState *thr, uptr pc, int fd) argument
236 FdSocketAccept(ThreadState *thr, uptr pc, int fd, int newfd) argument
243 FdSocketConnecting(ThreadState *thr, uptr pc, int fd) argument
249 FdSocketConnect(ThreadState *thr, uptr pc, int fd) argument
[all...]
/external/v8/src/
H A Dinterpreter-irregexp.cc85 const byte* pc,
95 "pc = %02x, sp = %d, curpos = %d, curchar = %08x (%c), bc = %s" :
96 "pc = %02x, sp = %d, curpos = %d, curchar = %08x .%c., bc = %s";
98 pc - code_base,
105 printf(", %02x", pc[i]);
109 unsigned char b = pc[i];
124 pc, \
136 static int32_t Load32Aligned(const byte* pc) { argument
137 ASSERT((reinterpret_cast<intptr_t>(pc) & 3) == 0);
138 return *reinterpret_cast<const int32_t *>(pc);
84 TraceInterpreter(const byte* code_base, const byte* pc, int stack_depth, int current_position, uint32_t current_char, int bytecode_length, const char* bytecode_name) argument
142 Load16Aligned(const byte* pc) argument
196 const byte* pc = code_base; local
[all...]
/external/chromium_org/v8/src/
H A Dinterpreter-irregexp.cc92 const byte* pc,
102 "pc = %02x, sp = %d, curpos = %d, curchar = %08x (%c), bc = %s" :
103 "pc = %02x, sp = %d, curpos = %d, curchar = %08x .%c., bc = %s";
105 pc - code_base,
112 printf(", %02x", pc[i]);
116 unsigned char b = pc[i];
131 pc, \
143 static int32_t Load32Aligned(const byte* pc) { argument
144 ASSERT((reinterpret_cast<intptr_t>(pc) & 3) == 0);
145 return *reinterpret_cast<const int32_t *>(pc);
91 TraceInterpreter(const byte* code_base, const byte* pc, int stack_depth, int current_position, uint32_t current_char, int bytecode_length, const char* bytecode_name) argument
149 Load16Aligned(const byte* pc) argument
203 const byte* pc = code_base; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dpackrender.h58 GLubyte *pc, *pixelHeaderPC; \
63 pc = gc->pc; \
77 if (pc + (size) > gc->bufEnd) { \
78 pc = __glXFlushRenderBuffer(gc, pc); \
84 pc = __glXFlushRenderBuffer(gc, pc); \
89 if (pc + (size) > gc->bufEnd) { \
90 pc
[all...]
/external/mesa3d/src/glx/
H A Dpackrender.h58 GLubyte *pc, *pixelHeaderPC; \
63 pc = gc->pc; \
77 if (pc + (size) > gc->bufEnd) { \
78 pc = __glXFlushRenderBuffer(gc, pc); \
84 pc = __glXFlushRenderBuffer(gc, pc); \
89 if (pc + (size) > gc->bufEnd) { \
90 pc
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect.c142 (void) __glXFlushRenderBuffer(gc, gc->pc);
157 (void) __glXFlushRenderBuffer(gc, gc->pc);
186 emit_header(gc->pc, rop, cmdlen);
187 (void) memcpy((void *)(gc->pc + 4), ptr, 4);
188 gc->pc += cmdlen;
189 if (__builtin_expect(gc->pc > gc->limit, 0)) { (void) __glXFlushRenderBuffer(gc, gc->pc); }
198 emit_header(gc->pc, rop, cmdlen);
199 (void) memcpy((void *)(gc->pc + 4), ptr, 4);
200 gc->pc
356 GLubyte * const pc = __glXFlushRenderBuffer(gc, gc->pc); local
466 GLubyte * const pc = __glXFlushRenderBuffer(gc, gc->pc); local
2291 GLubyte * const pc = __glXFlushRenderBuffer(gc, gc->pc); local
2981 GLubyte * const pc = __glXFlushRenderBuffer(gc, gc->pc); local
3015 GLubyte * const pc = __glXFlushRenderBuffer(gc, gc->pc); local
3049 GLubyte * const pc = __glXFlushRenderBuffer(gc, gc->pc); local
3145 GLubyte * const pc = __glXFlushRenderBuffer(gc, gc->pc); local
4203 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivate, X_GLvop_DeleteTexturesEXT, cmdlen); local
4263 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GenTexturesEXT, cmdlen); local
4317 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_IsTextureEXT, cmdlen); local
4377 GLubyte * const pc = __glXFlushRenderBuffer(gc, gc->pc); local
4459 GLubyte * const pc = __glXFlushRenderBuffer(gc, gc->pc); local
4564 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetColorTableSGI, cmdlen); local
4624 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetColorTableParameterfvSGI, cmdlen); local
4681 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetColorTableParameterivSGI, cmdlen); local
4719 GLubyte * const pc = __glXFlushRenderBuffer(gc, gc->pc); local
4776 GLubyte * const pc = __glXFlushRenderBuffer(gc, gc->pc); local
4937 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetConvolutionFilterEXT, cmdlen); local
4997 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetConvolutionParameterfvEXT, cmdlen); local
5054 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetConvolutionParameterivEXT, cmdlen); local
5114 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetHistogramEXT, cmdlen); local
5175 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetHistogramParameterfvEXT, cmdlen); local
5232 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetHistogramParameterivEXT, cmdlen); local
5292 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetMinmaxEXT, cmdlen); local
5353 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetMinmaxParameterfvEXT, cmdlen); local
5410 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetMinmaxParameterivEXT, cmdlen); local
5503 GLubyte * const pc = __glXFlushRenderBuffer(gc, gc->pc); local
5564 GLubyte * const pc = __glXFlushRenderBuffer(gc, gc->pc); local
6048 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetProgramStringARB, cmdlen); local
6064 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetProgramivARB, cmdlen); local
6214 GLubyte * const pc = __glXFlushRenderBuffer(gc, gc->pc); local
6893 GLubyte * const pc = __glXFlushRenderBuffer(gc, gc->pc); local
7208 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_AreProgramsResidentNV, cmdlen); local
7240 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivate, X_GLvop_DeleteProgramsNV, cmdlen); local
7272 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GenProgramsNV, cmdlen); local
7287 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetProgramParameterdvNV, cmdlen); local
7304 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetProgramParameterfvNV, cmdlen); local
7321 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetProgramStringNV, cmdlen); local
7337 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetProgramivNV, cmdlen); local
7353 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetTrackMatrixivNV, cmdlen); local
7370 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetVertexAttribdvNV, cmdlen); local
7386 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetVertexAttribfvNV, cmdlen); local
7402 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetVertexAttribivNV, cmdlen); local
7419 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_IsProgramNV, cmdlen); local
8146 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetProgramNamedParameterdvNV, cmdlen); local
8167 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetProgramNamedParameterfvNV, cmdlen); local
8307 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_CheckFramebufferStatusEXT, cmdlen); local
8422 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GenFramebuffersEXT, cmdlen); local
8441 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GenRenderbuffersEXT, cmdlen); local
8467 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetFramebufferAttachmentParameterivEXT, cmdlen); local
8484 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_GetRenderbufferParameterivEXT, cmdlen); local
8501 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_IsFramebufferEXT, cmdlen); local
8517 GLubyte const * pc = __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply, X_GLvop_IsRenderbufferEXT, cmdlen); local
[all...]
/external/chromium/net/proxy/
H A Dproxy_config_service_fixed.cc9 ProxyConfigServiceFixed::ProxyConfigServiceFixed(const ProxyConfig& pc) argument
10 : pc_(pc) {
/external/chromium_org/net/proxy/
H A Dproxy_config_service_fixed.cc9 ProxyConfigServiceFixed::ProxyConfigServiceFixed(const ProxyConfig& pc) argument
10 : pc_(pc) {
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar_supp.c10 // uninitialised, but we know pc[0] points to 0x0
11 char** pc = malloc(sizeof(char*)); local
18 syscall(pi[0]+__NR_write, pi[0], pc[0], pi[0]+1);
/external/elfutils/libebl/
H A Debl_syscall_abi.c58 ebl_syscall_abi (ebl, sp, pc, callno, args)
61 int *pc;
65 return ebl != NULL ? ebl->syscall_abi (ebl, sp, pc, callno, args) : -1;
/external/chromium_org/v8/test/cctest/
H A Dtest-reloc-info.cc36 byte* pc, RelocInfo::Mode mode, intptr_t data) {
37 RelocInfo rinfo(pc, mode, data, NULL);
50 byte* pc = *buffer; local
53 RelocInfoWriter writer(buffer_end, pc);
55 for (int i = 0, pos = 0; i < 100; i++, pc += i, pos += i) {
58 WriteRinfo(&writer, pc, mode, pos);
69 pc = *buffer;
70 for (int i = 0, pos = 0; i < 100; i++, pc += i, pos += i) {
74 CHECK_EQ(pc, it.rinfo()->pc());
35 WriteRinfo(RelocInfoWriter* writer, byte* pc, RelocInfo::Mode mode, intptr_t data) argument
[all...]
/external/libvorbis/
H A DMakefile.am15 pkgconfig_DATA = vorbis.pc vorbisenc.pc vorbisfile.pc
22 vorbis.pc.in vorbisenc.pc.in vorbisfile.pc.in \
23 vorbis-uninstalled.pc.in \
24 vorbisenc-uninstalled.pc.in \
25 vorbisfile-uninstalled.pc.in \
/external/v8/test/cctest/
H A Dtest-reloc-info.cc36 byte* pc, RelocInfo::Mode mode, intptr_t data) {
37 RelocInfo rinfo(pc, mode, data, NULL);
50 byte* pc = *buffer; local
53 RelocInfoWriter writer(buffer_end, pc);
55 for (int i = 0, pos = 0; i < 100; i++, pc += i, pos += i) {
58 WriteRinfo(&writer, pc, mode, pos);
69 pc = *buffer;
70 for (int i = 0, pos = 0; i < 100; i++, pc += i, pos += i) {
74 CHECK_EQ(pc, it.rinfo()->pc());
35 WriteRinfo(RelocInfoWriter* writer, byte* pc, RelocInfo::Mode mode, intptr_t data) argument
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_stack.cc21 static bool MaybeCallAsanSymbolize(const void *pc, char *out_buffer, argument
23 return (&__asan_symbolize) ? __asan_symbolize(pc, out_buffer, out_size)
41 bool __asan_symbolize(const void *pc, char *out_buffer, int out_size) { argument
/external/elfutils/libdw/
H A Ddwarf_haspc.c59 dwarf_haspc (Dwarf_Die *die, Dwarf_Addr pc) argument
70 if (pc >= begin && pc < end)
/external/chromium_org/third_party/JSON/JSON-2.59/t/
H A D07_pc_esc.t27 my $pc = new JSON;
30 $str = $pc->encode($obj);
34 $str = $pc->encode($obj);
38 $str = $pc->encode($obj); # but since version 0.99
40 $obj = $pc->decode($str);
44 $str = $pc->encode($obj);
48 $str = $pc->encode($obj);
52 $str = $pc->encode($obj);
56 $str = $pc->encode($obj);
60 $str = $pc
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cc30 uptr StackTrace::GetPreviousInstructionPc(uptr pc) { argument
33 pc = pc & (~1);
37 return pc - 4;
39 return pc - 8;
41 return pc - 1;
45 static void PrintStackFramePrefix(uptr frame_num, uptr pc) { argument
46 Printf(" #%zu 0x%zx", frame_num, pc);
75 uptr pc = GetPreviousInstructionPc(addr[i]); local
79 if (symbolize_callback((void*)pc, buf
131 FastUnwindStack(uptr pc, uptr bp, uptr stack_top, uptr stack_bottom) argument
[all...]
/external/libpcap/bpf/net/
H A Dbpf_filter.c195 * Execute the filter program starting at pc on the packet p
202 bpf_filter(pc, p, wirelen, buflen)
203 register struct bpf_insn *pc;
223 if (pc == 0)
230 --pc;
232 ++pc;
233 switch (pc->code) {
242 return (u_int)pc->k;
248 k = pc->k;
265 k = pc
[all...]
/external/apache-harmony/luni/src/test/api/common/
H A DProxy2Test.java29 Class pc = Proxy.getProxyClass(DefaultPkgIntf.class.getClassLoader(),
31 assertEquals("$Proxy0", pc.getName());
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DPKIXCertPathCheckerTest.java64 PKIXCertPathChecker pc = TestUtils.getTestCertPathChecker();
65 pc.isForwardCheckingSupported();
70 PKIXCertPathChecker pc = TestUtils.getTestCertPathChecker();
71 pc.init(true);
75 PKIXCertPathChecker pc = TestUtils.getTestCertPathChecker();
76 pc.getSupportedExtensions();
81 PKIXCertPathChecker pc = TestUtils.getTestCertPathChecker();
82 pc.check(new MyCertificate("", null), new HashSet());

Completed in 2064 milliseconds

1234567891011>>