HomeSort by relevance Sort by last modified time
    Searched full:processors (Results 1 - 25 of 661) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Support/
Host.cpp 132 case 0: // Intel486 DX processors
133 case 1: // Intel486 DX processors
134 case 2: // Intel486 SX processors
135 case 3: // Intel487 processors, IntelDX2 OverDrive processors,
136 // IntelDX2 processors
138 case 5: // IntelSX2 processors
139 case 7: // Write-Back Enhanced IntelDX2 processors
140 case 8: // IntelDX4 OverDrive processors, IntelDX4 processors
    [all...]
  /external/libyuv/files/include/libyuv/
cpu_id.h 16 // These flags are only valid on x86 processors
20 // These flags are only valid on ARM processors
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
sysinfo.h 33 /* Return number of configured processors. */
36 /* Return number of available processors. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidSourceViewerConfig.java 64 * Returns the content assist processors that will be used for content
70 * processors are applicable
77 ArrayList<IContentAssistProcessor> processors = new ArrayList<IContentAssistProcessor>(); local
81 processors.add(mProcessor);
97 processors.add(new FilteringContentAssistProcessor(p));
99 processors.add(p);
104 if (processors.size() > 0) {
105 return processors.toArray(new IContentAssistProcessor[processors.size()]);
  /cts/tests/tests/os/src/android/os/cts/
NoExecutePermissionTest.java 72 // ARM processors before v7 do not have NX support.
77 // TODO: handle other processors. For now, assume those processors
  /external/kernel-headers/original/linux/
threads.h 11 * Maximum supported processors that can run under SMP. This value is
smp.h 52 * Call a function on all other processors
57 * Call a function on all processors
node.h 6 * definitions of processors.
  /external/llvm/lib/Target/ARM/
ARM.td 57 // Some processors have FP multiply-accumulate instructions that don't
68 // Some processors benefit from using NEON instructions for scalar
81 /// processors.
118 // ARM Processors supported.
125 "Cortex-A8 ARM processors",
130 "Cortex-A9 ARM processors",
138 // V4 Processors.
147 // V4T Processors.
160 // V5T Processors.
164 // V5TE Processors
    [all...]
  /external/markdown/docs/
release-2.0.txt 28 * The various processors and patterns are now stored with OrderedDicts rather
29 than lists. Any code adding processors and/or patterns into Python-Markdown
31 * The various types of processors available have been either combined, added,
32 or removed. Ensure that your processors match the currently supported types.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
perfutils.h 4 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
qos_ti_uuid.h 4 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
_dbpriv.h 4 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
devdefs.h 4 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
dspapi.h 4 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
mgrpriv.h 4 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
  /external/chromium/base/
sys_info_posix.cc 30 // It seems that sysconf returns the number of "logical" processors on both
31 // Mac and Linux. So we get the number of "online logical" processors.
  /external/markdown/markdown/
postprocessors.py 2 POST-PROCESSORS
5 Markdown also allows post-processors, which are similar to preprocessors in
  /external/icu4c/layout/
CharSubstitutionFilter.h 18 * This filter is used by character-based GSUB processors. It
  /external/webrtc/src/system_wrappers/interface/
cpu_wrapper.h 25 // Returns the average CPU usage for all processors. The CPU usage can be
  /frameworks/compile/libbcc/runtime/lib/
clear_cache.c 28 * Intel processors have a unified instruction and data cache
  /hardware/ti/omap3/dspbridge/inc/
_dbpriv.h 20 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
devdefs.h 20 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
drvdefs.h 19 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
dspapi.h 20 * DSP-BIOS Bridge driver support functions for TI OMAP processors.

Completed in 597 milliseconds

1 2 3 4 5 6 7 8 91011>>