Searched defs:ps (Results 1 - 25 of 202) sorted by relevance

123456789

/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/clang/test/CodeGen/
H A Dstruct-passing.c17 void *ps[] = { f0, f1, f2, f3, f4, f5 }; variable
/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/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/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/compiler-rt/test/BlocksRuntime/
H A Dbyrefstruct.c15 unsigned long ps[30]; member in struct:__anon2920
26 fiddly.ps[i]++;
36 fiddly.ps[i] = i * i * i;
48 //printf("[%d]: fiddly.ps: %lu, copy.ps: %lu, fiddly.qs: %d, copy.qs: %d\n", i, fiddly.ps[i], copy.ps[i], fiddly.qs[i], copy.qs[i]);
49 if ( (fiddly.ps[i] != copy.ps[i] + 1) || (fiddly.qs[i] != copy.qs[i] + 1) ) {
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/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/slf4j/slf4j-simple/src/test/java/org/slf4j/
H A DSilentPrintStream.java33 public SilentPrintStream(PrintStream ps) { argument
34 super(ps);
35 other = 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/clang/test/SemaCXX/
H A Dblocks-1.cpp6 unsigned long ps[30]; member in struct:__anon2492
17 inny.ps[i] = i * i * i;
29 if ( (inny.ps[i] != outty.ps[i]) || (inny.qs[i] != outty.qs[i]) ) {
H A Dptrtomember.cpp9 int foo(int S::* ps, S *s) argument
11 return (s->*ps)(1); // expected-error {{called object type 'int' is not a function or function pointer}}
/external/eigen/blas/
H A Dlevel1_real_impl.h57 int EIGEN_BLAS_FUNC(rot)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar *pc, RealScalar *ps) argument
65 Scalar s = *reinterpret_cast<Scalar*>(ps);
/external/jemalloc/test/integration/
H A Daligned_alloc.c79 void *ps[NITER]; local
82 ps[i] = NULL;
92 ps[i] = aligned_alloc(alignment, size);
93 if (ps[i] == NULL) {
102 total += malloc_usable_size(ps[i]);
107 if (ps[i] != NULL) {
108 free(ps[i]);
109 ps[i] = NULL;
H A Dmallocx.c43 void *ps[NITER]; local
46 ps[i] = NULL;
61 ps[i] = mallocx(sz, MALLOCX_ALIGN(alignment) |
63 assert_ptr_not_null(ps[i],
66 rsz = sallocx(ps[i], 0);
74 (void *)((uintptr_t)ps[i] & (alignment-1)),
76 " alignment=%zu, size=%zu", ps[i],
83 if (ps[i] != NULL) {
84 dallocx(ps[i], 0);
85 ps[
[all...]
H A Dposix_memalign.c72 void *ps[NITER]; local
75 ps[i] = NULL;
85 err = posix_memalign(&ps[i],
96 total += malloc_usable_size(ps[i]);
101 if (ps[i] != NULL) {
102 free(ps[i]);
103 ps[i] = NULL;
H A Dsdallocx.c17 void *ps[NITER]; local
20 ps[i] = NULL;
32 ps[i] = mallocx(sz, MALLOCX_ALIGN(alignment) |
39 if (ps[i] != NULL) {
40 sdallocx(ps[i], sz,
42 ps[i] = NULL;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_clear.c74 struct pipe_surface *ps = softpipe->framebuffer.zsbuf; local
76 cv = util_pack64_z_stencil(ps->format, depth, stencil);
/external/skia/bin/
H A Dcompare21 ps = [] variable
25 ps.append((bm/am, p, key, am, bm))
26 ps.sort(reverse=True)
36 bonferroni = SIGNIFICANCE_THRESHOLD / len(ps) # Adjust for the fact we've run multiple tests.
37 for ratio, p, key, am, bm in ps:
/external/slf4j/integration/src/test/java/org/slf4j/
H A DStringPrintStream.java37 public StringPrintStream(PrintStream ps) { argument
38 super(ps);
39 other = ps;
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cc46 size_t ps = GetPageSize(); local
47 mapping = MmapOrDie(2 * ps, "FastUnwindTest");
48 MprotectNoAccess((uptr)mapping, ps);
51 fake_stack = (uhwptr *)((uptr)mapping + ps + sizeof(uhwptr));
70 size_t ps = GetPageSize(); local
71 UnmapOrDie(mapping, 2 * ps);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DFingerPrint.java45 public FingerPrint(String name, PrintStream ps, File outputDir) { argument
47 this.stream = ps;

Completed in 1688 milliseconds

123456789