Searched refs:arch (Results 251 - 275 of 594) sorted by relevance

<<11121314151617181920>>

/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-amd64-linux.c238 setup_child( &ctst->arch, &ptst->arch );
242 ctst->arch.vex.guest_RAX = 0;
245 ctst->arch.vex.guest_RSP = rsp;
276 ctst->arch.vex.guest_FS_CONST = tlsaddr;
296 VG_(cleanup_thread)(&ctst->arch);
310 void VG_(cleanup_thread) ( ThreadArchState *arch )
469 tst->arch.vex.guest_RSP -= sizeof(Addr);
474 ML_(fixup_guest_state_to_restart_syscall)(&tst->arch);
507 tst->arch
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
H A Ddirector-ant.jar ... String os private String ws private String nl private String arch private String uninstallIU private String extraArguments private java.io ...
/external/libmpeg2/
H A Ddecoder.mk47 # Load the arch-specific settings
/external/libopus/silk/fixed/
H A Dfind_LPC_FIX.c63 silk_burg_modified( &res_nrg, &res_nrg_Q, a_Q16, x, minInvGain_Q30, subfr_length, psEncC->nb_subfr, psEncC->predictLPCOrder, psEncC->arch );
69 silk_burg_modified( &res_tmp_nrg, &res_tmp_nrg_Q, a_tmp_Q16, x + 2 * subfr_length, minInvGain_Q30, subfr_length, 2, psEncC->predictLPCOrder, psEncC->arch );
/external/libopus/silk/float/
H A Dfind_pitch_lags_FLP.c41 int arch /* I Run-time architecture */
120 thrhld, psEnc->sCmn.fs_kHz, psEnc->sCmn.pitchEstimationComplexity, psEnc->sCmn.nb_subfr, arch ) == 0 )
H A Dmain_FLP.h75 int arch /* I Run-tim architecture */
134 int arch /* I Run-time architecture */
/external/libvpx/
H A Dlibvpx.mk27 # Load the arch-specific settings
/external/lldb/scripts/
H A Dbuild-llvm.pl159 foreach my $arch (@archs)
161 my $llvm_dstroot_arch = "${llvm_dstroot}/${arch}";
163 # if the arch destination root exists we have already built it
166 my $is_arm = $arch =~ /^arm/;
169 print "LLVM architecture root for ${arch} exists at '$llvm_dstroot_arch'...";
190 print "LLVM architecture archive for ${arch} is '$llvm_dstroot_arch_archive'\n";
205 do_command ("mkdir -p '$llvm_dstroot_arch_bin'", "making llvm build arch bin directory '$llvm_dstroot_arch_bin'", 1);
219 # Tools that must have the "-arch" and "-sysroot" specified
227 print SCRIPT "#!/bin/sh\nexec '$actual_prog_path' -arch ${arch}
[all...]
/external/llvm/test/MC/Mips/
H A Dmips-reginfo-fp32.s1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -filetype=obj -o - | \
/external/llvm/test/MC/Mips/msa/
H A Dtest_i8.s1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -show-encoding | FileCheck %s
H A Dtest_vec.s1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -show-encoding | FileCheck %s
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp546 int arch = CV_GET_PROC_ARCH(cpu_info->model); local
557 const char** ipp_suffix = arch == CV_PROC_IA64 ? ipp_sfx_ia64 :
558 arch == CV_PROC_EM64T ? ipp_sfx_em64t : ipp_sfx_ia32;
559 const char** mkl_suffix = arch == CV_PROC_IA64 ? mkl_sfx_ia64 :
560 arch == CV_PROC_EM64T ? mkl_sfx_em64t : mkl_sfx_ia32;
589 (arch == CV_PROC_IA32_GENERIC || arch == CV_PROC_IA64 || arch == CV_PROC_EM64T) )
/external/valgrind/
H A DAndroid.build_all.mk20 # build second arch
/external/valgrind/include/
H A Dpub_tool_basics.h292 # error Unknown arch
332 # error Unknown arch
/external/vboot_reference/tests/futility/
H A Dtest_show_kernel.sh39 --arch arm \
/external/vboot_reference/tests/
H A Dgen_preamble_testdata.sh77 --arch arm \
/external/compiler-rt/make/platform/
H A Dclang_darwin.mk19 for arch in $(1); do \
20 if $(CC) -arch $$arch -c \
26 | tr ' ' '\n' | grep "^$$arch$$" >/dev/null 2>/dev/null; then \
27 result="$$result$$arch "; \
30 "warning: clang_darwin.mk: dropping arch '$$arch' from lib '$(2)'";\
35 "warning: clang_darwin.mk: dropping arch '$$arch' from lib '$(2)'"; \
155 # Forcibly strip off any -arch, a
[all...]
/external/icu/icu4c/source/allinone/
H A Dicucheck.bat33 echo testing ICU in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
117 echo Summary: ICU in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
/external/lldb/include/lldb/Core/
H A DEmulateInstruction.h90 FindPlugin (const ArchSpec &arch,
388 EmulateInstruction (const ArchSpec &arch);
400 SetTargetTriple (const ArchSpec &arch) = 0;
409 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data) = 0;
/external/lldb/include/lldb/Target/
H A DABI.h124 FindPlugin (const ArchSpec &arch);
/external/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.h115 CreateInstance (const lldb_private::ArchSpec &arch);
/external/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.h116 CreateInstance (const lldb_private::ArchSpec &arch);
/external/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.h113 CreateInstance (const lldb_private::ArchSpec &arch);
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.h79 GetArchitectureAtIndex (uint32_t cpu_idx, lldb_private::ArchSpec& arch) const;
/external/llvm/test/MC/Sparc/
H A Dsparc-mem-instructions.s1 ! RUN: llvm-mc %s -arch=sparc -show-encoding | FileCheck %s
2 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s

Completed in 2843 milliseconds

<<11121314151617181920>>