Home
last modified time | relevance | path

Searched refs:processors (Results 1 – 25 of 99) sorted by relevance

1234

/external/squashfs-tools/squashfs-tools/
Drestore.c54 extern int processors;
96 for(i = 0; i < processors; i++) in restore_thrd()
98 for(i = 0; i < processors; i++) in restore_thrd()
108 for(i = 0; i < processors; i++) in restore_thrd()
110 for(i = 0; i < processors; i++) in restore_thrd()
129 for(i = 0; i < processors; i++) in restore_thrd()
131 for(i = 0; i < processors; i++) in restore_thrd()
Dunsquashfs.c47 int processors = -1; variable
2192 if(processors == -1) { in initialise_threads()
2195 size_t len = sizeof(processors); in initialise_threads()
2204 if(sysctl(mib, 2, &processors, &len, NULL, 0) == -1) { in initialise_threads()
2207 processors = 1; in initialise_threads()
2210 processors = sysconf(_SC_NPROCESSORS_ONLN); in initialise_threads()
2214 if(add_overflow(processors, 3) || in initialise_threads()
2215 multiply_overflow(processors + 3, sizeof(pthread_t))) in initialise_threads()
2218 thread = malloc((3 + processors) * sizeof(pthread_t)); in initialise_threads()
2328 for(i = 0; i < processors; i++) { in initialise_threads()
[all …]
/external/jarjar/src/main/com/tonicsystems/jarjar/
DMainProcessor.java49 List<JarProcessor> processors = new ArrayList<JarProcessor>(); in MainProcessor() local
51 processors.add(ManifestProcessor.getInstance()); in MainProcessor()
53 processors.add(kp); in MainProcessor()
54 processors.add(new ZapProcessor(zapList)); in MainProcessor()
55processors.add(new JarTransformerChain(new RemappingClassTransformer[]{ new RemappingClassTransfor… in MainProcessor()
56 processors.add(new ResourceProcessor(pr)); in MainProcessor()
57 chain = new JarProcessorChain(processors.toArray(new JarProcessor[processors.size()])); in MainProcessor()
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DViewPort.java72 protected final ArrayList<SceneProcessor> processors = new ArrayList<SceneProcessor>(); field in ViewPort
116 return processors; in getProcessors()
130 processors.add(processor); in addProcessor()
143 processors.remove(processor); in removeProcessor()
DRenderManager.java292 List<SceneProcessor> processors = vp.getProcessors(); in notifyReshape() local
293 for (SceneProcessor proc : processors) { in notifyReshape()
1090 List<SceneProcessor> processors = vp.getProcessors(); in renderViewPort() local
1091 if (processors.isEmpty()) { in renderViewPort()
1092 processors = null; in renderViewPort()
1095 if (processors != null) { in renderViewPort()
1096 for (SceneProcessor proc : processors) { in renderViewPort()
1120 if (processors != null) { in renderViewPort()
1121 for (SceneProcessor proc : processors) { in renderViewPort()
1128 if (processors != null) { in renderViewPort()
[all …]
/external/llvm/lib/Target/ARM/
DARM.td81 // Some processors have FP multiply-accumulate instructions that don't
92 // Some processors benefit from using NEON instructions for scalar
105 /// processors.
114 // Some processors perform return stack prediction. CodeGen should avoid issue
195 "Cortex-A5 ARM processors",
200 "Cortex-A7 ARM processors",
207 "Cortex-A8 ARM processors",
212 "Cortex-A9 ARM processors",
218 "Swift ARM processors",
225 "Cortex-A12 ARM processors",
[all …]
/external/markdown/docs/
Drelease-2.0.txt28 * 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.
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.119 compression threads are created as there are available processors.
44 -processors <processors>
46 This specifies the number of processors used by Mksquashfs.
47 By default this is the number of available processors.
/external/llvm/test/CodeGen/X86/
Dx86-64-double-shifts-Oz-Os-O2.ll5 ; even for X86_64 processors that are known to have poor latency double
27 ; even for X86_64 processors that are known to have poor latency double
48 ; for size for X86_64 processors that are known to have poor latency double
/external/llvm/lib/Target/AArch64/
DAArch64.td74 "Cortex-A53 ARM processors",
81 "Cortex-A57 ARM processors",
/external/compiler-rt/lib/builtins/arm/
Dsoftfloat-alias.list3 # aliased to the *vfp functions on arm processors
/external/llvm/test/CodeGen/PowerPC/
Dpwr3-6x.ll1 ; Test basic support for some older processors.
/external/valgrind/exp-bbv/tests/amd64-linux/
Dfldcw_check.S6 # instruction. On most x86 processors the retired_instruction
/external/valgrind/exp-bbv/tests/x86/
Dfldcw_check.S6 # instruction. On most x86 processors the retired_instruction
/external/llvm/lib/Target/XCore/
DXCore.td31 // XCore processors supported.
/external/llvm/lib/Target/MSP430/
DMSP430.td26 // MSP430 supported processors.
/external/llvm/lib/Target/SystemZ/
DSystemZ.td17 // SystemZ supported processors and features
DSystemZProcessors.td1 //===-- SystemZ.td - SystemZ processors and features ---------*- tblgen -*-===//
/external/mesa3d/src/gallium/drivers/radeon/
DProcessors.td10 // AMDIL processors supported.
/external/nanopb-c/examples/using_double_on_avr/
DREADME.txt4 Some processors/compilers, such as AVR-GCC, do not support the double
/external/llvm/lib/Target/X86/
DX86.td46 // SSE1+ processors support them.
197 // X86 processors supported.
203 "Intel Atom processors">;
205 "Intel Silvermont processors">;
490 // covers a huge swath of x86 processors. If there are specific scheduling
/external/llvm/test/MC/X86/
Dx86_long_nop.s7 # Ensure alignment directives also emit sequences of 15-byte NOPs on processors
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-stat.txt126 socket number and the number of online processors on that socket. This is
133 core number and the number of online logical processors on that physical processor.
/external/llvm/lib/Target/NVPTX/
DNVPTX.td59 // NVPTX supported processors.
/external/llvm/lib/Target/R600/
DSISchedule.td33 // BufferSize = 0 means the processors are in-order.

1234