Searched refs:dup (Results 76 - 100 of 273) sorted by relevance

1234567891011

/external/compiler-rt/test/BlocksRuntime/
H A Dfail.c60 dup(1);
/external/libhevc/common/arm64/
H A Dihevc_deblk_chroma_vert.s161 dup v2.4h,w3
167 dup v3.4h,w2
170 dup v30.4h,w3
171 dup v31.4h,w2
H A Dihevc_intra_pred_filters_luma_mode_11_to_17.s136 dup v30.8b,w7 //intra_pred_ang
259 dup v2.8b,w0 //contains #1 for adding to get ref_main_idx + 1
265 dup v3.8b,w0
278 dup v26.8b,w9 //least idx added to final idx values
287 dup v29.8b,w0 //contains #31 for vand operation
290 dup v28.8b,w0
297 dup v27.8b,w0 //row value inc or reset accordingly
418 dup v27.8b,w0 //row value inc or reset accordingly
423 dup v26.8b,w9
456 dup v2
[all...]
H A Dihevc_inter_pred_chroma_vert.s126 dup v0.8b, v3.b[0] //coeffabs_0
127 dup v1.8b, v3.b[1] //coeffabs_1
128 dup v2.8b, v3.b[2] //coeffabs_2
129 dup v3.8b, v3.b[3] //coeffabs_3
191 dup v7.2s, v6.s[1]
194 dup v7.2s, v7.s[1]
198 dup v7.2s, v7.s[1]
H A Dihevc_inter_pred_chroma_vert_w16out.s128 dup v0.8b, v3.b[0] //coeffabs_0
129 dup v1.8b, v3.b[1] //coeffabs_1
130 dup v2.8b, v3.b[2] //coeffabs_2
131 dup v3.8b, v3.b[3] //coeffabs_3
192 dup v7.2s, v6.s[1]
195 dup v7.2s, v7.s[1]
199 dup v7.2s, v7.s[1]
H A Dihevc_intra_pred_luma_dc.s131 dup v7.2s,w5
203 dup v16.8b, v18.b[0] //dc_val
221 dup v24.8h, v23.h[0] //3*dc + 2 (moved to all lanes)
371 dup v20.16b, v16.b[0]
454 dup v16.8b, v18.b[0] //dc_val
464 dup v24.8h, v23.h[0] //3*dc + 2 (moved to all lanes)
H A Dihevc_intra_pred_luma_vert.s181 dup v22.16b,w11 //src[2nt]
188 dup v24.16b,w12 //src[2nt+1]
189 dup v30.8h,w12
321 dup v22.8b,w11 //src[2nt]
328 dup v24.8b,w12 //src[2nt+1]
329 dup v30.8h,w12
H A Dihevc_intra_pred_chroma_dc.s192 dup v17.8b,w1
193 dup v16.8b,w11
285 dup v0.4h,w10
H A Dihevc_intra_pred_chroma_mode_3_to_9.s122 dup v30.8b,w7 //intra_pred_ang
151 dup v26.8b,w9 //most idx added to final idx values
170 dup v27.4h,w0
301 dup v27.4h,w5 //row value inc or reset accordingly
307 dup v16.8b,w5
308 dup v26.8b,w9
344 dup v27.4h,w9 //row value inc or reset accordingly
433 dup v26.8b,w9
451 dup v16.8b,w6
/external/clang/test/Analysis/
H A Dtaint-generic.c103 char *dup; local
104 dup = strndup(s, 20);
105 setproctitle(dup, 3); // expected-warning {{Uncontrolled Format String}}
/external/libavc/common/armv8/
H A Dih264_deblk_chroma_av8.s96 dup v20.8b, w2 //D20 contains alpha_cb
97 dup v21.8b, w5 //D21 contains alpha_cr
115 dup v16.8b, w3 //D16 contains beta_cb
116 dup v17.8b, w6 //D17 contains beta_cr
215 dup v22.8h, w2 //Q11 = alpha
216 dup v24.8h, w3 //Q12 = beta
350 dup v20.8b, w2 //D20 contains alpha_cb
351 dup v21.8b, w4 //D21 contains alpha_cr
376 dup v16.8b, w3 //Q8 contains beta_cb
377 dup v1
[all...]
H A Dih264_weighted_pred_av8.s125 dup v2.4h, w5 //D2 = wt (16-bit)
128 dup v3.8b, w6 //D3 = ofst (8-bit)
130 dup v0.8h, w9 //Q0 = -log_WD (16-bit)
355 dup v2.4s, w5 //Q1 = {wt_u (16-bit), wt_v (16-bit)}
358 dup v4.4h, w6 //D4 = {ofst_u (8-bit), ofst_v (8-bit)}
360 dup v0.8h, w9 //Q0 = -log_WD (16-bit)
/external/libpcap/msdos/
H A Dpkt_rx0.asm49 destinAdr db 6 dup (0) ; packet destination address
50 sourceAdr db 6 dup (0) ; packet source address
52 rxBuffer db RX_BUF_SIZE dup (0) ; RX buffer
58 _pktTemp db 20 dup (0) ; temp work area
59 _pktTxBuf db (TX_BUF_SIZE+14) dup (0) ; TX buffer
60 _pktRxBuf RX_ELEMENT NUM_RX_BUF dup (<>) ; RX structures
/external/proguard/src/proguard/evaluation/
H A DTracedStack.java33 * 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/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.c67 * to malloc and free, the dup flag, and simply track
78 EAS_BOOL dup; member in struct:eas_hw_file_tag
86 EAS_BOOL dup; member in struct:eas_hw_file_tag
843 file->dup = EAS_FALSE;
1225 dupfile->dup = file->dup = EAS_TRUE;
1259 if (file1->dup)
1282 /* there is only one duplicate, clear the dup flag */
1284 dupFile->dup = EAS_FALSE;
1367 file->dup
[all...]
H A DEASLibVst.c65 * to malloc and free, the dup flag, and simply track
76 EAS_BOOL dup; member in struct:eas_hw_file_tag
84 EAS_BOOL dup; member in struct:eas_hw_file_tag
538 file->dup = EAS_FALSE;
920 dupfile->dup = file->dup = EAS_TRUE;
954 if (file1->dup)
977 /* there is only one duplicate, clear the dup flag */
979 dupFile->dup = EAS_FALSE;
1062 file->dup
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-template.rb180 MethodDescription.new( :to_s, '@name.to_s.dup' )
201 | @name.to_s.dup
224 MethodDescription.new( :to_s, '@name.to_s.dup' )
245 | @name.to_s.dup
/external/bison/
H A DAndroid.mk46 lib/dup-safer-flag.c \
47 lib/dup-safer.c \
/external/e2fsprogs/lib/ext2fs/
H A Ddupfs.c99 fs->mmp_fd = dup(src->mmp_fd);
/external/google-breakpad/src/client/linux/microdump_writer/
H A Dmicrodump_writer_unittest.cc97 int save_err = dup(STDERR_FILENO);
/external/libdrm/freedreno/
H A Dfreedreno_device.c121 /* like fd_device_new() but creates it's own private dup() of the fd
126 struct fd_device *dev = fd_device_new(dup(fd));
/external/llvm/test/MC/AArch64/
H A Darm64-advsimd.s87 dup.2d v0, x3
88 dup.4s v0, w3
89 dup.2s v0, w3
90 dup.8h v0, w3
91 dup.4h v0, w3
92 dup.16b v0, w3
93 dup.8b v0, w3
95 dup v1.2d, x3
96 dup v2.4s, w4
97 dup v
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
H A DConstructorDelegate.java103 e.dup();
/external/netperf/
H A Dnetserver.c243 if (dup (fileno (where)) == -1)
589 if (dup (fileno (rd_null_fp)) == -1)
601 if (dup (fileno (where)) == -1)
619 if (dup (fileno (wr_null_fp)) == -1)
/external/valgrind/include/
H A Dpub_tool_libcfile.h87 extern SysRes VG_(dup) ( Int oldfd );

Completed in 945 milliseconds

1234567891011