Home
last modified time | relevance | path

Searched refs:col (Results 601 - 625 of 861) sorted by relevance

1...<<21222324252627282930>>...35

/third_party/skia/samplecode/
H A DSampleClip.cpp583 const SkColor* col = nullptr; variable
589 col = fColors;
592 canvas->drawPatch(fPatch, col, tex, SkBlendMode::kSrc, paint);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp996 void OutputASM::emitDeterminant(TIntermTyped *result, TIntermTyped *arg, int size, int col, int row, int outCol, int outRow) in emitDeterminant() argument
1003 bool isMov = (row == col); in emitDeterminant()
1006 mov->src[0].swizzle = 0x55 * (isMov ? 1 - col : col); in emitDeterminant()
1014 bool isCofactor = (col >= 0) && (row >= 0); in emitDeterminant()
1015 int col0 = (isCofactor && (col <= 0)) ? 1 : 0; in emitDeterminant()
1016 int col1 = (isCofactor && (col <= 1)) ? 2 : 1; in emitDeterminant()
1017 bool negate = isCofactor && ((col & 0x01) ^ (row & 0x01)); in emitDeterminant()
1028 bool isCofactor = (col >= 0) && (row >= 0); in emitDeterminant()
1029 int col0 = (isCofactor && (col < in emitDeterminant()
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp764 for(int col = 0; col < 16; col++)
766 int i = row * 16 + col;
770 EXPECT_EQ(out[i], -1) << "Row " << row << " column " << col << " not left untouched.";
774 EXPECT_EQ(out[i], in[i]) << "Row " << row << " column " << col << " not equal to input.";
810 for(int col = 0; col < 16; col++)
812 int i = row * 16 + col;
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsort.h302 int hpp_dimension__add_output(unsigned col);
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsort.h320 int hpp_dimension__add_output(unsigned col);
/third_party/mesa3d/src/util/format/
H A Du_format_s3tc.h52 int col, int row,
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_sdlrenderer.cpp172 const int* color = (const int*)((const char*)vtx_buffer + IM_OFFSETOF(ImDrawVert, col)); in ImGui_ImplSDLRenderer_RenderDrawData()
/third_party/icu/tools/colprobe/
H A DcolprobeNew.cpp600 //ucol_setAttribute(col, UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, &status); in setLocale()
601 //ucol_setAttribute(col, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in setLocale()
641 processCollator(UCollator *col, UErrorCode &status) { in processCollator() argument
644 gCol = col; in processCollator()
862 UCollator *col = ucol_openRules(ruleBuffer, rules-ruleBuffer, UCOL_DEFAULT, UCOL_DEFAULT, &parseError, &status); in main() local
865 processCollator(col, status); in main()
H A Dcolprobe.cpp1514 processCollator(UCollator *col, UErrorCode &status) { in processCollator() argument
1516 gCol = col; in processCollator()
1612 UCollator *col = ucol_open(locale, &status); in processLocale() local
1618 processCollator(col, status); in processLocale()
1695 UCollator *col = ucol_openRules(ruleBuffer, rules-ruleBuffer, UCOL_DEFAULT, UCOL_DEFAULT, &parseError, &status); in main() local
1698 processCollator(col, status); in main()
/third_party/icu/icu4c/source/i18n/
H A Dalphaindex.cpp959 const Collator *col = static_cast<const Collator *>(context); in collatorComparator() local
961 return col->compare(*leftString, *rightString, errorCode); in collatorComparator()
973 const Collator *col = static_cast<const Collator *>(context); in recordCompareFn() local
975 return col->compare(leftRec->name_, rightRec->name_, errorCode); in recordCompareFn()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_etc_decode.c480 nir_ssa_def *col[4]; in build_shader() local
482 col[i] = nir_fdiv(&b, nir_i2f32(&b, nir_channel(&b, nir_load_var(&b, rgb_result), i)), in build_shader()
484 col[3] = nir_load_var(&b, alpha_result); in build_shader()
485 nir_store_var(&b, color, nir_vec(&b, col, 4), 0xf); in build_shader()
/third_party/node/deps/icu-small/source/i18n/
H A Dalphaindex.cpp959 const Collator *col = static_cast<const Collator *>(context); in collatorComparator() local
961 return col->compare(*leftString, *rightString, errorCode); in collatorComparator()
973 const Collator *col = static_cast<const Collator *>(context); in recordCompareFn() local
975 return col->compare(leftRec->name_, rightRec->name_, errorCode); in recordCompareFn()
/third_party/icu/icu4c/source/test/intltest/
H A Dssearch.cpp629 RuleBasedCollator *col = (RuleBasedCollator *) Collator::createInstance(Locale::getEnglish(), status); in offsetTest() local
638 col->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in offsetTest()
642 CollationElementIterator *iter = col->createCollationElementIterator(ts); in offsetTest()
695 delete col; in offsetTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp757 for (deUint32 col = 0; col < m_params->elements; ++col) in prepareVertexAttributes()
759 Attribute& attr = attrs[(row*m_params->elements)+col]; in prepareVertexAttributes()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dalphaindex.cpp964 const Collator *col = static_cast<const Collator *>(context); in collatorComparator() local
966 return col->compare(*leftString, *rightString, errorCode); in collatorComparator()
978 const Collator *col = static_cast<const Collator *>(context); in recordCompareFn() local
980 return col->compare(leftRec->name_, rightRec->name_, errorCode); in recordCompareFn()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp757 for (deUint32 col = 0; col < m_params->elements; ++col) in prepareVertexAttributes()
759 Attribute& attr = attrs[(row*m_params->elements)+col]; in prepareVertexAttributes()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
H A DRewriteRowMajorMatrices.cpp341 for (size_t col = 0; col < arraySizes.back(); ++col) in constructReadTransformExpressionHelper()
343 size_t colElementsOffset = elementsOffset + col * colStride; in constructReadTransformExpressionHelper()
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js252 line: 138, col: 21 });
309 { page: 'library/src/main/ets/components/MainPage.ets', line: 168, col: 11 });
407 }, undefined, -1, () => { }, { page: 'library/src/main/ets/components/MainPage.ets', line: 237, col: 14 });
594 line: 299, col: 13 });
623 () => { }, { page: 'library/src/main/ets/components/MainPage.ets', line: 304, col: 15 });
752 () => { }, { page: 'library/src/main/ets/components/MainPage.ets', line: 397, col: 11 });
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmedia_scanner_db.cpp903 unique_ptr<Metadata> &metadata, const std::string &col) in ExtractMetaFromColumn()
907 auto itr = metadata->memberFuncMap_.find(col); in ExtractMetaFromColumn()
912 MEDIA_ERR_LOG("invalid column name %{private}s", col.c_str()); in ExtractMetaFromColumn()
917 ResultSetUtils::GetValFromColumn<const shared_ptr<NativeRdb::ResultSet>>(col, resultSet, dataType); in ExtractMetaFromColumn()
938 for (const auto &col : columnNames) { in FillMetadata()
939 ExtractMetaFromColumn(resultSet, ptr, col); in FillMetadata()
902 ExtractMetaFromColumn(const shared_ptr<NativeRdb::ResultSet> &resultSet, unique_ptr<Metadata> &metadata, const std::string &col) ExtractMetaFromColumn() argument
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dmxc_nand.c303 /* another col addr cycle for 2k page */ in mxc_do_addr_cycle()
929 u16 col = host->buf_start; in mxc_nand_write_buf() local
930 int n = mtd->oobsize + mtd->writesize - col; in mxc_nand_write_buf()
934 memcpy(host->data_buf + col, buf, n); in mxc_nand_write_buf()
948 u16 col = host->buf_start; in mxc_nand_read_buf() local
949 int n = mtd->oobsize + mtd->writesize - col; in mxc_nand_read_buf()
953 memcpy(buf, host->data_buf + col, n); in mxc_nand_read_buf()
1342 dev_dbg(host->dev, "mxc_nand_command (cmd = 0x%x, col = 0x%x, page = 0x%x)\n", in mxc_nand_command()
1361 "Unexpected column/row value (cmd=%u, col=%d, row=%d)\n", in mxc_nand_command()
1377 "Unexpected column value (cmd=%u, col in mxc_nand_command()
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Drc80211_minstrel_ht.c1744 int col, i, new_idx; in init_sample_table() local
1748 for (col = 0; col < SAMPLE_COLUMNS; col++) { in init_sample_table()
1752 while (sample_table[col][new_idx] != 0xff) in init_sample_table()
1755 sample_table[col][new_idx] = i; in init_sample_table()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dmxc_nand.c300 /* another col addr cycle for 2k page */ in mxc_do_addr_cycle()
926 u16 col = host->buf_start; in mxc_nand_write_buf() local
927 int n = mtd->oobsize + mtd->writesize - col; in mxc_nand_write_buf()
931 memcpy(host->data_buf + col, buf, n); in mxc_nand_write_buf()
945 u16 col = host->buf_start; in mxc_nand_read_buf() local
946 int n = mtd->oobsize + mtd->writesize - col; in mxc_nand_read_buf()
950 memcpy(buf, host->data_buf + col, n); in mxc_nand_read_buf()
1339 dev_dbg(host->dev, "mxc_nand_command (cmd = 0x%x, col = 0x%x, page = 0x%x)\n", in mxc_nand_command()
1358 "Unexpected column/row value (cmd=%u, col=%d, row=%d)\n", in mxc_nand_command()
1374 "Unexpected column value (cmd=%u, col in mxc_nand_command()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dveristat.c1447 int col = 0; in parse_stats_csv() local
1475 if (col >= specs->spec_cnt) { in parse_stats_csv()
1477 col, *stat_cntp, filename); in parse_stats_csv()
1481 err = parse_stat_value(next, specs->ids[col], st); in parse_stats_csv()
1484 col++; in parse_stats_csv()
1492 if (col < specs->spec_cnt) { in parse_stats_csv()
/kernel/linux/linux-6.6/net/mac80211/
H A Drc80211_minstrel_ht.c2025 int col, i, new_idx; in init_sample_table() local
2029 for (col = 0; col < SAMPLE_COLUMNS; col++) { in init_sample_table()
2033 while (sample_table[col][new_idx] != 0xff) in init_sample_table()
2036 sample_table[col][new_idx] = i; in init_sample_table()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationTest.java69 static void doTest(TestFmwk test, RuleBasedCollator col, String source, in doTest() argument
72 doTestVariant(test, col, source, target, result); in doTest()
74 doTestVariant(test, col, target, source, 1); in doTest()
77 doTestVariant(test, col, target, source, -1); in doTest()
80 doTestVariant(test, col, target, source, 0); in doTest()
83 CollationElementIterator iter = col.getCollationElementIterator(source); in doTest()

Completed in 44 milliseconds

1...<<21222324252627282930>>...35