HomeSort by relevance Sort by last modified time
    Searched refs:CPU (Results 301 - 325 of 343) sorted by null

<<11121314

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 30 GBLS _CPU ;// CPU name
54 ;// Override the tools settings of the CPU if the #define
55 ;// USECPU is set, otherwise use the CPU defined by the
62 _CPU SETS {CPU}
113 ;// Look for first available variant to match a CPU
114 ;// _M_TRY cpu, variant fall back list
131 INFO 1, "No match found for CPU '$_CPU'"
149 ;// For a given CPU, see if any of the variants supporting
150 ;// this CPU are available. The first available variant is
153 _M_TRY $cpu, $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 30 GBLS _CPU ;// CPU name
54 ;// Override the tools settings of the CPU if the #define
55 ;// USECPU is set, otherwise use the CPU defined by the
62 _CPU SETS {CPU}
113 ;// Look for first available variant to match a CPU
114 ;// _M_TRY cpu, variant fall back list
134 INFO 1, "No match found for CPU '$_CPU'"
152 ;// For a given CPU, see if any of the variants supporting
153 ;// this CPU are available. The first available variant is
156 _M_TRY $cpu, $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v
    [all...]
  /external/chromium_org/gpu/config/
gpu_control_list.cc 7 #include "base/cpu.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3DImagePacking.cpp 33 #include "core/platform/graphics/cpu/arm/GraphicsContext3DNEON.h"
313 #if CPU(BIG_ENDIAN)
    [all...]
  /external/v8/src/
deoptimizer.cc     [all...]
serialize.cc     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_view.js 901 * it is safe to perform CPU-heavy operations without disrupting the animation.
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
slide_mode.js 740 * @param {number} delay Delay in ms. Used to prevent the CPU-heavy image
    [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 188 CPU amdnop
668 %assign cpuflags_aligned (1<<21) ; not a cpu feature, but a function variant
675 ; All subsequent functions (up to the next INIT_CPUFLAGS) is built for the specified cpu.
  /external/srec/srec/crec/
srec_context.c 77 #if (CPU & CPU_ARM)||(CPU & CPU_STRONGARM)
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.cc 223 CPU::FlushICache(pc_, instruction_count);
    [all...]
macro-assembler-ia32.cc 34 #include "cpu-profiler.h"
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 191 CPU::FlushICache(pc_, instruction_count);
    [all...]
macro-assembler-ia32.cc     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 187 # error The ATA/ATAPI Driver can only to be used with a 386+ cpu
196 # error PCI BIOS can only be used with 386+ cpu
199 # error APM BIOS can only be used with 386+ cpu
    [all...]
  /external/blktrace/btt/doc/
btt.tex 92 containing parallel trace streams -- one file per CPU per
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 141 CHECK_TARGET_OPT(CPU, "target CPU");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp 81 #include "wtf/CPU.h"
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm.cc 61 // Get the CPU features enabled by the build. For cross compilation the
307 CPU::FlushICache(pc_, instruction_count * Assembler::kInstrSize);
    [all...]
macro-assembler-arm.cc 36 #include "cpu-profiler.h"
380 // The CPU supports fast immediate values, and this root will never
    [all...]
  /external/chromium_org/v8/src/
deoptimizer.cc     [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 124 // Put the CPU flags in rax.
153 // CMOV must be available on an X64 CPU.
200 CPU::FlushICache(pc_, instruction_count);
    [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.c 416 ;; switch to color mode and enable CPU access 480 lines
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 54 // Get the CPU features enabled by the build. For cross compilation the
151 CPU::FlushICache(pc_, instruction_count * Assembler::kInstrSize);
    [all...]
macro-assembler-arm.cc 62 // the blx instruction (below v5t). If you know what CPU you are compiling for
    [all...]

Completed in 3141 milliseconds

<<11121314