HomeSort by relevance Sort by last modified time
    Searched defs:dup (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /bionic/libc/arch-arm/syscalls/
dup.S 5 ENTRY(dup) function
16 END(dup)
  /bionic/libc/arch-arm64/syscalls/
dup.S 5 ENTRY(dup) function
14 END(dup)
  /bionic/libc/arch-mips/syscalls/
dup.S 5 ENTRY(dup) function
19 END(dup)
  /bionic/libc/arch-mips64/syscalls/
dup.S 5 ENTRY(dup) function
25 END(dup)
  /bionic/libc/arch-x86/syscalls/
dup.S 5 ENTRY(dup) function
29 END(dup)
  /bionic/libc/arch-x86_64/syscalls/
dup.S 5 ENTRY(dup) function
15 END(dup)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
dup.s 10 dup z0.b, w0 label
16 dup z0.h, w0 label
22 dup z0.s, w0 label
28 dup z0.d, x0 label
34 dup z31.h, wsp label
40 dup z31.s, wsp label
46 dup z31.d, sp label
52 dup z31.b, wsp label
58 dup z5.b, #-128 label
64 dup z5.b, #12 label
70 dup z5.b, #255 label
76 dup z21.h, #-128 label
82 dup z21.h, #-128, lsl #8 label
88 dup z21.h, #-32768 label
94 dup z21.h, #127 label
100 dup z21.h, #127, lsl #8 label
106 dup z21.h, #32512 label
112 dup z21.s, #-128 label
118 dup z21.s, #-128, lsl #8 label
124 dup z21.s, #-32768 label
130 dup z21.s, #127 label
136 dup z21.s, #127, lsl #8 label
142 dup z21.s, #32512 label
148 dup z21.d, #-128 label
154 dup z21.d, #-128, lsl #8 label
160 dup z21.d, #-32768 label
166 dup z21.d, #127 label
172 dup z21.d, #127, lsl #8 label
178 dup z21.d, #32512 label
184 dup z0.b, z0.b[0] label
190 dup z0.h, z0.h[0] label
196 dup z0.s, z0.s[0] label
202 dup z0.d, z0.d[0] label
208 dup z0.q, z0.q[0] label
214 dup z31.b, z31.b[63] label
220 dup z31.h, z31.h[31] label
226 dup z31.s, z31.s[15] label
232 dup z31.d, z31.d[7] label
238 dup z5.q, z17.q[3] label
    [all...]
dup-diagnostics.s 4 dup z0.d, w0 label
6 // CHECK-NEXT: dup z0.d, w0
9 // wzr is not a valid operand to dup
10 dup z0.s, wzr label
12 // CHECK-NEXT: dup z0.s, wzr
15 // xzr is not a valid operand to dup
16 dup z0.d, xzr label
18 // CHECK-NEXT: dup z0.d, xzr
25 dup z0.b, #0, lsl #8 // #0, lsl #8 is not valid for .b label
27 // CHECK-NEXT: dup z0.b, #0, lsl #
30 dup z0.b, #-129 label
35 dup z0.b, #-1, lsl #8 label
40 dup z0.b, #256 label
45 dup z0.b, #1, lsl #8 label
50 dup z0.h, #-33024 label
55 dup z0.h, #-32769 label
60 dup z0.h, #-129, lsl #8 label
65 dup z0.h, #65281 label
70 dup z0.h, #65536 label
75 dup z0.h, #256, lsl #8 label
80 dup z0.s, #-33024 label
85 dup z0.s, #-32769 label
90 dup z0.s, #-129, lsl #8 label
95 dup z0.s, #32513 label
100 dup z0.s, #32768 label
105 dup z0.s, #128, lsl #8 label
110 dup z0.d, #-33024 label
115 dup z0.d, #-32769 label
120 dup z0.d, #-129, lsl #8 label
125 dup z0.d, #32513 label
130 dup z0.d, #32768 label
135 dup z0.d, #128, lsl #8 label
144 dup z0.b, b0 label
149 dup z0.h, h0 label
154 dup z0.s, s0 label
159 dup z0.d, d0 label
164 dup z0.q, q0 label
169 dup z24.b, z17.b[-1] label
174 dup z17.b, z5.b[64] label
179 dup z16.h, z30.h[-1] label
184 dup z19.h, z23.h[32] label
189 dup z1.s, z6.s[-1] label
194 dup z24.s, z3.s[16] label
199 dup z5.d, z25.d[-1] label
204 dup z12.d, z28.d[8] label
209 dup z22.q, z7.q[-1] label
214 dup z24.q, z21.q[4] label
224 dup z31.b, wsp label
230 dup z31.b, wsp label
236 dup z21.d, #32512 label
242 dup z21.d, #32512 label
248 dup z31.d, z31.d[7] label
254 dup z31.d, z31.d[7] label
    [all...]
  /device/generic/goldfish-opengl/system/hwc2/
MiniFence.cpp 39 int MiniFence::dup() const { function in class:android::MiniFence
40 return ::dup(mFenceFd);
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
RewriteRuleNodeStream.java 67 protected Object dup(Object el) { method in class:RewriteRuleNodeStream
68 // we dup every node, so don't have to worry about calling dup; short-
70 throw new UnsupportedOperationException("dup can't be called for a node stream.");
RewriteRuleSubtreeStream.java 58 * must dup the type node, but ID has been added.
60 * Referencing a rule result twice is ok; dup entire tree as
64 * a proper way to refactor. This needs to always call dup node
65 * and super.next() doesn't know which to call: dup node or dup tree.
71 // if out of elements and size is 1, dup (at most a single node
81 Object el = adaptor.dupNode(tree); // dup just the root (want node here)
86 protected Object dup(Object el) { method in class:RewriteRuleSubtreeStream
RewriteRuleTokenStream.java 75 protected Object dup(Object el) { method in class:RewriteRuleTokenStream
76 throw new UnsupportedOperationException("dup can't be called for a token stream.");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
posixfile.py 12 f.dup()
99 def dup(self): member in class:_posixfile_
103 raise AttributeError, 'dup() method unavailable'
105 return posix.fdopen(posix.dup(self._file_.fileno()), self._file_.mode)
111 raise AttributeError, 'dup() method unavailable'
  /external/bcc/src/cc/
file_desc.h 24 /// disallowed (call dup instead), and cleanup happens automatically.
51 FileDesc dup() const { function in class:ebpf::FileDesc
52 int dup_fd = ::dup(fd_);
  /external/boringssl/src/crypto/fipsmodule/digest/
internal.h 102 // dup is called when an |EVP_MD_CTX| is copied and so the |pctx| also needs
104 EVP_PKEY_CTX* (*dup) (EVP_PKEY_CTX *pctx); member in struct:evp_md_pctx_ops
  /external/curl/tests/libtest/
lib1502.c 43 CURL *dup; local
76 dup = curl_easy_duphandle(easy);
77 if(dup) {
79 easy = dup;
  /external/giflib/
gif_font.c 215 char *dup; local
231 dup = malloc(strlen(legend)+1);
233 if (dup != NULL) {
239 (void)strcpy(dup, (char *)legend);
240 cp = strtok((char *)dup, "\r\n");
251 (void)free((void *)dup);
  /external/mesa3d/src/gallium/auxiliary/util/
u_memory.h 81 void *dup = MALLOC(size); local
82 if (dup)
83 memcpy(dup, src, size);
84 return dup;
  /external/python/cpython2/Lib/
posixfile.py 12 f.dup()
99 def dup(self): member in class:_posixfile_
103 raise AttributeError, 'dup() method unavailable'
105 return posix.fdopen(posix.dup(self._file_.fileno()), self._file_.mode)
111 raise AttributeError, 'dup() method unavailable'
  /external/virglrenderer/src/gallium/auxiliary/util/
u_memory.h 73 void *dup = MALLOC(size); local
74 if (dup)
75 memcpy(dup, src, size);
76 return dup;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
ASTBase.cpp 162 ASTBase::dup() function in class:ASTBase
172 if ( t->_right!=NULL ) u->_right = t->_right->dup();
174 if ( t->_down!=NULL ) u->_down = t->_down->dup();
189 ASTDoublyLinkedBase::dup() function in class:ASTDoublyLinkedBase
198 u->_right=t->_right->dup(); // MR1
204 u->_down = t->_down->dup(); // MR1
  /external/expat/tests/
structdata.c 64 XML_Char *dup = malloc(byte_count); local
66 assert(dup != NULL);
67 memcpy(dup, s, byte_count);
68 return dup;
  /external/proguard/src/proguard/evaluation/
TracedStack.java 33 * into account dup/swap instructions as proper instructions or ignoring them.
92 * dup/swap instructions, without disturbing it.
117 * dup/swap instructions, without disturbing it.
213 public void dup() method in class:TracedStack
215 super.dup();
221 actualProducerStack.dup();
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyRepeatedField.java 232 RubyRepeatedField dup = (RubyRepeatedField) dup(context); local
235 dup.storage.addAll((RubyArray) list);
241 dup.storage.addAll((RubyArray) repeatedField.toArray(context));
243 return dup;
315 * RepeatedField.dup => repeated_field
321 public IRubyObject dup(ThreadContext context) { method in class:RubyRepeatedField
322 RubyRepeatedField dup = new RubyRepeatedField(context.runtime, metaClass, fieldType, typeClass); local
324 dup.push(context, this.storage.eltInternal(i));
326 return dup;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
ASTBase.cpp 162 ASTBase::dup() function in class:ASTBase
172 if ( t->_right!=NULL ) u->_right = t->_right->dup();
174 if ( t->_down!=NULL ) u->_down = t->_down->dup();
189 ASTDoublyLinkedBase::dup() function in class:ASTDoublyLinkedBase
198 u->_right=t->_right->dup(); // MR1
204 u->_down = t->_down->dup(); // MR1

Completed in 1665 milliseconds

1 2 3 4 5