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

  /external/fec/
encode_rs_8.c 12 static enum {UNKNOWN=0,MMX,SSE,SSE2,ALTIVEC,PORT} cpu_mode; variable in typeref:enum:__anon22318
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...]
cpu_mode_x86.c 13 enum cpu_mode Cpu_mode;
18 if(Cpu_mode != UNKNOWN)
24 Cpu_mode = SSE2;
26 Cpu_mode = SSE;
28 Cpu_mode = MMX;
30 Cpu_mode = PORT;
32 fprintf(stderr,"SIMD CPU detect: %s\n",Cpu_modes[Cpu_mode]);
cpu_mode_ppc.c 16 enum cpu_mode Cpu_mode;
20 if(Cpu_mode != UNKNOWN)
31 Cpu_mode = ALTIVEC;
33 Cpu_mode = PORT;
36 Cpu_mode = PORT;
39 fprintf(stderr,"SIMD CPU detect: %s\n",Cpu_modes[Cpu_mode]);
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 204 unsigned char cpu_mode; member in struct:snd_seq_running_info
  /external/kernel-headers/original/uapi/sound/
asequencer.h 327 unsigned char cpu_mode; /* 4 = 32bit, 8 = 64bit */ member in struct:snd_seq_running_info

Completed in 119 milliseconds