Searched refs:ps (Results 1 - 25 of 390) sorted by relevance

1234567891011>>

/external/clang/test/FixIt/
H A Dfixit-pmem.cpp15 int foo(int S::* ps, S s, S* p) argument
17 p.*ps = 1;
18 return s->*ps;
21 void foo1(int (S::*ps)(), S s, S* p)
23 (p.*ps)();
24 (s->*ps)();
/external/bison/lib/
H A Dmbsinit.c30 mbsinit (const mbstate_t *ps) argument
32 return ps == NULL || *ps == 0;
54 mbsinit (const mbstate_t *ps) argument
56 const char *pstate = (const char *)ps;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_clear.h48 struct pipe_surface *ps = framebuffer->cbufs[i]; local
49 pipe->clear_render_target(pipe, ps, color, 0, 0, ps->width, ps->height);
54 struct pipe_surface *ps = framebuffer->zsbuf; local
55 pipe->clear_depth_stencil(pipe, ps, buffers & PIPE_CLEAR_DEPTHSTENCIL,
57 0, 0, ps->width, ps->height);
H A Du_surfaces.c38 struct pipe_surface *ps; local
45 ps = cso_hash_iter_data(cso_hash_find(us->u.hash, (layer << 8) | level));
51 ps = us->u.array[level];
54 if(ps && ps->context == ctx)
56 p_atomic_inc(&ps->reference.count);
57 *res = ps;
61 ps = (struct pipe_surface *)CALLOC(1, surface_struct_size);
62 if(!ps)
68 pipe_surface_init(ctx, ps, p
80 util_surfaces_do_detach(struct util_surfaces *us, struct pipe_surface *ps) argument
116 struct pipe_surface *ps = us->u.array[i]; local
[all...]
H A Du_surfaces.h61 struct pipe_surface *ps = us->u.array[level]; local
62 if(ps && ps->context == ctx)
64 p_atomic_inc(&ps->reference.count);
65 *res = ps;
85 void util_surfaces_do_detach(struct util_surfaces *us, struct pipe_surface *ps);
88 util_surfaces_detach(struct util_surfaces *us, struct pipe_surface *ps) argument
90 if(likely(ps->texture->target == PIPE_TEXTURE_2D || ps->texture->target == PIPE_TEXTURE_RECT))
92 us->u.array[ps
[all...]
/external/clang/test/Analysis/
H A DNewDeleteLeaks-PR19102.cpp31 S* ps = new S; local
34 new A2(ps); // no warning
35 new A2(*ps, 1); // no warning
36 new A2(1, &ps); // no warning
40 A2 *a2p2 = new A2(ps); // expected-warning@+1 {{Potential leak of memory}}
41 A2 *a2p3 = new A2(*ps, 1); // expected-warning@+1 {{Potential leak of memory}}
42 A2 *a2p4 = new A2(1, &ps); // expected-warning@+1 {{Potential leak of memory}}
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_eglimage.c80 struct pipe_surface *ps; local
84 ps = st_manager_get_egl_image_surface(st, (void *) image_handle, usage);
85 if (ps) {
86 strb->Base.Width = ps->width;
87 strb->Base.Height = ps->height;
88 strb->Base.Format = st_pipe_format_to_mesa_format(ps->format);
89 strb->Base._BaseFormat = st_pipe_format_to_base_format(ps->format);
92 pipe_surface_reference(&strb->surface, ps);
93 pipe_resource_reference(&strb->texture, ps->texture);
95 pipe_surface_reference(&ps, NUL
100 st_bind_surface(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, struct gl_texture_image *texImage, struct pipe_surface *ps) argument
150 struct pipe_surface *ps; local
[all...]
/external/clang/test/Analysis/diagnostics/
H A Dderef-track-symbolic-region.c16 struct S *ps = &syz; local
17 if (ps->x)
31 struct S *ps = &syz; local
32 if (ps->x)
/external/slf4j/slf4j-simple/src/test/java/org/slf4j/
H A DSilentPrintStream.java33 public SilentPrintStream(PrintStream ps) { argument
34 super(ps);
35 other = ps;
/external/iproute2/doc/
H A DMakefile1 PSFILES=ip-cref.ps ip-tunnels.ps api-ip6-flowlabels.ps ss.ps nstat.ps arpd.ps rtstat.ps
2 # tc-cref.ps
4 # iki-netdev.ps iki-neighdst.ps
[all...]
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips5-wrong-error.s8 abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
9 add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
10 alnv.ps $f12,$f18,$f30,$12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
15 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
16 c.f.ps $fcc6,$f11,$f11 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
17 c.le.ps $fcc1,$f7,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
18 c.lt.ps $f19,$f5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
19 c.nge.ps $f1,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
20 c.ngl.ps $f21,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
21 c.ngle.ps
[all...]
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips5-wrong-error.s9 abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
10 add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
11 alnv.ps $f12,$f18,$f30,$t0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
13 c.f.ps $fcc6,$f11,$f11 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
14 c.le.ps $fcc1,$f7,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
15 c.lt.ps $f19,$f5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
16 c.nge.ps $f1,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
17 c.ngl.ps $f21,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
18 c.ngle.ps
[all...]
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips5-wrong-error.s9 abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
10 add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
11 alnv.ps $f12,$f18,$f30,$t0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
13 c.f.ps $fcc6,$f11,$f11 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
14 c.le.ps $fcc1,$f7,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
15 c.lt.ps $f19,$f5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
16 c.nge.ps $f1,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
17 c.ngl.ps $f21,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
18 c.ngle.ps
[all...]
/external/llvm/test/MC/Mips/mips3/
H A Dinvalid-mips5-wrong-error.s9 abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
10 add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
11 alnv.ps $f12,$f18,$f30,$t0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
13 c.f.ps $fcc6,$f11,$f11 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
14 c.le.ps $fcc1,$f7,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
15 c.lt.ps $f19,$f5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
16 c.nge.ps $f1,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
17 c.ngl.ps $f21,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
18 c.ngle.ps
[all...]
/external/llvm/test/MC/Mips/mips4/
H A Dinvalid-mips5-wrong-error.s9 abs.ps $f22,$f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
10 add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
11 alnv.ps $f12,$f18,$f30,$t0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
12 c.eq.ps $fcc5,$f0,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
13 c.f.ps $fcc6,$f11,$f11 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
14 c.le.ps $fcc1,$f7,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
15 c.lt.ps $f19,$f5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
16 c.nge.ps $f1,$f26 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
17 c.ngl.ps $f21,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instruction
18 c.ngle.ps
[all...]
/external/valgrind/gdbserver_tests/
H A Dfilter_make_empty8 ps -lf -p $PPID >> garbage.filtered.out
/external/proguard/src/proguard/
H A DSeedPrinter.java36 private final PrintStream ps; field in class:SeedPrinter
42 public SeedPrinter(PrintStream ps) throws IOException argument
44 this.ps = ps;
83 SimpleClassPrinter printer = new SimpleClassPrinter(false, ps);
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
H A DDHParameterSpecTest.java44 BigInteger[] ps = { new BigInteger("-1000000000000"), BigInteger.ZERO,
49 for (int i = 0; i < ps.length; i++) {
50 DHParameterSpec dhps = new DHParameterSpec(ps[i], gs[i]);
53 dhps.getP(), ps[i]);
58 for (int i = 0; i < ps.length; i++) {
59 DHParameterSpec dhps = new DHParameterSpec(ps[i], gs[i], ls[i]);
62 dhps.getP(), ps[i]);
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/spec/
H A DPSourceTest.java54 PSource.PSpecified ps = new PSource.PSpecified(p);
58 p[0] == ps.getValue()[0]);
69 PSource.PSpecified ps = new PSource.PSpecified(p);
70 byte[] result = ps.getValue();
78 result[0] == ps.getValue()[0]);
100 PSource ps = new PSource(pSrcName);
102 + "in constructor", pSrcName.equals(ps.getAlgorithm()));
/external/libpcap/
H A Dpcap-snf.c41 snf_pcap_stats(pcap_t *p, struct pcap_stat *ps) argument
46 if ((rc = snf_ring_getstats(ps->snf_ring, &stats))) {
51 ps->ps_recv = stats.ring_pkt_recv + stats.ring_pkt_overflow;
52 ps->ps_drop = stats.ring_pkt_overflow;
53 ps->ps_ifdrop = stats.nic_pkt_overflow + stats.nic_pkt_bad;
60 struct pcap_snf *ps = p->priv; local
65 snf_ring_close(ps->snf_ring);
66 snf_close(ps->snf_handle);
73 struct pcap_snf *ps = p->priv; local
75 return (ps
81 struct pcap_snf *ps = p->priv; local
112 struct pcap_snf *ps = p->priv; local
194 struct pcap_snf *ps = p->priv; local
278 struct pcap_snf *ps; local
[all...]
/external/compiler-rt/test/BlocksRuntime/
H A Dlarge-struct.c15 unsigned long ps[30]; member in struct:__anon2921
29 inny.ps[i] = i * i * i;
42 if ( (inny.ps[i] != outty.ps[i]) || (inny.qs[i] != outty.qs[i]) ) {
/external/emma/core/java12/com/vladium/util/exception/
H A DIThrowableWrapper.java49 * this method delegates to super.printStackTrace(ps) where 'super' is the
54 void __printStackTrace (PrintStream ps); argument
/external/kernel-headers/original/uapi/linux/
H A Dcoff.h25 #define COFF_SHORT_L(ps) ((short)(((unsigned short)((unsigned char)ps[1])<<8)|\
26 ((unsigned short)((unsigned char)ps[0]))))
29 #define COFF_LONG_L(ps) (((long)(((unsigned long)((unsigned char)ps[3])<<24) |\
30 ((unsigned long)((unsigned char)ps[2])<<16) |\
31 ((unsigned long)((unsigned char)ps[1])<<8) |\
32 ((unsigned long)((unsigned char)ps[0])))))
35 #define COFF_SHORT_H(ps) ((short)(((unsigned short)((unsigned char)ps[
[all...]
/external/lldb/test/pexpect-2.4/examples/
H A Dssh_tunnel.py30 ps = pexpect.run ('ps ax -O ppid')
47 ps = pexpect.spawn ('ps')
49 index = ps.expect (['/usr/bin/ssh', pexpect.EOF, pexpect.TIMEOUT])
51 print 'TIMEOUT in ps command...'
52 print str(ps)
/external/skia/bench/
H A DFontScalerBench.cpp38 for (int ps = 9; ps <= 24; ps += 2) {
39 paint.setTextSize(SkIntToScalar(ps));

Completed in 828 milliseconds

1234567891011>>