Searched refs:parallelism (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/tools/ |
D | nocompile_driver.py | 87 def ValidateInput(parallelism, sourcefile_path, cflags, resultfile_path): argument 89 assert parallelism >= 1 421 parallelism = int(sys.argv[1]) 428 ValidateInput(parallelism, sourcefile_path, cflags, resultfile_path) 445 if len(executing_tests) >= parallelism:
|
/external/chromium_org/third_party/libjpeg_turbo/linux/ |
D | jsimdcfg.inc | 70 ; To maximize parallelism, Type DCTELEM is changed to short (originally, int). 76 ; To maximize parallelism, Type short is changed to short.
|
/external/chromium_org/third_party/libjpeg_turbo/win/ |
D | jsimdcfg.inc | 70 ; To maximize parallelism, Type DCTELEM is changed to short (originally, int). 76 ; To maximize parallelism, Type short is changed to short.
|
/external/chromium_org/third_party/libjpeg_turbo/mac/ |
D | jsimdcfg.inc | 70 ; To maximize parallelism, Type DCTELEM is changed to short (originally, int). 76 ; To maximize parallelism, Type short is changed to short.
|
/external/chromium_org/third_party/libjpeg_turbo/simd/ |
D | jsimdcfg.inc.h | 102 ; To maximize parallelism, Type DCTELEM is changed to short (originally, int). variable 110 ; To maximize parallelism, Type MULTIPLIER is changed to short. variable
|
/external/clang/runtime/ |
D | CMakeLists.txt | 17 # Use special command for Makefiles to support parallelism.
|
/external/llvm/docs/ |
D | Vectorizers.rst | 345 high degree of parallelism can fully utilize the entire width of the machine. 346 The Loop Vectorizer increases the instruction level parallelism (ILP) by 391 The goal of SLP vectorization (a.k.a. superword-level parallelism) is
|
D | HowToAddABuilder.rst | 28 of parallelism (-j param) would give the fastest build. You can build
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-09-AdveComments.txt | 98 o About explicit parallelism:
|
/external/chromium_org/v8/src/heap/ |
D | mark-compact.cc | 3295 MarkCompactCollector::SweepingParallelism parallelism, 3304 DCHECK(parallelism == MarkCompactCollector::SWEEP_ON_MAIN_THREAD || in Sweep() 3332 freed_bytes = Free<parallelism>(space, free_list, free_start, size); in Sweep() 3366 freed_bytes = Free<parallelism>(space, free_list, free_start, size); in Sweep() 3376 if (parallelism == MarkCompactCollector::SWEEP_IN_PARALLEL) { in Sweep()
|
/external/chromium_org/native_client_sdk/src/doc/reference/ |
D | pnacl-c-cpp-language-support.rst | 79 PNaCl supports concurrency and parallelism with some restrictions:
|
/external/libvorbis/doc/ |
D | 01-introduction.tex | 379 as allowing a greater level of easy parallelism in encode and
|
/external/chromium_org/native_client_sdk/src/doc/ |
D | faq.rst | 293 Does Native Client support concurrency/parallelism?
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 1790 improve instruction-level parallelism (ILP) using advanced hardware features,
|
/external/clang/include/clang/Driver/ |
D | Options.td | 853 HelpText<"Enable the superword-level parallelism vectorization passes">;
|
/external/openssl/patches/ |
D | 0014-arm_asm.patch | 1371 +# instruction-level parallelism. And when comparing to aes-armv4
|
/external/libpng/ |
D | CHANGES | 3805 parallelism during 'make' the use of the same temporary file names such
|
/external/chromium_org/third_party/libxml/src/ |
D | ChangeLog | 5044 parallelism, so applying that version instead.
|