/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/ |
H A D | runtests.bat | 15 REM default values for os, ws and arch
18 set arch=x86
variable 53 if x%1==x-arch set arch=%2 && shift && shift && goto processcmdlineargs
variable 74 set antRunner=%vm% -cp eclipse\startup.jar -Dosgi.ws=%ws% -Dosgi.os=%os% -Dosgi.arch=%arch% org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner
76 if %installmode%==noclean %antRunner% -file test.xml setup -Dws=%ws% -Dos=%os% -Darch=%arch% "-D%installmode%=true" -logger org.apache.tools.ant.DefaultLogger
85 %antRunner% -file test.xml %tests% -Dws=%ws% -Dos=%os% -Darch=%arch% %properties% "-D%installmode%=true" -logger org.apache.tools.ant.DefaultLogger
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
H A D | trap_registry.h | 18 uint32_t arch; member in struct:sandbox::arch_seccomp_data
|
/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/ltrace/ |
H A D | breakpoint.h | 68 struct arch_breakpoint_data arch; member in struct:breakpoint
|
H A D | library.h | 73 struct arch_library_symbol_data arch; member in struct:library_symbol 171 struct arch_library_data arch; member in struct:library
|
H A D | ltrace-elf.h | 40 * arch-specific bits into struct library is unclear as of now. */ 68 struct arch_ltelf_data arch; member in struct:ltelf 92 * background (see backend.h for documentation). The arch callback is
|
H A D | proc.h | 149 struct arch_process_data arch; member in struct:process
|
/external/minijail/ |
H A D | signal_handler.c | 26 unsigned int arch; member in struct:local_sigsys
|
H A D | bpf.h | 19 #include "arch.h" 52 __u32 arch; member in struct:seccomp_data 58 #define arch_nr (offsetof(struct seccomp_data, arch))
|
/external/tlsdate/src/ |
H A D | seccomp-compat.h | 26 uint32_t arch; member in struct:seccomp_data
|
/external/kernel-headers/original/uapi/linux/ |
H A D | seccomp.h | 41 * @arch: indicates system call convention as an AUDIT_ARCH_* value 49 __u32 arch; member in struct:seccomp_data
|
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/ |
H A D | Os.java | 34 System.getProperty("os.arch").toLowerCase(Locale.ENGLISH); 55 private String arch; field in class:Os 160 * @param arch The OS architecture 162 public void setArch(String arch) { argument 163 this.arch = arch.toLowerCase(Locale.ENGLISH); 184 return isOs(family, name, arch, version); 214 * @param arch the OS architecture to check for 218 public static boolean isArch(String arch) { argument 219 return isOs(null, null, arch, nul 245 isOs(String family, String name, String arch, String version) argument [all...] |
/external/deqp/framework/platform/win32/ |
H A D | tcuWin32VulkanPlatform.cpp | 154 const char* getProcessorArchitectureName (WORD arch) argument 156 switch (arch) 174 dst << "arch ";
|
/external/google-breakpad/src/common/mac/ |
H A D | macho_walker.cc | 39 #include <mach-o/arch.h> 87 const NXArchInfo *arch = NXGetLocalArchInfo(); local 88 assert(arch); 89 valid_cpu_type = arch->cputype; 182 struct fat_arch arch; local 184 if (!ReadBytes(&arch, sizeof(arch), offset)) 188 swap_fat_arch(&arch, 1, NXHostByteOrder()); 190 if (arch.cputype == cpu_type && 192 arch [all...] |
/external/libopus/silk/ |
H A D | enc_API.c | 72 int arch, /* I Run-time architecture */ 84 if( ret += silk_init_encoder( &psEnc->state_Fxx[ n ], arch ) ) { 178 ret += silk_init_encoder( &psEnc->state_Fxx[ 1 ], psEnc->state_Fxx[ 0 ].sCmn.arch ); 210 ret = silk_init_encoder( &psEnc->state_Fxx[ n ], psEnc->state_Fxx[ n ].sCmn.arch ); 70 silk_InitEncoder( void *encState, int arch, silk_EncControlStruct *encStatus ) argument
|
/external/drm_gralloc/ |
H A D | gralloc_drm_nouveau.c | 57 int arch; member in struct:nouveau_info 90 if (info->arch >= 0x50) { 100 if (info->arch >= 0xc0) { 117 else if (info->arch >= 0x50) { 286 info->arch = 0x04; 289 info->arch = 0x10; 292 info->arch = 0x20; 295 info->arch = 0x30; 299 info->arch = 0x40; 305 info->arch [all...] |
/external/google-breakpad/src/processor/ |
H A D | microdump.cc | 183 string arch; local 209 // This reflect the actual HW arch and might not match the arch emulated 214 os_tokens >> arch; local 261 if (strcmp(arch.c_str(), kArmArchitecture) == 0) { 270 } else if (strcmp(arch.c_str(), kArm64Architecture) == 0) { 280 std::cerr << "Unsupported architecture: " << arch << std::endl;
|
/external/libchrome/sandbox/linux/seccomp-bpf/ |
H A D | trap.cc | 33 unsigned int arch; member in struct:__anon9421::arch_sigsys 185 sigsys_nr_is_bad || sigsys.arch != SECCOMP_ARCH) {
|
/external/valgrind/coregrind/ |
H A D | fixup_macho_loadcmds.c | 290 struct fat_arch arch; local 307 arch.cputype = ntohl(arch_be->cputype); 308 arch.cpusubtype = ntohl(arch_be->cpusubtype); 309 arch.offset = ntohl(arch_be->offset); 310 arch.size = ntohl(arch_be->size); 311 if (arch.cputype == cputype) { 312 if (ii->img_szB < arch.offset + arch.size) 314 ii->macho_img = ii->img + arch.offset; 315 ii->macho_img_szB = arch [all...] |
H A D | launcher-darwin.c | 144 /* Examine the client and work out which arch it is for */ 162 // If it's thin, return that arch. 172 // If it's fat, look for a good arch. 178 // If only one fat arch, use it. 183 // Scan fat headers for default arch. 188 // Scan fat headers for any supported arch. 211 const char *arch; local 244 if (0 == strncmp(argv[i], "--arch=", 7)) 293 VG_(debugLog)(1, "launcher", "arch '%s' IS NOT installed\n", valid_archs[i].valgrind_name); 296 VG_(debugLog)(1, "launcher", "arch ' [all...] |
/external/valgrind/coregrind/m_coredump/ |
H A D | coredump-elf.c | 218 const ThreadArchState* arch = &tst->arch; local 242 regs->eflags = LibVEX_GuestX86_get_eflags( &arch->vex ); 243 regs->esp = arch->vex.guest_ESP; 244 regs->eip = arch->vex.guest_EIP; 246 regs->ebx = arch->vex.guest_EBX; 247 regs->ecx = arch->vex.guest_ECX; 248 regs->edx = arch->vex.guest_EDX; 249 regs->esi = arch->vex.guest_ESI; 250 regs->edi = arch 417 const ThreadArchState* arch = &tst->arch; local 514 const ThreadArchState* arch = &tst->arch; local [all...] |
/external/valgrind/coregrind/m_initimg/ |
H A D | initimg-darwin.c | 585 ThreadArchState* arch = &VG_(threads)[1].arch; local 594 LibVEX_GuestX86_initialise(&arch->vex); 597 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestX86State)); 598 VG_(memset)(&arch->vex_shadow2, 0, sizeof(VexGuestX86State)); 601 arch->vex.guest_ESP = iifii.initial_client_SP; 602 arch->vex.guest_EIP = iifii.initial_client_IP; 609 LibVEX_GuestAMD64_initialise(&arch->vex); 612 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestAMD64State)); 613 VG_(memset)(&arch [all...] |
/external/valgrind/coregrind/m_syswrap/ |
H A D | syswrap-mips32-linux.c | 260 setup_child (&ctst->arch, &ptst->arch); 263 ctst->arch.vex.guest_r2 = 0; 264 ctst->arch.vex.guest_r7 = 0; 266 ctst->arch.vex.guest_r29 = sp; 290 ctst->arch.vex.guest_r27 = child_tls; 294 ctst->arch.vex.guest_r27 = child_tls; 316 VG_(cleanup_thread) (&ctst->arch); 320 ptst->arch.vex.guest_r2 = 0; 332 VG_ (cleanup_thread) (ThreadArchState * arch) { } argument [all...] |
/external/clang/lib/Frontend/ |
H A D | InitHeaderSearch.cpp | 184 llvm::Triple::ArchType arch = triple.getArch(); local 185 bool is64bit = arch == llvm::Triple::ppc64 || arch == llvm::Triple::x86_64; 272 AddPath("/boot/develop/headers/os/arch", System, false);
|