HomeSort by relevance Sort by last modified time
    Searched defs:cpu_mode (Results 1 - 10 of 10) sorted by null

  /external/syslinux/com32/hdt/
hdt-cli-cpu.c 257 struct cli_mode_descr cpu_mode = { variable in typeref:struct:cli_mode_descr
258 .mode = CPU_MODE,
hdt-cli.h 79 CPU_MODE,
144 struct cli_mode_descr cpu_mode; variable in typeref:struct:cli_mode_descr
  /external/fec/
encode_rs_8.c 12 static enum {UNKNOWN=0,MMX,SSE,SSE2,ALTIVEC,PORT} cpu_mode; variable in typeref:enum:__anon19002
23 if(cpu_mode == UNKNOWN){
29 cpu_mode = SSE2;
31 cpu_mode = SSE;
33 cpu_mode = MMX;
35 cpu_mode = PORT;
44 cpu_mode = ALTIVEC;
46 cpu_mode = PORT;
48 cpu_mode = PORT;
51 switch(cpu_mode){
    [all...]
fec.h 261 extern enum cpu_mode {UNKNOWN=0,PORT,MMX,SSE,SSE2,ALTIVEC} Cpu_mode; enum
262 void find_cpu_mode(void); /* Call this once at startup to set Cpu_mode */
  /bionic/libc/kernel/uapi/sound/
asequencer.h 250 unsigned char cpu_mode; member in struct:snd_seq_running_info
  /external/kernel-headers/original/uapi/sound/
asequencer.h 326 unsigned char cpu_mode; /* 4 = 32bit, 8 = 64bit */ member in struct:snd_seq_running_info
  /hardware/qcom/msm8996/kernel-headers/sound/
asequencer.h 249 unsigned char cpu_mode; member in struct:snd_seq_running_info
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asequencer.h 325 unsigned char cpu_mode; /* 4 = 32bit, 8 = 64bit */ member in struct:snd_seq_running_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asequencer.h 325 unsigned char cpu_mode; /* 4 = 32bit, 8 = 64bit */ member in struct:snd_seq_running_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asequencer.h 325 unsigned char cpu_mode; /* 4 = 32bit, 8 = 64bit */ member in struct:snd_seq_running_info

Completed in 787 milliseconds