Home
last modified time | relevance | path

Searched refs:col (Results 726 - 750 of 851) sorted by relevance

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1516 for (const auto &[col, value] : vBucket) { in UpdateLocalAssetId()
1517 if (value.index() == TYPE_INDEX<Asset> && col == fieldName) { in UpdateLocalAssetId()
1526 for (const auto &[col, value] : vBucket) { in UpdateLocalAssetsId()
1527 if (value.index() == TYPE_INDEX<Assets> && col == fieldName) { in UpdateLocalAssetsId()
/third_party/skia/src/core/
H A DSkMatrix.cpp604 static inline float rowcol3(const float row[], const float col[]) { in rowcol3() argument
605 return row[0] * col[0] + row[1] * col[3] + row[2] * col[6]; in rowcol3()
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp190 const tcu::RGBA col = result.getPixel(x, y); in checkResultImage() local
192 if (col.getGreen() == 255) in checkResultImage()
328 const tcu::RGBA col = resultImage.getPixel(x, y); in drawTestPattern() local
329 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec()); in drawTestPattern()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp538 if (mapInfo.row == 0 || mapInfo.col == 0) { in GetSourceInfo()
543 sourceInfo = "(" + sources + ":" + std::to_string(mapInfo.row) + ":" + std::to_string(mapInfo.col) + ")"; in GetSourceInfo()
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
H A Docelot.c692 static int ocelot_mact_read(struct ocelot *ocelot, int port, int row, int col, in ocelot_mact_read() argument
700 ocelot_field_write(ocelot, ANA_TABLES_MACTINDX_BUCKET, col); in ocelot_mact_read()
/kernel/linux/linux-5.10/drivers/video/console/
H A Dvgacon.c460 const bool col = vga_can_do_color; in vgacon_invert_region() local
464 if (col) in vgacon_invert_region()
/kernel/linux/linux-6.6/drivers/soundwire/
H A Damd_manager.c403 hstop = bus->params.col - 1; in amd_sdw_compute_params()
955 params->col = AMD_SDW_DEFAULT_COLUMNS; in amd_sdw_manager_probe()
H A Dstream.c34 int sdw_find_col_index(int col) in sdw_find_col_index() argument
39 if (sdw_cols[i] == col) in sdw_find_col_index()
694 col_index = sdw_find_col_index(bus->params.col); in sdw_bank_switch()
/kernel/linux/linux-6.6/drivers/video/console/
H A Dvgacon.c427 const bool col = vga_can_do_color; in vgacon_invert_region() local
431 if (col) in vgacon_invert_region()
/third_party/backends/backend/
H A Dumax-scsidef.h797 #define set_DCF0_gamma_color(dc,col,val) dc[1 + (1025 * col)] = val
/third_party/jerryscript/jerry-debugger/
H A Djerry_client_main.py167 result += "() at line:%d, col:%d)" % (self.function.line, self.function.column)
1255 col_width = [max(len(x) for x in col) for col in zip(*table)]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c244 const unsigned col = (pages - prev_row_max_pages + in bucket_for_size() local
248 const unsigned index = (row * 4) + (col - 1); in bucket_for_size()
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionCall.cpp444 auto Get = [&](int idx, int col) -> float { in optimize_intrinsic_call()
445 return *arguments[idx]->getConstantValue(col); in optimize_intrinsic_call()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_type_test.cc229 auto* col = create<sem::Vector>(i32, 4); in TEST_F() local
230 auto* mat = create<sem::Matrix>(col, 3); in TEST_F()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_mosaic_info.cpp306 uint32 DeltaCol (uint32 col, int32 delta)
310 return (SafeUint32Add(col, fPatCols) + (uint32) delta) % fPatCols;
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js1748 { page: 'library/src/main/ets/components/composelistitem.ets', line: 939, col: 11 });
1786 { page: 'library/src/main/ets/components/composelistitem.ets', line: 942, col: 11 });
1863 { page: 'library/src/main/ets/components/composelistitem.ets', line: 956, col: 11 });
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp414 int32_t col = 0; in BuildGrid() local
416 metaData_[col] = Size(width, Size::INFINITE_SIZE); in BuildGrid()
417 ++col; in BuildGrid()
/third_party/node/tools/
H A Dtest.py322 col = line = 0
324 line, col = map(int, find_full_path.groups())
327 return filename, line, col
332 print("::error file=%s,line=%d,col=%d::%s" % (filename, line, column, output.replace('\n', '%0A')))
/third_party/python/Lib/test/
H A Dtest_compile.py1113 for (line, end_line, col, end_col) in code.co_positions():
1122 if col is not None:
1123 self.assertIn(col, columns)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp179 for (int col = 0; col < numCols; col++) in fillWithRandomColorTiles()
183 const int xBegin = (col+0)*dst.getWidth()/numCols; in fillWithRandomColorTiles()
184 const int xEnd = (col+1)*dst.getWidth()/numCols; in fillWithRandomColorTiles()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp179 for (int col = 0; col < numCols; col++) in fillWithRandomColorTiles()
183 const int xBegin = (col+0)*dst.getWidth()/numCols; in fillWithRandomColorTiles()
184 const int xEnd = (col+1)*dst.getWidth()/numCols; in fillWithRandomColorTiles()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1966 col = index.column()
1967 if col == 0:
1969 if col == 1:
1971 if col == 2:
2858 def __init__(self, row, col, text, parent_item):
2861 self.data = [""] * (col + 1)
2862 self.data[col] = text
3876 for col in range(min_col, max_col + 1):
3877 val = model.headerData(col, Qt.Horizontal, Qt.DisplayRole)
3882 c = col
[all...]
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1967 col = index.column()
1968 if col == 0:
1970 if col == 1:
1972 if col == 2:
2859 def __init__(self, row, col, text, parent_item):
2862 self.data = [""] * (col + 1)
2863 self.data[col] = text
3877 for col in range(min_col, max_col + 1):
3878 val = model.headerData(col, Qt.Horizontal, Qt.DisplayRole)
3883 c = col
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnand_base.c3118 int chipnr, page, realpage, col, bytes, aligned, oob_required; in nand_do_read_ops() local
3137 col = (int)(from & (mtd->writesize - 1)); in nand_do_read_ops()
3146 bytes = min(mtd->writesize - col, readlen); in nand_do_read_ops()
3177 ret = chip->ecc.read_subpage(chip, col, bytes, in nand_do_read_ops()
3203 memcpy(buf, bufpoi + col, bytes); in nand_do_read_ops()
3238 memcpy(buf, chip->data_buf + col, bytes); in nand_do_read_ops()
3258 col = 0; in nand_do_read_ops()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c1228 adjust_clear_color(VkFormat format, const VkClearColorValue *col) in adjust_clear_color() argument
1230 VkClearColorValue out = *col; in adjust_clear_color()
1472 const VkClearColorValue *col, in dzn_cmd_buffer_clear_color()
1477 dzn_cmd_buffer_clear_ranges_with_copy(cmdbuf, image, layout, col, range_count, ranges); in dzn_cmd_buffer_clear_color()
1481 VkClearColorValue color = adjust_clear_color(image->vk.format, col); in dzn_cmd_buffer_clear_color()
1490 dzn_cmd_buffer_clear_ranges_with_copy(cmdbuf, image, layout, col, range_count, ranges); in dzn_cmd_buffer_clear_color()
1498 dzn_cmd_buffer_clear_ranges_with_copy(cmdbuf, image, layout, col, range_count, ranges); in dzn_cmd_buffer_clear_color()
1469 dzn_cmd_buffer_clear_color(struct dzn_cmd_buffer *cmdbuf, const struct dzn_image *image, VkImageLayout layout, const VkClearColorValue *col, uint32_t range_count, const VkImageSubresourceRange *ranges) dzn_cmd_buffer_clear_color() argument

Completed in 81 milliseconds

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