Searched refs:ps (Results 1 - 25 of 572) 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/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.c78 struct pipe_surface *ps; local
80 ps = st_manager_get_egl_image_surface(st, (void *) image_handle);
81 if (ps) {
82 strb->Base.Width = ps->width;
83 strb->Base.Height = ps->height;
84 strb->Base.Format = st_pipe_format_to_mesa_format(ps->format);
85 strb->Base._BaseFormat = st_pipe_format_to_base_format(ps->format);
88 pipe_surface_reference(&strb->surface, ps);
89 pipe_resource_reference(&strb->texture, ps->texture);
91 pipe_surface_reference(&ps, NUL
96 st_bind_surface(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, struct gl_texture_image *texImage, struct pipe_surface *ps) argument
163 struct pipe_surface *ps; local
[all...]
/external/aac/libSACdec/src/
H A Dsac_smoothing.h110 int ps);
112 int 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/libcxx/include/
H A D__bsd_locale_defaults.h25 #define __libcpp_wcsnrtombs_l(dst, src, nwc, len, ps, loc) wcsnrtombs_l(dst, src, nwc, len, ps, loc)
26 #define __libcpp_wcrtomb_l(src, wc, ps, loc) wcrtomb_l(src, wc, ps, loc)
27 #define __libcpp_mbsnrtowcs_l(dst, src, nms, len, ps, loc) mbsnrtowcs_l(dst, src, nms, len, ps, loc)
28 #define __libcpp_mbrtowc_l(pwc, s, n, ps, l) mbrtowc_l(pwc, s, n, ps, l)
30 #define __libcpp_mbrlen_l(s, n, ps, l) mbrlen_l(s, n, ps,
[all...]
/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/mesa3d/src/gallium/auxiliary/util/
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/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/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_state_shader_ps.c420 ps_set_gen6_3dstate_wm(struct ilo_state_ps *ps, argument
471 STATIC_ASSERT(ARRAY_SIZE(ps->ps) >= 7);
472 ps->ps[0] = dw2;
473 ps->ps[1] = dw3;
474 ps->ps[2] = dw4;
475 ps
484 ps_set_gen7_3dstate_wm(struct ilo_state_ps *ps, const struct ilo_dev *dev, const struct ilo_state_ps_info *info, const struct pixel_ff *ff) argument
519 ps_set_gen7_3DSTATE_PS(struct ilo_state_ps *ps, const struct ilo_dev *dev, const struct ilo_state_ps_info *info, const struct pixel_ff *ff) argument
579 ps_set_gen8_3DSTATE_PS(struct ilo_state_ps *ps, const struct ilo_dev *dev, const struct ilo_state_ps_info *info, const struct pixel_ff *ff) argument
631 ps_set_gen8_3DSTATE_PS_EXTRA(struct ilo_state_ps *ps, const struct ilo_dev *dev, const struct ilo_state_ps_info *info, const struct pixel_ff *ff) argument
682 ilo_state_ps_init(struct ilo_state_ps *ps, const struct ilo_dev *dev, const struct ilo_state_ps_info *info) argument
713 ilo_state_ps_init_disabled(struct ilo_state_ps *ps, const struct ilo_dev *dev) argument
724 ilo_state_ps_set_params(struct ilo_state_ps *ps, const struct ilo_dev *dev, const struct ilo_state_ps_params_info *params) argument
[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/libxaac/decoder/
H A Dixheaacd_mps_smoothing.c38 int ps = 0, pb, row, col; local
44 p_smoothing_data = &self->smoothing_data[ps][res_bands];
46 delta = self->param_slot_diff[ps] * self->inv_smoothing_time[ps];
54 self->m1_param_re[ps][pb][row][col] =
55 (ixheaacd_mult32(delta, self->m1_param_re[ps][pb][row][col]) +
59 self->m1_param_im[ps][pb][row][col] =
60 (ixheaacd_mult32(delta, self->m1_param_im[ps][pb][row][col]) +
64 self->m2_decor_re[ps][pb][row][col] =
65 (ixheaacd_mult32(delta, self->m2_decor_re[ps][p
144 int ps, pb; local
[all...]
/external/skia/bench/
H A DFontScalerBench.cpp38 for (int ps = 9; ps <= 24; ps += 2) {
39 paint.setTextSize(SkIntToScalar(ps));
/external/skqp/bench/
H A DFontScalerBench.cpp38 for (int ps = 9; ps <= 24; ps += 2) {
39 paint.setTextSize(SkIntToScalar(ps));
/external/python/cpython2/Parser/
H A Dparser.c74 parser_state *ps; local
78 ps = (parser_state *)PyMem_MALLOC(sizeof(parser_state));
79 if (ps == NULL)
81 ps->p_grammar = g;
83 ps->p_flags = 0;
85 ps->p_tree = PyNode_New(start);
86 if (ps->p_tree == NULL) {
87 PyMem_FREE(ps);
90 s_reset(&ps->p_stack);
91 (void) s_push(&ps
96 PyParser_Delete(parser_state *ps) argument
137 classify(parser_state *ps, int type, char *str) argument
179 future_hack(parser_state *ps) argument
220 PyParser_AddToken(register parser_state *ps, register int type, char *str, int lineno, int col_offset, int *expected_ret) argument
375 printtree(parser_state *ps) argument
[all...]
/external/python/cpython3/Parser/
H A Dparser.c74 parser_state *ps; local
78 ps = (parser_state *)PyMem_MALLOC(sizeof(parser_state));
79 if (ps == NULL)
81 ps->p_grammar = g;
83 ps->p_flags = 0;
85 ps->p_tree = PyNode_New(start);
86 if (ps->p_tree == NULL) {
87 PyMem_FREE(ps);
90 s_reset(&ps->p_stack);
91 (void) s_push(&ps
96 PyParser_Delete(parser_state *ps) argument
137 classify(parser_state *ps, int type, const char *str) argument
227 PyParser_AddToken(parser_state *ps, int type, char *str, int lineno, int col_offset, int *expected_ret) argument
386 printtree(parser_state *ps) argument
[all...]
/external/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap10.c74 static long ps; variable
126 x = mmap(NULL, SIZE + SIZE - ps, PROT_READ | PROT_WRITE,
131 x = mmap(NULL, SIZE + SIZE - ps, PROT_READ | PROT_WRITE,
138 if (madvise(x, SIZE + SIZE - ps, MADV_MERGEABLE) == -1)
148 if (munmap(x + SIZE + ps, SIZE - ps - ps) == -1)
159 if (munmap(x + SIZE + ps, SIZE - ps - ps)
[all...]
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dprint.c113 IN PRINT_STATE *ps
137 IN OUT PRINT_STATE *ps
143 IN OUT PRINT_STATE *ps,
150 IN OUT PRINT_STATE *ps
162 IN OUT PRINT_STATE *ps,
209 PRINT_STATE ps; local
221 ZeroMem (&ps, sizeof(ps));
223 ps.Output = _DbgOut;
224 ps
410 PRINT_STATE ps; local
753 PRINT_STATE ps; local
835 PSETATTR( IN OUT PRINT_STATE *ps, IN UINTN Attr ) argument
852 PPUTC( IN OUT PRINT_STATE *ps, IN CHAR16 c ) argument
[all...]
/external/ltp/testcases/kdump/lib/
H A Dverify.sh51 ps
52 ps -k
53 ps -u
54 ps -s
/external/ltp/tools/pounder21/src/
H A Ddump_xserver_statm23 cat /proc/`ps -ef | grep "$XSERVER_FILE :2" | egrep -v "(timed_loop|grep)" | awk '{print $2}'`/statm >> $POUNDER_LOGDIR/xserver_statm

Completed in 705 milliseconds

1234567891011>>