Home
last modified time | relevance | path

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

12345678

/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.c52 int processors = -1; variable
2198 if(processors == -1) { in initialise_threads()
2201 size_t len = sizeof(processors); in initialise_threads()
2210 if(sysctl(mib, 2, &processors, &len, NULL, 0) == -1) { in initialise_threads()
2213 processors = 1; in initialise_threads()
2216 processors = sysconf(_SC_NPROCESSORS_ONLN); in initialise_threads()
2220 if(add_overflow(processors, 3) || in initialise_threads()
2221 multiply_overflow(processors + 3, sizeof(pthread_t))) in initialise_threads()
2224 thread = malloc((3 + processors) * sizeof(pthread_t)); in initialise_threads()
2334 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/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
DIcu4jTransform.java30 import com.google.currysrc.processors.HidePublicClasses;
31 import com.google.currysrc.processors.InsertHeader;
32 import com.google.currysrc.processors.MakeClassesPublic;
33 import com.google.currysrc.processors.ModifyQualifiedNames;
34 import com.google.currysrc.processors.ModifyStringLiterals;
35 import com.google.currysrc.processors.RemoveJavaDocTags;
36 import com.google.currysrc.processors.RenamePackage;
37 import com.google.currysrc.processors.ReplaceSelectedJavadoc;
38 import com.google.currysrc.processors.ReplaceTextCommentScanner;
DTranslateJcite.java23 import com.google.currysrc.processors.BaseModifyCommentScanner;
24 import com.google.currysrc.processors.BaseTagElementNodeScanner;
DHideDraftProvisionalInternal.java19 import com.google.currysrc.processors.BaseJavadocTagJavadoc;
/external/llvm/lib/Target/ARM/
DARM.td166 // Some processors benefit from using NEON instructions for scalar
173 // On some processors, VLDn instructions that access unaligned data take one
179 // Some processors have a nonpipelined VFP coprocessor.
184 // Some processors have FP multiply-accumulate instructions that don't
202 /// processors.
211 // Some processors perform return stack prediction. CodeGen should avoid issue
315 "Cortex-A5 ARM processors", []>;
317 "Cortex-A7 ARM processors", []>;
319 "Cortex-A8 ARM processors", []>;
321 "Cortex-A9 ARM processors", []>;
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64.td151 "Cortex-A35 ARM processors", [
160 "Cortex-A53 ARM processors", [
173 "Cortex-A57 ARM processors", [
187 "Cortex-A72 ARM processors", [
196 "Cortex-A73 ARM processors", [
219 "Samsung Exynos-M1 processors", [
232 "Qualcomm Kryo processors", [
246 "Broadcom Vulcan processors", [
/external/skia/gn/
Dcompile_processors.py13 processors = sys.argv[2:] variable
14 for p in processors:
/external/skia/src/gpu/
DGrProcessorAnalysis.cpp13 const GrFragmentProcessor* const* processors, int cnt) { in analyzeProcessors() argument
21 const GrFragmentProcessor* fp = processors[i]; in analyzeProcessors()
/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/lib/Target/Sparc/
DLeonFeatures.td21 "Enable CASA instruction for LEON3 and LEON4 processors">;
24 // UMAC and SMAC support for LEON3 and LEON4 processors.
30 "Enable UMAC and SMAC for LEON3 and LEON4 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/swiftshader/third_party/LLVM/lib/Target/ARM/
DARM.td60 // Some processors have FP multiply-accumulate instructions that don't
71 // Some processors benefit from using NEON instructions for scalar
84 /// processors.
128 "Cortex-A8 ARM processors",
133 "Cortex-A9 ARM processors",
/external/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp104 SkString result = this->processors().dumpProcessors(); in dumpInfo()
128 args.fProcessors = &this->processors(); in pipelineInitArgs()
DGrDrawPathOp.cpp42 args.fProcessors = &this->processors(); in initPipeline()
116 if (this->processors() != that->processors()) { in onCombineIfPossible()
/external/autotest/client/tests/perfmon/
Dcontrol6 processors.
/external/compiler-rt/lib/builtins/arm/
Dsoftfloat-alias.list3 # aliased to the *vfp functions on arm processors
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
DBaseJavadocTagJavadoc.java16 package com.google.currysrc.processors;
DReplaceTextCommentScanner.java16 package com.google.currysrc.processors;
DBaseTagElementNodeScanner.java16 package com.google.currysrc.processors;
DHidePublicClasses.java16 package com.google.currysrc.processors;
DInsertHeader.java16 package com.google.currysrc.processors;
/external/llvm/test/CodeGen/PowerPC/
Dpwr3-6x.ll1 ; Test basic support for some older processors.

12345678