Home
last modified time | relevance | path

Searched refs:parallelism (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/tools/
Dnocompile_driver.py87 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/
Djsimdcfg.inc70 ; 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/
Djsimdcfg.inc70 ; 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/
Djsimdcfg.inc70 ; 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/
Djsimdcfg.inc.h102 ; 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/
DCMakeLists.txt17 # Use special command for Makefiles to support parallelism.
/external/llvm/docs/
DVectorizers.rst345 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
DHowToAddABuilder.rst28 of parallelism (-j param) would give the fastest build. You can build
/external/llvm/docs/HistoricalNotes/
D2001-02-09-AdveComments.txt98 o About explicit parallelism:
/external/chromium_org/v8/src/heap/
Dmark-compact.cc3295 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/
Dpnacl-c-cpp-language-support.rst79 PNaCl supports concurrency and parallelism with some restrictions:
/external/libvorbis/doc/
D01-introduction.tex379 as allowing a greater level of easy parallelism in encode and
/external/chromium_org/native_client_sdk/src/doc/
Dfaq.rst293 Does Native Client support concurrency/parallelism?
/external/clang/docs/
DLanguageExtensions.rst1790 improve instruction-level parallelism (ILP) using advanced hardware features,
/external/clang/include/clang/Driver/
DOptions.td853 HelpText<"Enable the superword-level parallelism vectorization passes">;
/external/openssl/patches/
D0014-arm_asm.patch1371 +# instruction-level parallelism. And when comparing to aes-armv4
/external/libpng/
DCHANGES3805 parallelism during 'make' the use of the same temporary file names such
/external/chromium_org/third_party/libxml/src/
DChangeLog5044 parallelism, so applying that version instead.