/external/mesa3d/src/gallium/state_trackers/d3d1x/tools/ |
H A D | fxc | 5 arch="$(uname -m)" 6 if test "$arch" == i386 || test "$arch" == i486 || test "$arch" == i586 || test "$arch" == i686 || test "$arch" == x86_64; then
|
/external/llvm/test/MC/Mips/ |
H A D | set-arch.s | 5 .set arch=mips1 7 .set arch=mips2 9 .set arch=mips3 11 .set arch=mips4 13 .set arch=mips5 15 .set arch=mips32 17 .set arch=mips32r2 19 .set arch=mips32 20 .set arch=mips32r3 22 .set arch [all...] |
/external/valgrind/coregrind/ |
H A D | link_tool_exe_linux.in | 76 my $arch = substr($x, 0, index($x, "'")); 79 if (($arch eq 'mips') || ($arch eq 'mipsel') 80 || ($arch eq 'mipsisa32r2el')) { 82 } elsif (($arch eq 'mips64') || ($arch eq 'mips64el') || 83 ($arch eq 'mipsisa64el')) {
|
/external/valgrind/tests/ |
H A D | arch_test.c | 13 // - 0 if the machine matches the asked-for arch 14 // - 1 if it doesn't match but does match the name of another arch 15 // - 2 if it doesn't match the name of any arch 40 static Bool go(char* arch) argument 44 if ( 0 == strcmp( arch, "x86" ) ) return True; 49 if ( 0 == strcmp( arch, "x86" ) ) return True; 51 if ( 0 == strcmp( arch, "amd64" ) ) return True; 54 if ( 0 == strcmp( arch, "ppc32" ) ) return True; 57 if ( 0 == strcmp( arch, "ppc64" ) ) return True; 59 if ( 0 == strcmp( arch, "ppc3 [all...] |
/external/vboot_reference/tests/futility/ |
H A D | test_sign_kernel.sh | 24 local arch=$1 26 echo -n "${arch}: 1 " 1>&3 30 --pack ${TMP}.blob1.${arch} \ 36 --vmlinuz ${SCRIPTDIR}/data/vmlinuz-${arch}.bin \ 37 --arch ${arch} \ 42 ${FUTILITY} vbutil_kernel --verify ${TMP}.blob1.${arch} \ 53 --vmlinuz ${SCRIPTDIR}/data/vmlinuz-${arch}.bin \ 54 --arch ${arch} \ [all...] |
/external/valgrind/coregrind/m_sigframe/ |
H A D | sigframe-mips32-linux.c | 86 sc->sc_regs[1] = tst->arch.vex.guest_r1; 87 sc->sc_regs[2] = tst->arch.vex.guest_r2; 88 sc->sc_regs[3] = tst->arch.vex.guest_r3; 89 sc->sc_regs[4] = tst->arch.vex.guest_r4; 90 sc->sc_regs[5] = tst->arch.vex.guest_r5; 91 sc->sc_regs[6] = tst->arch.vex.guest_r6; 92 sc->sc_regs[7] = tst->arch.vex.guest_r7; 93 sc->sc_regs[8] = tst->arch.vex.guest_r8; 94 sc->sc_regs[9] = tst->arch.vex.guest_r9; 95 sc->sc_regs[10] = tst->arch [all...] |
H A D | sigframe-tilegx-linux.c | 79 sc->gregs[0] = tst->arch.vex.guest_r0; 80 sc->gregs[1] = tst->arch.vex.guest_r1; 81 sc->gregs[2] = tst->arch.vex.guest_r2; 82 sc->gregs[3] = tst->arch.vex.guest_r3; 83 sc->gregs[4] = tst->arch.vex.guest_r4; 84 sc->gregs[5] = tst->arch.vex.guest_r5; 85 sc->gregs[6] = tst->arch.vex.guest_r6; 86 sc->gregs[7] = tst->arch.vex.guest_r7; 87 sc->gregs[8] = tst->arch.vex.guest_r8; 88 sc->gregs[9] = tst->arch [all...] |
H A D | sigframe-mips64-linux.c | 81 sc->sc_regs[1] = tst->arch.vex.guest_r1; 82 sc->sc_regs[2] = tst->arch.vex.guest_r2; 83 sc->sc_regs[3] = tst->arch.vex.guest_r3; 84 sc->sc_regs[4] = tst->arch.vex.guest_r4; 85 sc->sc_regs[5] = tst->arch.vex.guest_r5; 86 sc->sc_regs[6] = tst->arch.vex.guest_r6; 87 sc->sc_regs[7] = tst->arch.vex.guest_r7; 88 sc->sc_regs[8] = tst->arch.vex.guest_r8; 89 sc->sc_regs[9] = tst->arch.vex.guest_r9; 90 sc->sc_regs[10] = tst->arch [all...] |
H A D | sigframe-s390x-linux.c | 65 do { zztst->arch.vex.guest_r##zzn = (unsigned long)(zzval); \ 147 sigregs->regs.gprs[0] = tst->arch.vex.guest_r0; 148 sigregs->regs.gprs[1] = tst->arch.vex.guest_r1; 149 sigregs->regs.gprs[2] = tst->arch.vex.guest_r2; 150 sigregs->regs.gprs[3] = tst->arch.vex.guest_r3; 151 sigregs->regs.gprs[4] = tst->arch.vex.guest_r4; 152 sigregs->regs.gprs[5] = tst->arch.vex.guest_r5; 153 sigregs->regs.gprs[6] = tst->arch.vex.guest_r6; 154 sigregs->regs.gprs[7] = tst->arch.vex.guest_r7; 155 sigregs->regs.gprs[8] = tst->arch [all...] |
/external/llvm/test/MC/ARM/ |
H A D | directive-arch-semantic-action.s | 3 .arch armv6 7 .arch armv7 11 .arch invalid_architecture_name 12 @ CHECK: error: Unknown arch name
|
H A D | directive-object_arch-3.s | 5 .arch armv7 9 @ CHECK: .arch armv7
|
/external/minijail/ |
H A D | Makefile | 59 @printf "Generating target-arch specific $@... " 74 @printf "Generating target-arch specific $@... "
|
/external/autotest/client/site_tests/kernel_ConfigVerify/ |
H A D | kernel_ConfigVerify.py | 132 def is_arm_family(self, arch): 133 return arch in ['armv7l', 'aarch64'] 135 def is_x86_family(self, arch): 136 return arch in ['i386', 'x86_64'] 140 arch = utils.get_arch() 145 arch, userspace_arch, 180 if self.is_arm_family(arch): 187 if self.is_x86_family(arch): 188 if arch == "i386": 194 if (arch [all...] |
/external/libopus/silk/ |
H A D | init_encoder.c | 44 int arch /* I Run-time architecture */ 52 psEnc->sCmn.arch = arch;
|
/external/valgrind/coregrind/m_syswrap/ |
H A D | priv_syswrap-main.h | 39 void ML_(fixup_guest_state_to_restart_syscall) ( ThreadArchState* arch );
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
H A D | binary_manager.py | 22 def FetchPathWithVersion(self, binary_name, os_name, arch, os_version=None): 29 arch, os_version) 31 def FetchPath(self, binary_name, os_name, arch, os_version=None): 37 self._dependency_manager.FetchPath, binary_name, os_name, arch, 40 def LocalPath(self, binary_name, os_name, arch, os_version=None): 46 self._dependency_manager.LocalPath, binary_name, os_name, arch, 50 self, function, binary_name, os_name, arch, os_version): 51 platform = '%s_%s' % (os_name, arch) 54 versioned_platform = '%s_%s_%s' % (os_name, os_version, arch)
|
/external/libopus/celt/arm/ |
H A D | armcpu.c | 157 int arch = 0; local 160 return arch; 161 arch++; 164 return arch; 165 arch++; 168 return arch; 169 arch++; 171 return arch;
|
/external/libopus/silk/fixed/ |
H A D | autocorr_FIX.c | 42 int arch /* I Run-time architecture */ 47 *scale = _celt_autocorr(inputData, results, NULL, 0, corrCount-1, inputDataSize, arch);
|
/external/elfutils/tests/ |
H A D | backtrace-subr.sh | 74 echo >&2 $testname: arch not supported 100 arch=$1 101 testfiles backtrace.$arch.{exec,core} 102 tempfiles backtrace.$arch.{bt,err} 103 echo ./backtrace ./backtrace.$arch.{exec,core} 104 testrun ${abs_builddir}/backtrace -e ./backtrace.$arch.exec --core=./backtrace.$arch.core 1>backtrace.$arch.bt 2>backtrace.$arch.err || true 105 cat backtrace.$arch [all...] |
/external/ltrace/sysdeps/linux-gnu/mips/ |
H A D | plt.c | 74 debug(1,"plt_addr %zx ndx %#zx",lte->arch.pltgot_addr, ndx); 82 return lte->arch.pltgot_addr + 83 sizeof(void *) * (lte->arch.mips_local_gotno 84 + (ndx - lte->arch.mips_gotsym)); 110 if (sym->arch.pltalways 111 || (!sym->arch.gotonly && sym->plt_type == LS_TOPLT_NONE)) { 165 sym_index += lte->arch.mips_gotsym; 228 lte->arch.pltgot_addr = dyn.d_un.d_ptr; 231 lte->arch.mips_local_gotno = dyn.d_un.d_val; 234 lte->arch [all...] |
/external/curl/packages/Linux/RPM/ |
H A D | make_curl_rpm | 9 arch=`rpm --showrc | awk 'NF == 3 && $2 == "_arch" { print $3 }'` 50 sed -e 's/^Packager: .*/Packager: $packager_name $packager_email/' $specs_dir/$target.spec > $specs_dir/$target-$version-$arch.spec 53 if ! rpm -ba $specs_dir/$target-$version-$arch.spec 55 echo "error building $target for $arch -- check output above" 58 echo "$target rpm is now in $rpms_dir/$arch"
|
/external/libchrome/base/ |
H A D | sys_info_posix.cc | 132 std::string arch(info.machine); 133 if (arch == "i386" || arch == "i486" || arch == "i586" || arch == "i686") { 134 arch = "x86"; 135 } else if (arch == "amd64") { 136 arch = "x86_64"; 138 return arch;
|
/external/compiler-rt/test/builtins/timing/ |
H A D | time | 4 arch=$1 9 if gcc -arch $arch -Os $file $ldflags -DLIBNAME=$name
|
/external/ltrace/sysdeps/linux-gnu/ppc/ |
H A D | plt.c | 154 libsym->arch.type = PPC_PLT_RESOLVED; 155 libsym->arch.resolved_value = value; 184 uint32_t insn1 = libsym->arch.resolved_value >> 32; 185 uint32_t insn2 = (uint32_t) libsym->arch.resolved_value; 190 == (arch_addr_t) (long) libsym->lib->arch.pltgot_addr))) 192 mark_as_resolved(libsym, libsym->arch.resolved_value); 204 &libsym->arch.resolved_value) < 0) { 220 libsym->arch.plt_slot_addr 245 if (lte->ehdr.e_machine == EM_PPC && lte->arch.secure_plt) { 246 assert(lte->arch [all...] |
/external/google-breakpad/src/common/mac/ |
H A D | arch_utilities.h | 35 #include <mach-o/arch.h>
|