Home
last modified time | relevance | path

Searched refs:size (Results 14026 - 14050 of 18345) sorted by relevance

1...<<561562563564565566567568569570>>...734

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dlicm_pass.cpp72 for (size_t i = 0; i < loop_bbs.size() && status != Status::Failure; ++i) { in ProcessLoop()
H A Dloop_peeling.h136 if (cfg.preds(loop_->GetMergeBlock()->id()).size() != 1) { in CanPeelLoop()
233 // To avoid code size explosion, too large loops will not be peeled.
250 // Sets the loop peeling growth threshold. If the code size increase is above
251 // |code_grow_threshold|, the loop will not be peeled. The code size is
H A Dpass.cpp136 for (uint32_t i = 0; i < original_types.size(); i++) { in GenerateCopy()
H A Dprivate_to_local_pass.cpp80 if (new_operands.size() != entry.NumInOperands()) { in Process()
H A Dsimplification_pass.cpp118 for (size_t i = 0; i < work_list.size(); ++i) { in SimplifyFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext_handler.h173 // Seeks the input stream forward by 'size' characters.
174 void seekForward(uint32_t size);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dname_mapper_test.cpp50 FriendlyNameMapper(context.context, words.data(), words.size()); in TEST_P()
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dbackward_references_enc.h130 // This is the maximum size of the hash_chain that can be constructed.
135 // Must be called first, to set size.
136 int VP8LHashChainInit(VP8LHashChain* const p, int size);
172 int block_size_; // common block-size
180 // Initialize the object. 'block_size' is the common block size to store
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dastro.h745 CalendarCache(int32_t size, UErrorCode& status);
H A Duspoof_impl.h38 // The default stack buffer size for copies or conversions or normalizations
246 int32_t size() const;
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H A Dnorms.h78 length=compositions->size()/2; in getCompositionPairs()
/third_party/skia/third_party/externals/icu/source/tools/genren/
H A Dgenren.pl12 #* tab size: 8 (not used)
84 * tab size: 8 (not used)
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_structures.h290 au_malloc(size_t size);
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H A Dtest_empty_response.c81 cbc.size = 2048; in testInternalSelectGet()
H A Dtest_https_get_select.c96 cbc.size = 2048; in testExternalGet()
H A Dtest_https_sni.c195 cbc.size = len; in do_get()
/third_party/skia/src/sksl/analysis/
H A DSkSLCheckProgramUnrolledSize.cpp27 // We check the size of strict-ES2 programs since SkVM will completely unroll them. in CheckProgramUnrolledSize()
28 // Note that we *cannot* safely check the program size of non-ES2 code at this time, as it is in CheckProgramUnrolledSize()
55 // Check the function-size cache map first. We don't need to visit this function if in CheckProgramUnrolledSize()
77 // Set the size to its known value. in CheckProgramUnrolledSize()
83 if (fStack.size() >= kProgramStackDepthLimit) { in CheckProgramUnrolledSize()
110 // We count a for-loop's unrolled size here. We expect that the init statement in CheckProgramUnrolledSize()
163 // Visit this function call to calculate its size. If we've already sized it, this in CheckProgramUnrolledSize()
164 // will retrieve the size from our cache. in CheckProgramUnrolledSize()
198 // Report an error when main()'s flattened size is larger than our program limit. in CheckProgramUnrolledSize()
/third_party/skia/src/sksl/ir/
H A DSkSLSymbolTable.h158 return SymbolKey{name, SkOpts::hash_fn(name.data(), name.size(), 0)}; in MakeSymbolKey()
/third_party/skia/src/xml/
H A DSkXMLParser.cpp75 fParser->text(fBufferedText.data(), SkTo<int>(fBufferedText.size())); in flushText()
/third_party/skia/src/ports/skia_ohos/
H A DFontInfo_ohos.h137 for (size_t i = 0; i < axisSet.axis.size(); i++) { in computeFontStyle()
/third_party/skia/src/shaders/
H A DSkColorShader.cpp54 colorSpace = data ? SkColorSpace::Deserialize(data->data(), data->size()) : nullptr; in CreateProc()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/
H A DAngleNativeTest.cpp80 size_t argc = args.size(); in ArgsToArgv()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCompilationMessages.cpp128 mCompilationInfo.messageCount = mMessages.size(); in GetCompilationInfo()
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
H A DStackWalker.h165 DWORD size,
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DEncoder.java51 * @param lgwin log2(LZ window size), or -1 for default
67 * @param inputBufferSize read buffer size
72 throw new IllegalArgumentException("buffer size must be positive"); in Encoder()
190 if (output.size() == 1) { in compress()

Completed in 20 milliseconds

1...<<561562563564565566567568569570>>...734