Searched refs:dup (Results 126 - 150 of 315) sorted by relevance

1234567891011>>

/external/libhevc/common/arm64/
H A Dihevc_intra_pred_filters_chroma_mode_11_to_17.s136 dup v30.8b,w7 //intra_pred_ang
270 dup v26.8b,w9 //least idx added to final idx values
293 dup v27.4h,w0
425 dup v27.4h,w5 //row value inc or reset accordingly
431 dup v26.8b,w9
466 dup v27.4h,w9 //row value inc or reset accordingly
575 dup v26.8b,w9
H A Dihevc_inter_pred_chroma_vert_w16inp.s123 dup v16.4h, v0.4h[0] //coeff_0
124 dup v17.4h, v0.4h[1] //coeff_1
125 dup v18.4h, v0.4h[2] //coeff_2
126 dup v19.4h, v0.4h[3] //coeff_3
H A Dihevc_inter_pred_chroma_vert_w16inp_w16out.s123 dup v16.4h, v0.4h[0] //coeff_0
124 dup v17.4h, v0.4h[1] //coeff_1
125 dup v18.4h, v0.4h[2] //coeff_2
126 dup v19.4h, v0.4h[3] //coeff_3
H A Dihevc_intra_pred_luma_mode_3_to_9.s123 dup v30.8b,w7 //intra_pred_ang
158 dup v26.8b,w9 //least idx added to final idx values
302 dup v26.8b,w9
336 dup v27.8b,w0 //row value inc or reset accordingly
433 dup v26.8b,w9
490 dup v26.8b,w9 //least idx added to final idx values
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarAST.java460 public static GrammarAST dup(Tree t) { method in class:GrammarAST
471 return dup(this);
518 GrammarAST root = dup(t); // make copy of root
/external/chromium_org/tools/grit/grit/extern/
H A Dtclib.py137 dup = 0
140 dup = 1
142 if not dup:
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DITreeFixture.cs164 CommonTree dup = (CommonTree)(new CommonTreeAdaptor()).DupTree(r0);
166 Assert.IsNull(dup.Parent);
167 Assert.AreEqual(-1, dup.ChildIndex);
168 dup.SanityCheckParentAndChildIndexes();
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestTrees.java160 CommonTree dup = (CommonTree)(new CommonTreeAdaptor()).dupTree(r0);
162 assertNull(dup.parent);
163 assertEquals(-1, dup.childIndex);
164 dup.sanityCheckParentAndChildIndexes();
/external/chromium_org/ipc/
H A Dfile_descriptor_set_posix_unittest.cc25 const int duped = dup(fd);
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dx86masm.pl125 DQ 2 dup (?)
/external/chromium_org/third_party/lcov/contrib/galaxy/
H A Dposterize.pl138 dup
179 dup
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DAddDelegateTransformer.java84 dup();
/external/openssl/crypto/perlasm/
H A Dx86masm.pl123 DQ 2 dup (?)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtemplate.rb144 name = name.to_s.dup.freeze
155 new_name, old_name = new_name.to_s.dup.freeze, old_name.to_s
/external/chromium_org/base/memory/
H A Dshared_memory_posix.cc383 mapped_file_ = dup(fileno(fp.get()));
389 NOTREACHED() << "Call to dup failed, errno=" << errno;
462 const int new_fd = dup(handle_to_dup);
464 DPLOG(ERROR) << "dup() failed.";
/external/chromium_org/base/strings/
H A Dstring_util_unittest.cc606 va_list dup; local
607 GG_VA_COPY(dup, org);
614 int i2 = va_arg(dup, int);
615 int j2 = va_arg(dup, int);
616 char* s2 = va_arg(dup, char*);
617 double d2 = va_arg(dup, double);
624 va_end(dup);
/external/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp907 // dup() interpose function
910 dup$__interposed__ (int fd2)
916 const int fd = ::dup (fd2);
918 StringSP description_sp(new String ("pid=%i: dup (fd2=%i) -> fd=%i", pid, fd2, fd));
927 return ::dup (fd2);
1135 DYLD_INTERPOSE(dup$__interposed__, dup);
/external/tremolo/Tremolo/
H A Dframing.c1163 void ogg_page_dup(ogg_page *dup,ogg_page *orig){ argument
1164 dup->header_len=orig->header_len;
1165 dup->body_len=orig->body_len;
1166 dup->header=ogg_buffer_dup(orig->header);
1167 dup->body=ogg_buffer_dup(orig->body);
/external/libvorbis/vq/
H A Dvqgen.c92 long dup=0,unused=0; local
115 dup++;
138 fprintf(stderr,"cell diameter: %.03g::%.03g::%.03g (%ld unused/%ld dup)\n",
139 min,mean/acc,max,unused,dup);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_newlib.cc61 OP(fdio, dup); \
99 int WRAP(dup)(int fd, int* newfd) { function
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dpostproc_sse2.asm157 ; dup the first byte into the left border 8 times
165 ; dup the last byte into the right border
498 ; dup the first byte into the left border 8 times
507 ; dup the last byte into the right border
/external/chromium_org/third_party/skia/forth/
H A DStdWords.cpp29 BEGIN_WORD(dup) {
402 ADD_LITERAL_WORD("DUP", dup);
/external/libvpx/libvpx/vp8/common/x86/
H A Dpostproc_sse2.asm157 ; dup the first byte into the left border 8 times
165 ; dup the last byte into the right border
498 ; dup the first byte into the left border 8 times
507 ; dup the last byte into the right border
/external/ltrace/etc/
H A Dsyscalls.conf49 int dup(int);
/external/llvm/test/MC/AArch64/
H A Dneon-diagnostics.s4432 dup v1.8h, v2.b[2]
4433 dup v11.4s, v7.h[7]
4434 dup v17.2d, v20.s[0]
4435 dup v1.16b, v2.h[2]
4436 dup v11.8h, v7.s[3]
4437 dup v17.4s, v20.d[0]
4438 dup v5.2d, v1.b[1]
4441 // CHECK-ERROR dup v1.8h, v2.b[2]
4444 // CHECK-ERROR dup v11.4s, v7.h[7]
4447 // CHECK-ERROR dup v1
[all...]

Completed in 836 milliseconds

1234567891011>>