HomeSort by relevance Sort by last modified time
    Searched full:cpu_subtype (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.cpp 908 const uint32_t cpu_subtype = packet.GetU32 (&offset); local
909 s.Printf(" (cpu_mask=0x%8.8x, cpu_type=0x%8.8x, cpu_subtype=0x%8.8x)", cpu_mask, cpu_type, cpu_subtype);
    [all...]
  /external/flac/libFLAC/
cpu.c 367 info->data.ppc.ppc64 = (hostInfo.cpu_type == CPU_TYPE_POWERPC) && (hostInfo.cpu_subtype == CPU_SUBTYPE_POWERPC_970);
  /external/lldb/include/lldb/Core/
ArchSpec.h 146 uint32_t cpu_subtype);
  /external/llvm/lib/Support/
Host.cpp 467 switch(hostInfo.cpu_subtype) {

Completed in 722 milliseconds