/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | licm_pass.cpp | 72 for (size_t i = 0; i < loop_bbs.size() && status != Status::Failure; ++i) { in ProcessLoop()
|
H A D | loop_peeling.h | 136 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 D | pass.cpp | 136 for (uint32_t i = 0; i < original_types.size(); i++) { in GenerateCopy()
|
H A D | private_to_local_pass.cpp | 80 if (new_operands.size() != entry.NumInOperands()) { in Process()
|
H A D | simplification_pass.cpp | 118 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 D | text_handler.h | 173 // 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 D | name_mapper_test.cpp | 50 FriendlyNameMapper(context.context, words.data(), words.size()); in TEST_P()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | backward_references_enc.h | 130 // 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 D | astro.h | 745 CalendarCache(int32_t size, UErrorCode& status);
|
H A D | uspoof_impl.h | 38 // 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 D | norms.h | 78 length=compositions->size()/2; in getCompositionPairs()
|
/third_party/skia/third_party/externals/icu/source/tools/genren/ |
H A D | genren.pl | 12 #* tab size: 8 (not used) 84 * tab size: 8 (not used)
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_structures.h | 290 au_malloc(size_t size);
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
H A D | test_empty_response.c | 81 cbc.size = 2048; in testInternalSelectGet()
|
H A D | test_https_get_select.c | 96 cbc.size = 2048; in testExternalGet()
|
H A D | test_https_sni.c | 195 cbc.size = len; in do_get()
|
/third_party/skia/src/sksl/analysis/ |
H A D | SkSLCheckProgramUnrolledSize.cpp | 27 // 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 D | SkSLSymbolTable.h | 158 return SymbolKey{name, SkOpts::hash_fn(name.data(), name.size(), 0)}; in MakeSymbolKey()
|
/third_party/skia/src/xml/ |
H A D | SkXMLParser.cpp | 75 fParser->text(fBufferedText.data(), SkTo<int>(fBufferedText.size())); in flushText()
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | FontInfo_ohos.h | 137 for (size_t i = 0; i < axisSet.axis.size(); i++) { in computeFontStyle()
|
/third_party/skia/src/shaders/ |
H A D | SkColorShader.cpp | 54 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 D | AngleNativeTest.cpp | 80 size_t argc = args.size(); in ArgsToArgv()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CompilationMessages.cpp | 128 mCompilationInfo.messageCount = mMessages.size(); in GetCompilationInfo()
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
H A D | StackWalker.h | 165 DWORD size,
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
H A D | Encoder.java | 51 * @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()
|