Home | History | Annotate | Download | only in libevent

Lines Matching refs:CPU

231 	# covers most systems running today.  This code pipes the CPU
232 # types through head -n 1, so we only detect the type of CPU 0.
496 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
603 long cpu = sysconf (_SC_CPU_VERSION);
605 switch (cpu)
663 long cpu = sysconf (_SC_CPU_VERSION);
667 if (CPU_IS_PA_RISC (cpu))
669 switch (cpu)
677 else if (CPU_IS_HP_MC68K (cpu))
872 #undef CPU
876 CPU=mipsel
879 CPU=mips
881 CPU=
886 /^CPU/{
890 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
895 #undef CPU
899 CPU=mips64el
902 CPU=mips64
904 CPU=
909 /^CPU/{
913 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
925 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
939 # Look for CPU level
940 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in