HomeSort by relevance Sort by last modified time
    Searched refs:target_cpu (Results 1 - 25 of 30) sorted by null

1 2

  /external/skia/platform_tools/android/bin/
android_build_app 21 target_cpu = "arm64" variable
31 m = re.match('target_cpu ?= ?"(.*)"', line.strip())
33 target_cpu = m.group(1) variable
35 if target_cpu == "arm":
37 elif target_cpu == "arm64":
39 elif target_cpu == "x86":
41 elif target_cpu == "x64":
43 elif target_cpu == "mipsel":
45 elif target_cpu == "mips64el":
48 sys.exit("unknown target_cpu")
    [all...]
android_gdbserver 19 GN_TARGET_CPU=$(grep target_cpu ${SKIA_OUT}/args.gn)
  /device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
psci_afflvl_on.c 43 typedef int (*afflvl_on_handler_t)(unsigned long target_cpu,
67 static int psci_afflvl0_on(unsigned long target_cpu,
83 return psci_plat_pm_ops->affinst_on(target_cpu,
94 static int psci_afflvl1_on(unsigned long target_cpu,
114 return psci_plat_pm_ops->affinst_on(target_cpu,
125 static int psci_afflvl2_on(unsigned long target_cpu,
146 return psci_plat_pm_ops->affinst_on(target_cpu,
167 unsigned long target_cpu)
182 rc = psci_afflvl_on_handlers[level](target_cpu,
207 int psci_afflvl_on(unsigned long target_cpu,
    [all...]
psci_main.c 43 int psci_cpu_on(unsigned long target_cpu,
53 rc = psci_validate_mpidr(target_cpu, MPIDR_AFFLVL0);
83 rc = psci_afflvl_on(target_cpu,
280 int psci_migrate(unsigned long target_cpu)
298 rc = psci_validate_mpidr(target_cpu, MPIDR_AFFLVL0);
304 rc = psci_spd_pm->svc_migrate(read_mpidr_el1(), target_cpu);
psci_private.h 157 int psci_afflvl_on(unsigned long target_cpu,
  /external/mesa3d/scons/
dxsdk.py 50 target_cpu = 'x86'
52 target_cpu = 'x64'
57 lib_dir = os.path.join(dxsdk_root, 'Lib', target_cpu)
  /external/v8/gypfiles/
vs_toolchain.py 199 def _CopyRuntime(target_dir, source_dir, target_cpu, debug):
214 if target_cpu == "x86":
218 elif target_cpu == "x64":
224 raise NotImplementedError("Unexpected target_cpu value:" + target_cpu)
249 def CopyDlls(target_dir, configuration, target_cpu):
253 target_cpu is one of 'x86' or 'x64'.
265 runtime_dir = x64_runtime if target_cpu == 'x64' else x86_runtime
266 _CopyRuntime(target_dir, runtime_dir, target_cpu, debug=False)
268 _CopyRuntime(target_dir, runtime_dir, target_cpu, debug=True
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/gic/
arm_gic.c 267 uint8_t target_cpu; local
291 target_cpu = arm_gic_get_cpuif_id();
302 gicd_set_itargetsr(g_gicd_base, irq_num, target_cpu);
  /device/linaro/bootloader/arm-trusted-firmware/include/bl31/services/
psci.h 212 void (*svc_on)(uint64_t target_cpu);
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
opteed_pm.c 43 static void opteed_cpu_on_handler(uint64_t target_cpu)
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
tspd_pm.c 44 static void tspd_cpu_on_handler(uint64_t target_cpu)
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
objdump.exp 46 lappend cpus_expected ${target_cpu}
  /toolchain/binutils/binutils-2.25/gas/testsuite/lib/
gas-defs.exp 263 global target_cpu
270 case "$target_cpu" in {
273 default { set target_cpu_family $target_cpu }
  /toolchain/binutils/binutils-2.25/binutils/
dllwrap.c 91 target_cpu; typedef in typeref:enum:__anon108102
94 static target_cpu which_cpu = UNKNOWN_CPU;
    [all...]
configure 713 target_cpu
    [all...]
  /external/fec/
configure 312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS SO_NAME VERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os SH_LIB REBIND MLIBS ARCH_OPTION LIBOBJS LTLIBOBJS'
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
configure 703 target_cpu
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
configure 736 target_cpu
    [all...]
  /external/libvorbis/
configure 813 target_cpu
    [all...]
  /external/swiftshader/third_party/LLVM/
configure 681 target_cpu
    [all...]
  /external/libpcap/
configure 678 target_cpu
    [all...]
  /external/netperf/
configure 657 target_cpu
    [all...]
  /external/protobuf/
configure 729 target_cpu
    [all...]
  /toolchain/binutils/binutils-2.25/
configure 687 target_cpu
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure 698 target_cpu
    [all...]

Completed in 871 milliseconds

1 2