Home
last modified time | relevance | path

Searched refs:MACH_CPU_TYPE_AMD64 (Results 1 – 2 of 2) sorted by relevance

/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/
H A DMubHandler.cpp33 #define MACH_CPU_TYPE_AMD64 (MACH_CPU_ARCH_ABI64 | MACH_CPU_TYPE_386) macro
113 case MACH_CPU_TYPE_AMD64: ext = "x64"; break; in GetProperty()
129 item.Type != MACH_CPU_TYPE_AMD64 || in GetProperty()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DMubHandler.cpp33 #define MACH_CPU_TYPE_AMD64 (MACH_CPU_ARCH_ABI64 | MACH_CPU_TYPE_386) macro
113 case MACH_CPU_TYPE_AMD64: ext = "x64"; break; in GetProperty()
129 item.Type != MACH_CPU_TYPE_AMD64) in GetProperty()