Searched refs:dup (Results 1 - 25 of 315) sorted by last modified time

1234567891011>>

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A DAndroid.mk45 # We need to dup libwebrtc_isacfix$(MY_LIB_SUFFIX) because ibwebrtc_isacfix_neon$(MY_LIB_SUFFIX)
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c5259 IROp dup, get, op, op2, add, sub; local
5271 dup = Iop_Dup16x8;
5277 dup = Iop_Dup32x4;
5288 assign(arg_m, unop(dup, binop(get, getDRegI64(mreg), mkU8(index))));
5296 dup = Iop_Dup16x4;
5302 dup = Iop_Dup32x2;
5313 assign(arg_m, unop(dup, binop(get, getDRegI64(mreg), mkU8(index))));
5365 IROp dup, get, op, op2, add, sub; local
5375 dup = Iop_Dup16x4;
5381 dup
5422 IROp dup, get, op, op2, add, cmp; local
5496 IROp dup, get, op; local
5593 IROp dup, get, op; local
5636 IROp op ,op2, dup, get; local
5699 IROp op ,op2, dup, get; local
5797 IROp op ,op2, dup, get; local
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c1923 Bool dup local
1926 if (dup) {
/external/valgrind/main/coregrind/
H A Dm_libcfile.c382 SysRes VG_(dup) ( Int oldfd ) function
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c3013 PRE_REG_READ1(long, "dup", unsigned int, oldfd);
3019 if (!ML_(fd_allowed)(RES, "dup", tid, True)) {
3736 sres = VG_(dup)( VG_(cl_cmdline_fd) );
3761 sres = VG_(dup)( VG_(cl_auxv_fd) );
H A Dsyswrap-linux.c4388 sres = VG_(dup)( VG_(cl_cmdline_fd) );
4404 sres = VG_(dup)( VG_(cl_auxv_fd) );
/external/valgrind/main/helgrind/
H A Dhg_main.c3883 UWord *dup = HG_(zalloc) ("hg.dup.1", (SizeT) words_size * sizeof(UWord));
3886 dup[i] = words[i];
3888 return dup;
/external/valgrind/main/include/
H A Dpub_tool_libcfile.h87 extern SysRes VG_(dup) ( Int oldfd );
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp474 Syscall param dup(oldfd) contains uninitialised byte(s)
/external/valgrind/main/none/tests/
H A Dfdleak_dup.c12 (void) DO( dup(s) );
/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);
H A Dvorbisfile.c1120 ogg_page dup; local
1121 ogg_page_dup(&dup,&og);
1124 ogg_stream_pagein(work_os,&dup);
/external/stlport/test/eh/
H A DLeakCheck.h72 Value dup = v; local
77 op( dup );
84 CheckInvariant(dup);
153 Value dup = v; local
159 op( dup );
166 bool unchanged = (dup == v);
174 EH_STD::copy(dup.begin(), dup.end(), o);
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_hostmm.c25 * the dup flag, which when sets, indicates that the file handle has
78 * to malloc and free, the dup flag, and simply track
85 EAS_BOOL dup; member in struct:eas_hw_file_tag
254 file->dup = EAS_FALSE;
512 dupFile->dup = file->dup = EAS_TRUE;
543 if (file1->dup)
567 /* there is only one duplicate, clear the dup flag */
569 dupFile->dup = EAS_FALSE;
/external/sonivox/arm-wt-22k/host_src/
H A Deas_hostmm.c19 * the dup flag, which when set, indicates that the file handle has
83 * to malloc and free, the dup flag, and simply track
90 EAS_BOOL dup; member in struct:eas_hw_file_tag
264 fd = dup(locator->fd);
289 file->dup = EAS_FALSE;
542 dupFile->dup = file->dup = EAS_TRUE;
573 if (file1->dup)
597 /* there is only one duplicate, clear the dup flag */
599 dupFile->dup
[all...]
/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/sonivox/arm-wt-22k/misc/
H A Deas_host.c18 * buffer, the position of the next byte of data to be read, the dup
91 EAS_BOOL dup; member in struct:eas_hw_file_tag
264 file->dup = EAS_FALSE;
637 dupfile->dup = file->dup = EAS_TRUE;
671 if (file1->dup)
694 /* there is only one duplicate, clear the dup flag */
696 dupFile->dup = EAS_FALSE;
/external/sonivox/arm-fm-22k/host_src/
H A Deas_hostmm.c25 * the dup flag, which when sets, indicates that the file handle has
78 * to malloc and free, the dup flag, and simply track
85 EAS_BOOL dup; member in struct:eas_hw_file_tag
254 file->dup = EAS_FALSE;
512 dupFile->dup = file->dup = EAS_TRUE;
543 if (file1->dup)
567 /* there is only one duplicate, clear the dup flag */
569 dupFile->dup = EAS_FALSE;
/external/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js6264 var dup = [];
6266 dup[i] = code;
6267 this.replaceSelections(dup, collapse, origin || "+input");
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/qemu/android/utils/
H A Ddebug.c120 stdio_save_out_fd = dup(out_fd);
121 stdio_save_err_fd = dup(err_fd);
/external/qemu/distrib/sdl-1.2.15/build-scripts/
H A Dltmain.sh40 # --preserve-dup-deps don't remove duplicate dependency libraries
770 --preserve-dup-deps)

Completed in 508 milliseconds

1234567891011>>