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

1234567891011>>

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Denh_upsample.c32 int16_t *ps, *w16tmp; local
41 ps=seq1+2;
42 *pu11 = (*ps--) * *pp++;
43 *pu11 += (*ps--) * *pp++;
44 *pu11 += (*ps--) * *pp++;
48 ps=seq1+3;
49 *pu11 = (*ps--) * *pp++;
50 *pu11 += (*ps--) * *pp++;
51 *pu11 += (*ps--) * *pp++;
52 *pu11 += (*ps
[all...]
/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/chromium-trace/catapult/telemetry/telemetry/internal/util/
H A Dpath_set_unittest.py14 ps = path_set.PathSet()
15 self.assertEqual(len(ps), 0) # Check __len__.
16 self.assertFalse(__file__ in ps)
17 for _ in ps: # Check __iter__.
20 ps = path_set.PathSet([__file__])
21 self.assertEqual(len(ps), 1)
22 self.assertTrue(__file__ in ps)
23 self.assertEqual(ps.pop(), os.path.realpath(__file__))
26 ps = path_set.PathSet()
27 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/chromium-trace/catapult/telemetry/telemetry/internal/testing/pages/
H A Dexternal_page.py10 def __init__(self, ps):
11 super(ExternalPage, self).__init__('file://foo.html', page_set=ps)
/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/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/chromium-trace/catapult/third_party/flot/
H A Djquery.flot.fillbetween.js74 var ps = datapoints.pointsize,
81 withbottom = ps > 2 && datapoints.format[2].y,
100 for ( m = 0; m < ps; ++m ) {
104 i += ps;
111 for ( m = 0; m < ps; ++m ) {
116 i += ps;
122 for ( m = 0; m < ps; ++m ) {
141 for ( m = 0; m < ps; ++m ) {
148 i += ps;
156 if ( withlines && i > 0 && points[ i - ps ] !
[all...]
H A Djquery.flot.fillbetween.min.js7 (function($){var options={series:{fillBetween:null}};function init(plot){function findBottomSeries(s,allseries){var i;for(i=0;i<allseries.length;++i){if(allseries[i].id===s.fillBetween){return allseries[i]}}if(typeof s.fillBetween==="number"){if(s.fillBetween<0||s.fillBetween>=allseries.length){return null}return allseries[s.fillBetween]}return null}function computeFillBottoms(plot,s,datapoints){if(s.fillBetween==null){return}var other=findBottomSeries(s,plot.getData());if(!other){return}var ps=datapoints.pointsize,points=datapoints.points,otherps=other.datapoints.pointsize,otherpoints=other.datapoints.points,newpoints=[],px,py,intery,qx,qy,bottom,withlines=s.lines.show,withbottom=ps>2&&datapoints.format[2].y,withsteps=withlines&&s.lines.steps,fromgap=true,i=0,j=0,l,m;while(true){if(i>=points.length){break}l=newpoints.length;if(points[i]==null){for(m=0;m<ps;++m){newpoints.push(points[i+m])}i+=ps}else if(j>=otherpoints.length){if(!withlines){for(m=0;m<ps;++m){newpoints.push(points[i+m])}}i+=ps}else if(otherpoints[j]==null){for(m=0;m<ps;++m){newpoints.push(null)}fromgap=true;j+=otherps}else{px=points[i];py=points[i+1];qx=otherpoints[j];qy=otherpoints[j+1];bottom=0;if(px===qx){for(m=0;m<ps;++m){newpoints.push(points[i+m])}bottom=qy;i+=ps;j+=otherps}else if(px>qx){if(withlines&&i>0&&points[i-ps]!
[all...]
H A Djquery.flot.stack.js65 var ps = datapoints.pointsize,
73 withbottom = ps > 2 && (horizontal ? datapoints.format[2].x : datapoints.format[2].y),
88 for (m = 0; m < ps; ++m)
90 i += ps;
95 for (m = 0; m < ps; ++m)
98 i += ps;
102 for (m = 0; m < ps; ++m)
116 for (m = 0; m < ps; ++m)
122 i += ps;
128 if (withlines && i > 0 && points[i - ps] !
[all...]
H A Djquery.flot.stack.min.js7 (function($){var options={series:{stack:null}};function init(plot){function findMatchingSeries(s,allseries){var res=null;for(var i=0;i<allseries.length;++i){if(s==allseries[i])break;if(allseries[i].stack==s.stack)res=allseries[i]}return res}function stackData(plot,s,datapoints){if(s.stack==null||s.stack===false)return;var other=findMatchingSeries(s,plot.getData());if(!other)return;var ps=datapoints.pointsize,points=datapoints.points,otherps=other.datapoints.pointsize,otherpoints=other.datapoints.points,newpoints=[],px,py,intery,qx,qy,bottom,withlines=s.lines.show,horizontal=s.bars.horizontal,withbottom=ps>2&&(horizontal?datapoints.format[2].x:datapoints.format[2].y),withsteps=withlines&&s.lines.steps,fromgap=true,keyOffset=horizontal?1:0,accumulateOffset=horizontal?0:1,i=0,j=0,l,m;while(true){if(i>=points.length)break;l=newpoints.length;if(points[i]==null){for(m=0;m<ps;++m)newpoints.push(points[i+m]);i+=ps}else if(j>=otherpoints.length){if(!withlines){for(m=0;m<ps;++m)newpoints.push(points[i+m])}i+=ps}else if(otherpoints[j]==null){for(m=0;m<ps;++m)newpoints.push(null);fromgap=true;j+=otherps}else{px=points[i+keyOffset];py=points[i+accumulateOffset];qx=otherpoints[j+keyOffset];qy=otherpoints[j+accumulateOffset];bottom=0;if(px==qx){for(m=0;m<ps;++m)newpoints.push(points[i+m]);newpoints[l+accumulateOffset]+=qy;bottom=qy;i+=ps;j+=otherps}else if(px>qx){if(withlines&&i>0&&points[i-ps]!
[all...]
/external/valgrind/gdbserver_tests/
H A Dfilter_make_empty8 ps -lf -p $PPID >> garbage.filtered.out
/external/libchrome/base/strings/
H A Dsys_string_conversions_posix.cc44 mbstate_t ps; local
49 memset(&ps, 0, sizeof(ps));
56 size_t res = src ? wcrtomb(buf, src, &ps) : 0;
80 memset(&ps, 0, sizeof(ps));
84 size_t res = src ? wcrtomb(&out[j], src, &ps) : 0;
104 mbstate_t ps; local
109 memset(&ps, 0, sizeof(ps));
[all...]
/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/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...]

Completed in 1724 milliseconds

1234567891011>>