/external/squashfs-tools/squashfs-tools/ |
D | restore.c | 54 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()
|
D | unsquashfs.c | 47 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/ |
D | MainProcessor.java | 49 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() 55 …processors.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/ |
D | ViewPort.java | 72 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()
|
D | RenderManager.java | 292 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/ |
D | ARM.td | 81 // 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/ |
D | 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.
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-3.1 | 19 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/ |
D | x86-64-double-shifts-Oz-Os-O2.ll | 5 ; 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/ |
D | AArch64.td | 74 "Cortex-A53 ARM processors", 81 "Cortex-A57 ARM processors",
|
/external/compiler-rt/lib/builtins/arm/ |
D | softfloat-alias.list | 3 # aliased to the *vfp functions on arm processors
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pwr3-6x.ll | 1 ; Test basic support for some older processors.
|
/external/valgrind/exp-bbv/tests/amd64-linux/ |
D | fldcw_check.S | 6 # instruction. On most x86 processors the retired_instruction
|
/external/valgrind/exp-bbv/tests/x86/ |
D | fldcw_check.S | 6 # instruction. On most x86 processors the retired_instruction
|
/external/llvm/lib/Target/XCore/ |
D | XCore.td | 31 // XCore processors supported.
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430.td | 26 // MSP430 supported processors.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZ.td | 17 // SystemZ supported processors and features
|
D | SystemZProcessors.td | 1 //===-- SystemZ.td - SystemZ processors and features ---------*- tblgen -*-===//
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | Processors.td | 10 // AMDIL processors supported.
|
/external/nanopb-c/examples/using_double_on_avr/ |
D | README.txt | 4 Some processors/compilers, such as AVR-GCC, do not support the double
|
/external/llvm/lib/Target/X86/ |
D | X86.td | 46 // 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/ |
D | x86_long_nop.s | 7 # Ensure alignment directives also emit sequences of 15-byte NOPs on processors
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | perf-stat.txt | 126 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/ |
D | NVPTX.td | 59 // NVPTX supported processors.
|
/external/llvm/lib/Target/R600/ |
D | SISchedule.td | 33 // BufferSize = 0 means the processors are in-order.
|