/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
enh_upsample.c | 32 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--) * *pp++ [all...] |
/external/clang/test/FixIt/ |
fixit-pmem.cpp | 15 int foo(int S::* ps, S s, S* p) 17 p.*ps = 1; 18 return s->*ps; 21 void foo1(int (S::*ps)(), S s, S* p) 23 (p.*ps)(); 24 (s->*ps)();
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
mips5-fp.s | 4 abs.ps $f0, $f2 5 add.ps $f2, $f4, $f6 6 alnv.ps $f6, $f8, $f10, $3 7 c.eq.ps $f8, $f10 8 c.eq.ps $fcc2, $f10, $f12 9 c.f.ps $f8, $f10 10 c.f.ps $fcc2, $f10, $f12 11 c.le.ps $f8, $f10 12 c.le.ps $fcc2, $f10, $f12 13 c.lt.ps $f8, $f1 [all...] |
mips5-fp.d | 10 0+0000 <[^>]*> 46c01005 abs\.ps \$f0,\$f2 11 0+0004 <[^>]*> 46c62080 add\.ps \$f2,\$f4,\$f6 12 0+0008 <[^>]*> 4c6a419e alnv\.ps \$f6,\$f8,\$f10,\$3 13 0+000c <[^>]*> 46ca4032 c\.eq\.ps \$f8,\$f10 14 0+0010 <[^>]*> 46cc5232 c\.eq\.ps \$fcc2,\$f10,\$f12 15 0+0014 <[^>]*> 46ca4030 c\.f\.ps \$f8,\$f10 16 0+0018 <[^>]*> 46cc5230 c\.f\.ps \$fcc2,\$f10,\$f12 17 0+001c <[^>]*> 46ca403e c\.le\.ps \$f8,\$f10 18 0+0020 <[^>]*> 46cc523e c\.le\.ps \$fcc2,\$f10,\$f12 19 0+0024 <[^>]*> 46ca403c c\.lt\.ps \$f8,\$f1 [all...] |
alnv_ps-swap.s | 1 # Source file to test branch swapping with the ALNV.PS instruction. 5 alnv.ps $f4, $f2, $f0, $3 7 alnv.ps $f4, $f2, $f0, $3 9 alnv.ps $f4, $f2, $f0, $3 11 alnv.ps $f4, $f2, $f0, $3 13 alnv.ps $f4, $f2, $f0, $3 15 alnv.ps $f4, $f2, $f0, $3 18 alnv.ps $f4, $f2, $f0, $31 20 alnv.ps $f4, $f2, $f0, $31 22 alnv.ps $f4, $f2, $f0, $3 [all...] |
micromips@mips5-fp.d | 11 [0-9a-f]+ <[^>]*> 5402 437b abs\.ps \$f0,\$f2 12 [0-9a-f]+ <[^>]*> 54c4 1230 add\.ps \$f2,\$f4,\$f6 13 [0-9a-f]+ <[^>]*> 5548 30d9 alnv\.ps \$f6,\$f8,\$f10,\$3 14 [0-9a-f]+ <[^>]*> 5548 08bc c\.eq\.ps \$f8,\$f10 15 [0-9a-f]+ <[^>]*> 558a 48bc c\.eq\.ps \$fcc2,\$f10,\$f12 16 [0-9a-f]+ <[^>]*> 5548 083c c\.f\.ps \$f8,\$f10 17 [0-9a-f]+ <[^>]*> 558a 483c c\.f\.ps \$fcc2,\$f10,\$f12 18 [0-9a-f]+ <[^>]*> 5548 0bbc c\.le\.ps \$f8,\$f10 19 [0-9a-f]+ <[^>]*> 558a 4bbc c\.le\.ps \$fcc2,\$f10,\$f12 20 [0-9a-f]+ <[^>]*> 5548 0b3c c\.lt\.ps \$f8,\$f1 [all...] |
/external/bison/lib/ |
mbsinit.c | 30 mbsinit (const mbstate_t *ps) 32 return ps == NULL || *ps == 0; 54 mbsinit (const mbstate_t *ps) 56 const char *pstate = (const char *)ps;
|
/bionic/libc/bionic/ |
mbstate.cpp | 33 __LIBC_HIDDEN__ size_t mbstate_bytes_so_far(const mbstate_t* ps) { 35 (ps->__seq[2] != 0) ? 3 : 36 (ps->__seq[1] != 0) ? 2 : 37 (ps->__seq[0] != 0) ? 1 : 0; 40 __LIBC_HIDDEN__ void mbstate_set_byte(mbstate_t* ps, int i, char byte) { 41 ps->__seq[i] = static_cast<uint8_t>(byte); 44 __LIBC_HIDDEN__ uint8_t mbstate_get_byte(const mbstate_t* ps, int n) { 45 return ps->__seq[n]; 48 __LIBC_HIDDEN__ size_t reset_and_return_illegal(int _errno, mbstate_t* ps) { 50 *(reinterpret_cast<uint32_t*>(ps->__seq)) = 0 [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_clear.h | 48 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);
|
u_surfaces.c | 38 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, pt, level, layer, flags) 116 struct pipe_surface *ps = us->u.array[i]; local [all...] |
/art/tools/ahat/src/ |
HtmlDoc.java | 27 private PrintStream ps; field in class:HtmlDoc 35 public HtmlDoc(PrintStream ps, DocString title, URI style) { 36 this.ps = ps; 38 ps.println("<!DOCTYPE html>"); 39 ps.println("<html>"); 40 ps.println("<head>"); 41 ps.format("<title>%s</title>\n", title.html()); 42 ps.format("<link rel=\"stylesheet\" type=\"text/css\" href=\"%s\">\n", 44 ps.println("</head>") [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/ |
path_set_unittest.py | 14 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.add(__file__ [all...] |
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
mbrlen.c | 32 mbrlen(const char * __restrict s, size_t n, mbstate_t * __restrict ps) 36 if (ps == NULL) 37 ps = &mbs; 38 return (mbrtowc(NULL, s, n, ps));
|
/external/clang/test/Analysis/ |
NewDeleteLeaks-PR19102.cpp | 31 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}}
|
/libcore/luni/src/test/java/libcore/java/sql/ |
OldPreparedStatementTest.java | 113 PreparedStatement ps = null; local 115 ps = conn 117 ps.addBatch("INSERT INTO zoo VALUES (?,'Burenka', ?); "); 118 ps.addBatch("INSERT INTO zoo VALUES (?,'Mashka','cat')"); 120 ps.executeBatch(); 124 ps.setString(1, "dog"); 127 ps.executeBatch(); 142 ps.close(); 148 ps = conn 150 ps.addBatch("") 178 PreparedStatement ps = null; local 278 PreparedStatement ps = null; local 294 PreparedStatement ps = null; local 330 PreparedStatement ps = null; local 345 PreparedStatement ps = null; local 366 PreparedStatement ps = null; local 407 PreparedStatement ps = null; local 438 PreparedStatement ps = null; local 484 PreparedStatement ps = null; local 540 PreparedStatement ps = null; local 594 PreparedStatement ps = null; local 647 PreparedStatement ps = null; local 702 PreparedStatement ps = null; local 773 PreparedStatement ps = null; local 853 PreparedStatement ps = null; local 928 PreparedStatement ps = null; local 997 PreparedStatement ps = null; local 1065 PreparedStatement ps = null; local 1134 PreparedStatement ps = null; local 1193 PreparedStatement ps = null; local 1260 PreparedStatement ps = null; local 1308 PreparedStatement ps = null; local 1356 PreparedStatement ps = null; local 1414 PreparedStatement ps = null; local 1460 PreparedStatement ps = null; local 1548 PreparedStatement ps = null; local 1636 PreparedStatement ps = null; local 1735 PreparedStatement ps = null; local 1828 PreparedStatement ps = null; local 1923 PreparedStatement ps = null; local 1983 PreparedStatement ps = null; local 2035 PreparedStatement ps = null; local 2075 PreparedStatement ps = null; local 2089 PreparedStatement ps = null; local 2110 PreparedStatement ps = null; local 2159 PreparedStatement ps = null; local 2176 PreparedStatement ps = null; local 2194 PreparedStatement ps = null; local 2209 PreparedStatement ps = null; local 2227 PreparedStatement ps = conn.prepareStatement(query); local 2238 PreparedStatement ps = conn.prepareStatement(query); local 2253 PreparedStatement ps = conn.prepareStatement(query); local [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_eglimage.c | 80 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, NULL) 150 struct pipe_surface *ps; local [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/pages/ |
external_page.py | 10 def __init__(self, ps): 11 super(ExternalPage, self).__init__('file://foo.html', page_set=ps)
|
/external/clang/test/Analysis/diagnostics/ |
deref-track-symbolic-region.c | 16 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/ |
SilentPrintStream.java | 33 public SilentPrintStream(PrintStream ps) { 34 super(ps); 35 other = ps;
|
/frameworks/rs/driver/ |
rsdProgramStore.h | 24 const android::renderscript::ProgramStore *ps); 26 const android::renderscript::ProgramStore *ps); 28 const android::renderscript::ProgramStore *ps);
|
/bionic/libc/private/ |
bionic_mbstate.h | 46 size_t mbstate_bytes_so_far(const mbstate_t* ps); 47 void mbstate_set_byte(mbstate_t* ps, int i, char byte); 48 uint8_t mbstate_get_byte(const mbstate_t* ps, int n); 49 size_t reset_and_return_illegal(int _errno, mbstate_t* ps); 50 size_t reset_and_return(int _return, mbstate_t* ps);
|
/libcore/support/src/test/java/tests/support/ |
Support_TestWebServer.java | 542 PrintStream ps = new PrintStream(s.getOutputStream()); local 569 ps.print(HTTP_VERSION_STRING + " " + HTTP_BAD_METHOD + 571 ps.write(buf, 0, 5); 572 ps.write(EOL); 573 ps.flush(); 590 printStatus(ps); 591 printHeaders(ps); 594 psWriteEOL(ps); 601 send404(ps); 603 sendFile(ps); [all...] |
/external/llvm/test/MC/Mips/mips64r6/ |
invalid-mips5-wrong-error.s | 8 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 $fcc7,$f12,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instructio [all...] |
/external/llvm/test/MC/Mips/mips1/ |
invalid-mips5-wrong-error.s | 9 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 $fcc7,$f12,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instructio [all...] |
/external/llvm/test/MC/Mips/mips2/ |
invalid-mips5-wrong-error.s | 9 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 $fcc7,$f12,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: unknown instructio [all...] |