/third_party/skia/src/gpu/ops/ |
H A D | GrSimpleMeshDrawOpHelper.cpp | 61 bool result = fPipelineFlags == that.fPipelineFlags && in isCompatible() local 63 SkASSERT(!result || fCompatibleWithCoverageAsAlpha == that.fCompatibleWithCoverageAsAlpha); in isCompatible() 64 SkASSERT(!result || fUsesLocalCoords == that.fUsesLocalCoords); in isCompatible() 65 return result; in isCompatible() 72 auto result = this->finalizeProcessors(caps, clip, clampType, geometryCoverage, &color); in finalizeProcessors() local 77 return result; in finalizeProcessors() 240 static void dump_pipeline_flags(GrPipeline::InputFlags flags, SkString* result) { in dump_pipeline_flags() argument 243 result->append("Snap vertices to pixel center.\n"); in dump_pipeline_flags() 246 result->append("Wireframe enabled.\n"); in dump_pipeline_flags() 249 result in dump_pipeline_flags() 258 SkString result = processors.dumpProcessors(); dumpInfo() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_equation_instructions.cpp | 73 // Get all available instructions with result ids and types that are not in Apply() 127 // Make sure a result type exists in the module. in Apply() 160 // Make sure a result type exists in the module. in Apply() 202 // Instructions of integer (scalar or vector) result type are in Apply() 213 // scalar/vector result type of the same number of components in Apply() 256 // result type and equate its negation with a fresh id. in Apply() 300 std::vector<opt::Instruction*> result; in GetIntegerInstructions() local 305 result.push_back(inst); in GetIntegerInstructions() 308 return result; in GetIntegerInstructions() 314 std::vector<opt::Instruction*> result; in GetFloatInstructions() local 328 std::vector<opt::Instruction*> result; GetBooleanInstructions() local 343 std::vector<opt::Instruction*> result; RestrictToVectorWidth() local 362 std::vector<opt::Instruction*> result; RestrictToElementBitWidth() local 383 std::vector<opt::Instruction*> result; GetNumericalInstructions() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_add_equation_instructions.cpp | 73 // Get all available instructions with result ids and types that are not in Apply() 127 // Make sure a result type exists in the module. in Apply() 160 // Make sure a result type exists in the module. in Apply() 202 // Instructions of integer (scalar or vector) result type are in Apply() 213 // scalar/vector result type of the same number of components in Apply() 256 // result type and equate its negation with a fresh id. in Apply() 300 std::vector<opt::Instruction*> result; in GetIntegerInstructions() local 305 result.push_back(inst); in GetIntegerInstructions() 308 return result; in GetIntegerInstructions() 314 std::vector<opt::Instruction*> result; in GetFloatInstructions() local 328 std::vector<opt::Instruction*> result; GetBooleanInstructions() local 343 std::vector<opt::Instruction*> result; RestrictToVectorWidth() local 362 std::vector<opt::Instruction*> result; RestrictToElementBitWidth() local 383 std::vector<opt::Instruction*> result; GetNumericalInstructions() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | eliminate_dead_member_test.cpp | 624 auto result = SinglePassRunAndDisassemble<opt::EliminateDeadMembersPass>( in TEST_F() local 626 EXPECT_EQ(opt::Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F() 685 auto result = SinglePassRunAndDisassemble<opt::EliminateDeadMembersPass>( in TEST_F() local 687 EXPECT_EQ(opt::Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F() 726 auto result = SinglePassRunAndDisassemble<opt::EliminateDeadMembersPass>( in TEST_F() local 728 EXPECT_EQ(opt::Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F() 769 auto result = SinglePassRunAndDisassemble<opt::EliminateDeadMembersPass>( in TEST_F() local 771 EXPECT_EQ(opt::Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F() 811 auto result = SinglePassRunAndDisassemble<opt::EliminateDeadMembersPass>( in TEST_F() local 813 EXPECT_EQ(opt::Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F() 1087 auto result = SinglePassRunAndDisassemble<opt::EliminateDeadMembersPass>( TEST_F() local 1115 auto result = SinglePassRunAndDisassemble<opt::EliminateDeadMembersPass>( TEST_F() local 1143 auto result = SinglePassRunAndDisassemble<opt::EliminateDeadMembersPass>( TEST_F() local 1283 auto result = SinglePassRunAndDisassemble<opt::EliminateDeadMembersPass>( TEST_F() local [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | PassResourceUsageTracker.cpp | 151 SyncScopeResourceUsage result; in AcquireSyncScopeUsage() local 152 result.buffers.reserve(mBufferUsages.size()); in AcquireSyncScopeUsage() 153 result.bufferUsages.reserve(mBufferUsages.size()); in AcquireSyncScopeUsage() 154 result.textures.reserve(mTextureUsages.size()); in AcquireSyncScopeUsage() 155 result.textureUsages.reserve(mTextureUsages.size()); in AcquireSyncScopeUsage() 158 result.buffers.push_back(it.first); in AcquireSyncScopeUsage() 159 result.bufferUsages.push_back(it.second); in AcquireSyncScopeUsage() 163 result.textures.push_back(it.first); in AcquireSyncScopeUsage() 164 result.textureUsages.push_back(std::move(it.second)); in AcquireSyncScopeUsage() 168 result in AcquireSyncScopeUsage() 230 RenderPassResourceUsage result; AcquireResourceUsage() local [all...] |
/third_party/skia/modules/skparagraph/src/ |
H A D | TextStyle.cpp | 14 TextStyle result; in cloneForPlaceholder() local 15 result.fColor = fColor; in cloneForPlaceholder() 16 result.fFontSize = fFontSize; in cloneForPlaceholder() 17 result.fFontFamilies = fFontFamilies; in cloneForPlaceholder() 18 result.fDecoration = fDecoration; in cloneForPlaceholder() 19 result.fHasBackground = fHasBackground; in cloneForPlaceholder() 20 result.fHasForeground = fHasForeground; in cloneForPlaceholder() 21 result.fBackground = fBackground; in cloneForPlaceholder() 22 result.fForeground = fForeground; in cloneForPlaceholder() 23 result in cloneForPlaceholder() [all...] |
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_equation_instructions.cpp | 76 // Get all available instructions with result ids and types that are not in Apply() 131 // Make sure a result type exists in the module. in Apply() 164 // Make sure a result type exists in the module. in Apply() 206 // Instructions of integer (scalar or vector) result type are in Apply() 217 // scalar/vector result type of the same number of components in Apply() 260 // result type and equate its negation with a fresh id. in Apply() 304 std::vector<opt::Instruction*> result; in GetIntegerInstructions() local 309 result.push_back(inst); in GetIntegerInstructions() 312 return result; in GetIntegerInstructions() 318 std::vector<opt::Instruction*> result; in GetFloatInstructions() local 332 std::vector<opt::Instruction*> result; GetBooleanInstructions() local 347 std::vector<opt::Instruction*> result; RestrictToVectorWidth() local 366 std::vector<opt::Instruction*> result; RestrictToElementBitWidth() local 387 std::vector<opt::Instruction*> result; GetNumericalInstructions() local [all...] |
/third_party/spirv-tools/test/opt/ |
H A D | eliminate_dead_member_test.cpp | 623 auto result = SinglePassRunAndDisassemble<opt::EliminateDeadMembersPass>( in TEST_F() local 625 EXPECT_EQ(opt::Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F() 684 auto result = SinglePassRunAndDisassemble<opt::EliminateDeadMembersPass>( in TEST_F() local 686 EXPECT_EQ(opt::Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F() 725 auto result = SinglePassRunAndDisassemble<opt::EliminateDeadMembersPass>( in TEST_F() local 727 EXPECT_EQ(opt::Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F() 768 auto result = SinglePassRunAndDisassemble<opt::EliminateDeadMembersPass>( in TEST_F() local 770 EXPECT_EQ(opt::Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F() 810 auto result = SinglePassRunAndDisassemble<opt::EliminateDeadMembersPass>( in TEST_F() local 812 EXPECT_EQ(opt::Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F() 1087 auto result = SinglePassRunAndDisassemble<opt::EliminateDeadMembersPass>( TEST_F() local 1115 auto result = SinglePassRunAndDisassemble<opt::EliminateDeadMembersPass>( TEST_F() local 1143 auto result = SinglePassRunAndDisassemble<opt::EliminateDeadMembersPass>( TEST_F() local 1283 auto result = SinglePassRunAndDisassemble<opt::EliminateDeadMembersPass>( TEST_F() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | daqboard2000.c | 41 * you have to output values to all enabled DAC's until result appears, I 333 * risk multiple samples to be put into the result FIFO. in db2k_ai_insn_read() 465 int result = -ETIMEDOUT; in db2k_wait_cpld_init() local 473 result = 0; in db2k_wait_cpld_init() 479 return result; in db2k_wait_cpld_init() 498 int result = 0; in db2k_write_cpld() local 501 result = db2k_wait_cpld_txready(dev); in db2k_write_cpld() 502 if (result) in db2k_write_cpld() 503 return result; in db2k_write_cpld() 509 result in db2k_write_cpld() 535 int result = -EIO; db2k_load_firmware() local 684 int result; db2k_auto_attach() local [all...] |
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | daqboard2000.c | 41 * you have to output values to all enabled DAC's until result appears, I 332 * risk multiple samples to be put into the result FIFO. in db2k_ai_insn_read() 464 int result = -ETIMEDOUT; in db2k_wait_cpld_init() local 472 result = 0; in db2k_wait_cpld_init() 478 return result; in db2k_wait_cpld_init() 497 int result = 0; in db2k_write_cpld() local 500 result = db2k_wait_cpld_txready(dev); in db2k_write_cpld() 501 if (result) in db2k_write_cpld() 502 return result; in db2k_write_cpld() 508 result in db2k_write_cpld() 534 int result = -EIO; db2k_load_firmware() local 683 int result; db2k_auto_attach() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | XLikelySubtags.java | 137 // Cache the result of looking up language="und" encoded as "*", and "und-Zzzz" ("**"). in XLikelySubtags() 138 BytesTrie.Result result = trie.next('*'); in XLikelySubtags() 139 assert result.hasNext(); in XLikelySubtags() 141 result = trie.next('*'); in XLikelySubtags() 142 assert result.hasNext(); in XLikelySubtags() 144 result = trie.next('*'); in XLikelySubtags() 145 assert result.hasValue(); in XLikelySubtags() 150 result = trie.next(c); in XLikelySubtags() 151 if (result == BytesTrie.Result.NO_VALUE) { in XLikelySubtags() 349 LSR result in maximize() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | XLikelySubtags.java | 144 // Cache the result of looking up language="und" encoded as "*", and "und-Zzzz" ("**"). in XLikelySubtags() 145 BytesTrie.Result result = trie.next('*'); in XLikelySubtags() 146 assert result.hasNext(); in XLikelySubtags() 148 result = trie.next('*'); in XLikelySubtags() 149 assert result.hasNext(); in XLikelySubtags() 151 result = trie.next('*'); in XLikelySubtags() 152 assert result.hasValue(); in XLikelySubtags() 157 result = trie.next(c); in XLikelySubtags() 158 if (result == BytesTrie.Result.NO_VALUE) { in XLikelySubtags() 354 LSR result in maximize() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | listformatter.cpp | 319 ListFormatInternal* result = nullptr; in getListFormatInternal() local 329 result = static_cast<ListFormatInternal*>(listPatternHash->get(key)); in getListFormatInternal() 331 if (result != nullptr) { in getListFormatInternal() 332 return result; in getListFormatInternal() 334 result = loadListFormatInternal(locale, style, errorCode); in getListFormatInternal() 343 delete result; in getListFormatInternal() 344 result = temp; in getListFormatInternal() 346 listPatternHash->put(key, result, errorCode); in getListFormatInternal() 352 return result; in getListFormatInternal() 500 ListFormatInternal* result in loadListFormatInternal() local 658 auto result = formatStringsToValue(items, nItems, errorCode); format() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | listformatter.cpp | 319 ListFormatInternal* result = nullptr; in getListFormatInternal() local 329 result = static_cast<ListFormatInternal*>(listPatternHash->get(key)); in getListFormatInternal() 331 if (result != nullptr) { in getListFormatInternal() 332 return result; in getListFormatInternal() 334 result = loadListFormatInternal(locale, style, errorCode); in getListFormatInternal() 343 delete result; in getListFormatInternal() 344 result = temp; in getListFormatInternal() 346 listPatternHash->put(key, result, errorCode); in getListFormatInternal() 352 return result; in getListFormatInternal() 493 ListFormatInternal* result in loadListFormatInternal() local 651 auto result = formatStringsToValue(items, nItems, errorCode); format() local [all...] |
/third_party/qrcodegen/rust-no-heap/src/ |
H A D | lib.rs | 140 /// chosen for the output. Iff boostecl is `true`, then the ECC level of the result 197 /// chosen for the output. Iff boostecl is `true`, then the ECC level of the result 242 /// chosen for the output. Iff boostecl is `true`, then the ECC level of the result 332 let mut result: QrCode = QrCode::<'a>::function_modules_marked(datacodewordsandoutbuffer, version); variables 333 result.draw_codewords(allcodewords); 334 result.draw_light_function_modules(); 342 result.apply_mask(&funcmods, i); 343 result.draw_format_bits(ecl, i); 344 let penalty: i32 = result.get_penalty_score(); 349 result 489 let mut result = Self { global() variables 711 let mut result: i32 = 0; get_penalty_score() variables 817 let mut result: usize = (16 * ver + 128) * ver + 64; get_num_raw_data_modules() variables 877 let mut result = Self { new() variables 1254 let mut result: usize = 0; get_total_bits() variables [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | listformatter.cpp | 319 ListFormatInternal* result = nullptr; in getListFormatInternal() local 329 result = static_cast<ListFormatInternal*>(listPatternHash->get(key)); in getListFormatInternal() 331 if (result != nullptr) { in getListFormatInternal() 332 return result; in getListFormatInternal() 334 result = loadListFormatInternal(locale, style, errorCode); in getListFormatInternal() 343 delete result; in getListFormatInternal() 344 result = temp; in getListFormatInternal() 346 listPatternHash->put(key, result, errorCode); in getListFormatInternal() 352 return result; in getListFormatInternal() 500 ListFormatInternal* result in loadListFormatInternal() local 658 auto result = formatStringsToValue(items, nItems, errorCode); format() local [all...] |
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_helpers.cc | 160 std::string result; in UnderscoresToCamelCase() local 165 result += input[i] + ('A' - 'a'); in UnderscoresToCamelCase() 167 result += input[i]; in UnderscoresToCamelCase() 174 result += input[i] + ('a' - 'A'); in UnderscoresToCamelCase() 177 result += input[i]; in UnderscoresToCamelCase() 181 result += input[i]; in UnderscoresToCamelCase() 189 result += '_'; in UnderscoresToCamelCase() 191 return result; in UnderscoresToCamelCase() 244 std::string result; in FileJavaPackage() local 247 result in FileJavaPackage() 648 std::string result = "((" + varName + " & " + mask + ") != 0)"; GenerateGetBitInternal() local 657 std::string result = varName + " |= " + mask; GenerateSetBitInternal() local 676 std::string result = varName + " = (" + varName + " & ~" + mask + ")"; GenerateClearBit() local 930 int result = field->type(); GetExperimentalJavaFieldTypeForSingular() local 949 int result = field->type(); GetExperimentalJavaFieldTypeForPacked() local [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | fold.cpp | 95 // The sign of non-zero result comes from the first operand: a. This is in BinaryOperate() 97 // result is rounded toward zero, so the result of '%' has the sign of in BinaryOperate() 107 // The sign of non-zero result comes from the second operand: b in BinaryOperate() 129 // When |b| == 32, doing the shift in C++ in undefined, but the result in BinaryOperate() 140 // Doing the shift in C++ is undefined, but the result is defined in the in BinaryOperate() 152 // When |b| == 32, doing the shift in C++ in undefined, but the result in BinaryOperate() 254 // Returns the result of performing an operation on scalar constant operands. 256 // result in 32 bit word. Scalar constants with longer than 32-bit width are 284 uint32_t* result) cons in FoldBinaryIntegerOpToConstant() 533 std::vector<uint32_t> result; FoldVectors() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | vega12_processpptables.c | 56 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/ in get_powerplay_table() 263 int result = 0; in vega12_pp_tables_initialize() local 274 result = check_powerplay_tables(hwmgr, powerplay_table); in vega12_pp_tables_initialize() 275 PP_ASSERT_WITH_CODE((result == 0), in vega12_pp_tables_initialize() 276 "check_powerplay_tables failed", return result); in vega12_pp_tables_initialize() 278 result = set_platform_caps(hwmgr, in vega12_pp_tables_initialize() 280 PP_ASSERT_WITH_CODE((result == 0), in vega12_pp_tables_initialize() 281 "set_platform_caps failed", return result); in vega12_pp_tables_initialize() 283 result = init_powerplay_table_information(hwmgr, powerplay_table); in vega12_pp_tables_initialize() 284 PP_ASSERT_WITH_CODE((result in vega12_pp_tables_initialize() [all...] |
/third_party/curl/src/ |
H A D | tool_paramhlp.c | 156 ParameterError result = getnum(val, str, 8); in oct2nummax() local 157 if(result != PARAM_OK) in oct2nummax() 158 return result; in oct2nummax() 178 ParameterError result = getnum(val, str, 10); in str2unum() local 179 if(result != PARAM_OK) in str2unum() 180 return result; in str2unum() 199 ParameterError result = str2unum(val, str); in str2unummax() local 200 if(result != PARAM_OK) in str2unummax() 201 return result; in str2unummax() 258 ParameterError result in secs2ms() local 337 CURLcode result; proto2num() local 635 CURLcode result = CURLE_OK; get_args() local [all...] |
/third_party/alsa-lib/src/rawmidi/ |
H A D | rawmidi_hw.c | 180 ssize_t result; in snd_rawmidi_hw_write() local 181 result = write(hw->fd, buffer, size); in snd_rawmidi_hw_write() 182 if (result < 0) in snd_rawmidi_hw_write() 184 return result; in snd_rawmidi_hw_write() 190 ssize_t result; in snd_rawmidi_hw_read() local 191 result = read(hw->fd, buffer, size); in snd_rawmidi_hw_read() 192 if (result < 0) in snd_rawmidi_hw_read() 194 return result; in snd_rawmidi_hw_read() 202 ssize_t result = 0; in read_from_ts_buf() local 229 result in read_from_ts_buf() 249 ssize_t result = 0, ret; snd_rawmidi_hw_tread() local [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationFrozenMonkeyTest.java | 82 int result = collationKey1.compareTo(collationKey2); // Tertiary in TestCollationKey() 84 report( subs, subt, result, revResult); in TestCollationKey() 88 result = collationKey1.compareTo(collationKey2); // Secondary in TestCollationKey() 90 report( subs, subt, result, revResult); in TestCollationKey() 94 result = collationKey1.compareTo(collationKey2); // Primary in TestCollationKey() 96 report(subs, subt, result, revResult); in TestCollationKey() 103 result = collationKey1.compareTo(collationKey2); in TestCollationKey() 104 if (result != -1) { in TestCollationKey() 114 result = collationKey2.compareTo(collationKey1); in TestCollationKey() 115 if (result ! in TestCollationKey() 206 report(String s, String t, int result, int revResult) report() argument 261 doTest(RuleBasedCollator myCollation, String mysource, String target, int result) doTest() argument [all...] |
H A D | CollationMonkeyTest.java | 68 int result = collationKey1.compareTo(collationKey2); // Tertiary in TestCollationKey() 70 report( subs, subt, result, revResult); in TestCollationKey() 75 result = collationKey1.compareTo(collationKey2); // Secondary in TestCollationKey() 77 report( subs, subt, result, revResult); in TestCollationKey() 82 result = collationKey1.compareTo(collationKey2); // Primary in TestCollationKey() 84 report(subs, subt, result, revResult); in TestCollationKey() 91 result = collationKey1.compareTo(collationKey2); in TestCollationKey() 92 if (result != -1) { in TestCollationKey() 102 result = collationKey2.compareTo(collationKey1); in TestCollationKey() 103 if (result ! in TestCollationKey() 181 report(String s, String t, int result, int revResult) report() argument 236 doTest(RuleBasedCollator myCollation, String mysource, String target, int result) doTest() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
H A D | Mf2Serializer.java | 156 Mf2DataModel.Builder result = Mf2DataModel.builder(); in parseMessage() 178 return result.build(); in parseMessage() 187 result.setPattern(patternResult.resultValue); in parseMessage() 192 result.addLocalVariable(declaration.variableName, declaration.expr); in parseMessage() 196 result.addSelectors(selectorResult.resultValue); in parseMessage() 203 result.addVariant(variant.getSelectorKeys(), variant.getPattern()); in parseMessage() 215 Variant.Builder result = Variant.builder(); in parseVariant() 223 return new ParseResult<>(i, result.build()); in parseVariant() 227 result.addSelectorKey(input.substring(token.begin + 1, token.end - 1)); in parseVariant() 230 result in parseVariant() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationFrozenMonkeyTest.java | 85 int result = collationKey1.compareTo(collationKey2); // Tertiary in TestCollationKey() 87 report( subs, subt, result, revResult); in TestCollationKey() 91 result = collationKey1.compareTo(collationKey2); // Secondary in TestCollationKey() 93 report( subs, subt, result, revResult); in TestCollationKey() 97 result = collationKey1.compareTo(collationKey2); // Primary in TestCollationKey() 99 report(subs, subt, result, revResult); in TestCollationKey() 106 result = collationKey1.compareTo(collationKey2); in TestCollationKey() 107 if (result != -1) { in TestCollationKey() 117 result = collationKey2.compareTo(collationKey1); in TestCollationKey() 118 if (result ! in TestCollationKey() 209 report(String s, String t, int result, int revResult) report() argument 264 doTest(RuleBasedCollator myCollation, String mysource, String target, int result) doTest() argument [all...] |