Home | History | Annotate | Download | only in libogg

Lines Matching refs:CPU

230 	# covers most systems running today.  This code pipes the CPU
231 # types through head -n 1, so we only detect the type of CPU 0.
495 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
602 long cpu = sysconf (_SC_CPU_VERSION);
604 switch (cpu)
662 long cpu = sysconf (_SC_CPU_VERSION);
666 if (CPU_IS_PA_RISC (cpu))
668 switch (cpu)
676 else if (CPU_IS_HP_MC68K (cpu))
858 #undef CPU
862 CPU=mipsel
865 CPU=mips
867 CPU=
872 /^CPU/{
876 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
881 #undef CPU
885 CPU=mips64el
888 CPU=mips64
890 CPU=
895 /^CPU/{
899 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
911 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
925 # Look for CPU level
926 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in