Searched refs:cpu_mode (Results 1 - 8 of 8) sorted by relevance

/external/fec/
H A Dencode_rs_8.c12 static enum {UNKNOWN=0,MMX,SSE,SSE2,ALTIVEC,PORT} cpu_mode; variable in typeref:enum:__anon6479
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...]
H A Dcpu_mode_x86.c13 enum cpu_mode Cpu_mode;
H A Dcpu_mode_ppc.c16 enum cpu_mode Cpu_mode;
H A Dfec.h261 extern enum cpu_mode {UNKNOWN=0,PORT,MMX,SSE,SSE2,ALTIVEC} Cpu_mode; enum
/external/syslinux/com32/hdt/
H A Dhdt-cli.h144 struct cli_mode_descr cpu_mode; variable in typeref:struct:cli_mode_descr
H A Dhdt-cli-cpu.c257 struct cli_mode_descr cpu_mode = { variable in typeref:struct:cli_mode_descr
H A Dhdt-cli.c43 &cpu_mode,
/external/kernel-headers/original/uapi/sound/
H A Dasequencer.h326 unsigned char cpu_mode; /* 4 = 32bit, 8 = 64bit */ member in struct:snd_seq_running_info

Completed in 160 milliseconds