HomeSort by relevance Sort by last modified time
    Searched full:use_asm (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/lzma_sdk/
CpuArch.c 9 #define USE_ASM
12 #if defined(USE_ASM) && !defined(MY_CPU_AMD64)
54 #ifdef USE_ASM
chromium.patch 10 < #define USE_ASM
13 < #if defined(USE_ASM) && !defined(MY_CPU_AMD64)
54 < #ifdef USE_ASM
179 > #define USE_ASM
182 > #if defined(USE_ASM) && !defined(MY_CPU_AMD64)
224 > #ifdef USE_ASM
  /external/lzma/C/
CpuArch.c 9 #define USE_ASM
12 #if defined(USE_ASM) && !defined(MY_CPU_AMD64)
53 #ifdef USE_ASM
  /external/flac/libFLAC/include/private/
cpu.h 68 FLAC__bool use_asm; member in struct:__anon25321
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_stretch.c 215 SDL_bool use_asm = SDL_TRUE; local
289 use_asm = SDL_FALSE;
304 if (use_asm) {
  /external/flac/libFLAC/
cpu.c 163 info->use_asm = true; /* we assume a minimum of 80386 with FLAC__CPU_IA32 */
343 info->use_asm = false;
352 info->use_asm = true;
408 info->use_asm = false;
416 info->use_asm = false;
stream_decoder.c 422 if(decoder->private_->cpuinfo.use_asm) {
    [all...]
stream_encoder.c     [all...]

Completed in 878 milliseconds