Home
last modified time | relevance | path

Searched refs:col (Results 501 - 525 of 726) sorted by relevance

1...<<21222324252627282930

/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()
/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()
/third_party/icu/tools/colprobe/
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/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationTest.java72 static void doTest(TestFmwk test, RuleBasedCollator col, String source, in doTest() argument
75 doTestVariant(test, col, source, target, result); in doTest()
77 doTestVariant(test, col, target, source, 1); in doTest()
80 doTestVariant(test, col, target, source, -1); in doTest()
83 doTestVariant(test, col, target, source, 0); in doTest()
86 CollationElementIterator iter = col.getCollationElementIterator(source); in doTest()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiviewDrawTest.cpp358 "out vec4 col;\n" in DualViewFS()
361 " col = vec4(0,1,0,1);\n" in DualViewFS()
1001 "out vec4 col;\n" in TEST_P()
1004 " col = vec4(0,1,0,1);\n" in TEST_P()
1062 "out vec4 col;\n" in TEST_P()
1065 " col = vec4(0,1,0,1);\n" in TEST_P()
1138 "out vec4 col;\n" in TEST_P()
1141 " col = vec4(0,1,0,1);\n" in TEST_P()
1180 for (int col = 0; col < in TEST_P()
[all...]
H A DShaderStorageBufferTest.cpp102 for (unsigned int col = 0; col < matrixCase.mColumns; col++) in runMatrixTest()
106 col]; in runMatrixTest()
108 *(ptr + row * (matrixCase.mMatrixStride / matrixCase.kBytesPerComponent) + col); in runMatrixTest()
110 EXPECT_EQ(expected, actual) << " at row " << row << " and column " << col; in runMatrixTest() local
/third_party/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc1396 int line, int col) { in ExpectFailure()
1398 ExpectFailure(input, message, line, col, proto.get()); in ExpectFailure()
1402 int line, int col, Message* proto) { in ExpectFailure()
1403 ExpectMessage(input, message, line, col, proto, false); in ExpectFailure()
1407 int line, int col, Message* proto, bool expected_result) { in ExpectMessage()
1413 StrCat(line) + ":" + StrCat(col) + ": " + message + "\n", in ExpectMessage()
1395 ExpectFailure(const std::string& input, const std::string& message, int line, int col) ExpectFailure() argument
1401 ExpectFailure(const std::string& input, const std::string& message, int line, int col, Message* proto) ExpectFailure() argument
1406 ExpectMessage(const std::string& input, const std::string& message, int line, int col, Message* proto, bool expected_result) ExpectMessage() argument
/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()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H A Dphy.c197 u8 offset, bank, num_bits, col, position; in ath5k_hw_rfb_op() local
223 col = rfreg->field.col; in ath5k_hw_rfb_op()
232 if (!(col <= 3 && num_bits <= 32 && first_bit + num_bits <= 319)) { in ath5k_hw_rfb_op()
250 (col * 8); in ath5k_hw_rfb_op()
254 rfb[entry] |= ((data << position) << (col * 8)) & mask; in ath5k_hw_rfb_op()
257 data |= (((rfb[entry] & mask) >> (col * 8)) >> position) in ath5k_hw_rfb_op()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H A Dphy.c198 u8 offset, bank, num_bits, col, position; in ath5k_hw_rfb_op() local
224 col = rfreg->field.col; in ath5k_hw_rfb_op()
233 if (!(col <= 3 && num_bits <= 32 && first_bit + num_bits <= 319)) { in ath5k_hw_rfb_op()
251 (col * 8); in ath5k_hw_rfb_op()
255 rfb[entry] |= ((data << position) << (col * 8)) & mask; in ath5k_hw_rfb_op()
258 data |= (((rfb[entry] & mask) >> (col * 8)) >> position) in ath5k_hw_rfb_op()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_server.c2848 static int get_db_session_fields(void *ctx, int argc, char *argv[], char *col[]) in get_db_session_fields() argument
2857 RADIUS_DEBUG("Session DB: %s=%s", col[i], argv[i]); in get_db_session_fields()
2859 if (os_strcmp(col[i], "identity") == 0) { in get_db_session_fields()
2862 } else if (os_strcmp(col[i], "nas") == 0) { in get_db_session_fields()
2865 } else if (os_strcmp(col[i], "hs20_t_c_filtering") == 0) { in get_db_session_fields()
2867 } else if (os_strcmp(col[i], "waiting_coa_ack") == 0) { in get_db_session_fields()
2869 } else if (os_strcmp(col[i], "coa_ack_received") == 0) { in get_db_session_fields()

Completed in 64 milliseconds

1...<<21222324252627282930