Home
last modified time | relevance | path

Searched refs:col (Results 76 - 100 of 840) sorted by relevance

12345678910>>...34

/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dcros_ec_keyb.c160 int col, row; in cros_ec_keyb_process() local
174 for (col = 0; col < ckdev->cols; col++) { in cros_ec_keyb_process()
176 int pos = MATRIX_SCAN_CODE(row, col, ckdev->row_shift); in cros_ec_keyb_process()
179 new_state = kb_state[col] & (1 << row); in cros_ec_keyb_process()
180 old_state = ckdev->old_kb_state[col] & (1 << row); in cros_ec_keyb_process()
184 row, col, new_state); in cros_ec_keyb_process()
191 ckdev->old_kb_state[col] = kb_state[col]; in cros_ec_keyb_process()
293 int row, col; cros_ec_keyb_compute_valid_keys() local
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftlcdfil.c143 FT_Byte* col = column; in ft_lcd_filter_fir() local
148 val = col[0]; in ft_lcd_filter_fir()
152 col -= pitch; in ft_lcd_filter_fir()
154 val = col[0]; in ft_lcd_filter_fir()
159 col -= pitch; in ft_lcd_filter_fir()
161 for ( yy = 2; yy < height; yy++, col -= pitch ) in ft_lcd_filter_fir()
163 val = col[0]; in ft_lcd_filter_fir()
170 col[pitch * 2] = FT_SHIFTCLAMP( fir[0] ); in ft_lcd_filter_fir()
173 col[pitch * 2] = FT_SHIFTCLAMP( fir[1] ); in ft_lcd_filter_fir()
174 col[pitc in ft_lcd_filter_fir()
252 FT_Byte* col = column - 2 * pitch; _ft_lcd_filter_legacy() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dsimple_idct.c65 /* row idct is multiple by 16 * sqrt(2.0), col idct4 is normalized,
69 static inline void idct4col_put(uint8_t *dest, ptrdiff_t line_size, const int16_t *col) in idct4col_put() argument
73 a0 = col[8*0]; in idct4col_put()
74 a1 = col[8*2]; in idct4col_put()
75 a2 = col[8*4]; in idct4col_put()
76 a3 = col[8*6]; in idct4col_put()
148 static inline void idct4col_add(uint8_t *dest, ptrdiff_t line_size, const int16_t *col) in idct4col_add() argument
152 a0 = col[8*0]; in idct4col_add()
153 a1 = col[8*1]; in idct4col_add()
154 a2 = col[ in idct4col_add()
[all...]
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dgconf.c574 GtkTreeViewColumn *col; in on_show_name1_activate() local
577 col = gtk_tree_view_get_column(GTK_TREE_VIEW(tree2_w), COL_NAME); in on_show_name1_activate()
578 if (col) in on_show_name1_activate()
579 gtk_tree_view_column_set_visible(col, show_name); in on_show_name1_activate()
585 GtkTreeViewColumn *col; in on_show_range1_activate() local
588 col = gtk_tree_view_get_column(GTK_TREE_VIEW(tree2_w), COL_NO); in on_show_range1_activate()
589 if (col) in on_show_range1_activate()
590 gtk_tree_view_column_set_visible(col, show_range); in on_show_range1_activate()
591 col = gtk_tree_view_get_column(GTK_TREE_VIEW(tree2_w), COL_MOD); in on_show_range1_activate()
592 if (col) in on_show_range1_activate()
603 GtkTreeViewColumn *col; on_show_data1_activate() local
806 change_sym_value(struct menu *menu, gint col) change_sym_value() argument
867 GtkTreeViewColumn *col; column2index() local
888 gint col; on_treeview2_button_press_event() local
945 gint col; on_treeview2_key_press_event() local
[all...]
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dgconf.c570 GtkTreeViewColumn *col; in on_show_name1_activate() local
573 col = gtk_tree_view_get_column(GTK_TREE_VIEW(tree2_w), COL_NAME); in on_show_name1_activate()
574 if (col) in on_show_name1_activate()
575 gtk_tree_view_column_set_visible(col, show_name); in on_show_name1_activate()
581 GtkTreeViewColumn *col; in on_show_range1_activate() local
584 col = gtk_tree_view_get_column(GTK_TREE_VIEW(tree2_w), COL_NO); in on_show_range1_activate()
585 if (col) in on_show_range1_activate()
586 gtk_tree_view_column_set_visible(col, show_range); in on_show_range1_activate()
587 col = gtk_tree_view_get_column(GTK_TREE_VIEW(tree2_w), COL_MOD); in on_show_range1_activate()
588 if (col) in on_show_range1_activate()
599 GtkTreeViewColumn *col; on_show_data1_activate() local
799 change_sym_value(struct menu *menu, gint col) change_sym_value() argument
860 GtkTreeViewColumn *col; column2index() local
881 gint col; on_treeview2_button_press_event() local
938 gint col; on_treeview2_key_press_event() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_utils.cpp19 void QueryUtils::FillQueryIn(const std::string &col, const std::vector<Type> &data, size_t valueType, in FillQueryIn() argument
28 query.In(col, pkList); in FillQueryIn()
36 query.In(col, pkList); in FillQueryIn()
44 query.In(col, pkList); in FillQueryIn()
52 query.In(col, pkList); in FillQueryIn()
64 for (const auto &[col, pkList] : syncPk) { in FillQueryInKeys()
65 switch (dataIndex[col]) { in FillQueryInKeys()
/third_party/eudev/
H A Dtest-driver117 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
118 0:*) col=$grn res=PASS recheck=no gcopy=no;;
119 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
120 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;;
121 *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;;
122 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
132 echo "${col}${res}${std}: $test_name"
/third_party/node/deps/cares/config/
H A Dtest-driver122 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
123 0:*) col=$grn res=PASS recheck=no gcopy=no;;
124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
125 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;;
126 *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;;
127 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
137 echo "${col}${res}${std}: $test_name"
/third_party/libevdev/build-aux/
H A Dtest-driver122 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
123 0:*) col=$grn res=PASS recheck=no gcopy=no;;
124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
125 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;;
126 *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;;
127 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
137 echo "${col}${res}${std}: $test_name"
/third_party/skia/third_party/externals/libpng/
H A Dtest-driver117 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
118 0:*) col=$grn res=PASS recheck=no gcopy=no;;
119 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
120 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;;
121 *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;;
122 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
132 echo "${col}${res}${std}: $test_name"
/third_party/skia/third_party/externals/microhttpd/
H A Dtest-driver114 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
115 0:*) col=$grn res=PASS recheck=no gcopy=no;;
116 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
117 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;;
118 *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;;
119 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
123 echo "${col}${res}${std}: $test_name"
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp460 int32 QuickPredict (int32 col,
1386 * Calculate the predictor for sample curRowBuf[col][curComp].
1402 inline int32 dng_lossless_decoder::QuickPredict (int32 col, in QuickPredict() argument
1408 int32 diag = prevRowBuf [col - 1] [curComp]; in QuickPredict()
1409 int32 upper = prevRowBuf [col ] [curComp]; in QuickPredict()
1410 int32 left = curRowBuf [col - 1] [curComp]; in QuickPredict()
1781 for (int32 col = 1; col < numCOL; col++) in DecodeFirstRow()
1817 curRowBuf [col] [curCom in DecodeFirstRow()
[all...]
H A Ddng_parse_utils.cpp1716 uint32 col; in DumpHexAscii() local
1725 for (col = 0; col < 16; col++) in DumpHexAscii()
1728 x [col] = ' '; in DumpHexAscii()
1730 if (col < cols) in DumpHexAscii()
1733 x [col] = stream.Get_uint8 (); in DumpHexAscii()
1735 printf ("%02x ", x [col]); in DumpHexAscii()
1748 for (col = 0; col < 1 in DumpHexAscii()
1790 uint32 col; DumpHexAscii() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cursor.cpp40 int32_t RdbCursor::GetColumnName(int32_t col, std::string &name) const in GetColumnName() argument
42 return resultSet_->GetColumnName(col, name) == DBStatus::OK ? GeneralError::E_OK : GeneralError::E_ERROR; in GetColumnName()
45 int32_t RdbCursor::GetColumnType(int32_t col) const in GetColumnType()
48 auto status = resultSet_->GetColumnType(col, dbColumnType); in GetColumnType()
88 int32_t RdbCursor::Get(int32_t col, DistributedData::Value &value) in Get() argument
91 auto status = resultSet_->GetColumnName(col, name); in Get()
103 int32_t RdbCursor::Get(const std::string &col, DistributedData::Value &value) in Get() argument
106 auto ret = resultSet_->GetColumnIndex(col, index); in Get()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetSelector.java52 for (int col = 0; col < columns; ++col) { in generateSelectorData()
54 PropsVectors.ERROR_VALUE_CP, col, ~0, ~0); in generateSelectorData()
80 for (int col = 0; col < columns; col++) { in generateSelectorData()
81 pvec.setValue(startChar, endChar, col, ~0, ~0); in generateSelectorData()
/third_party/vk-gl-cts/framework/common/
H A DtcuPixelFormat.hpp117 inline RGBA convertColor (const RGBA& col) const in convertColor()
119 return RGBA(convertChannel(col.getRed(), redBits), in convertColor()
120 convertChannel(col.getGreen(), greenBits), in convertColor()
121 convertChannel(col.getBlue(), blueBits), in convertColor()
122 alphaBits ? convertChannel(col.getAlpha(), alphaBits) : 0xff); in convertColor()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dcros_ec_keyb.c181 int col, row; in cros_ec_keyb_process() local
195 for (col = 0; col < ckdev->cols; col++) { in cros_ec_keyb_process()
197 int pos = MATRIX_SCAN_CODE(row, col, ckdev->row_shift); in cros_ec_keyb_process()
200 new_state = kb_state[col] & (1 << row); in cros_ec_keyb_process()
201 old_state = ckdev->old_kb_state[col] & (1 << row); in cros_ec_keyb_process()
205 row, col, new_state); in cros_ec_keyb_process()
212 ckdev->old_kb_state[col] = kb_state[col]; in cros_ec_keyb_process()
314 int row, col; cros_ec_keyb_compute_valid_keys() local
540 unsigned int row, col, scancode; cros_ec_keyb_parse_vivaldi_physmap() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dcache_result_set.cpp284 int CacheResultSet::GetAsset(int32_t col, ValueObject::Asset &value) in GetAsset() argument
286 if (col < 0 || col >= maxCol_) { in GetAsset()
289 auto name = colNames_[col]; in GetAsset()
297 int CacheResultSet::GetAssets(int32_t col, ValueObject::Assets &value) in GetAssets() argument
299 if (col < 0 || col >= maxCol_) { in GetAssets()
302 auto name = colNames_[col]; in GetAssets()
315 int CacheResultSet::Get(int32_t col, ValueObject &value) in Get() argument
317 if (col < in Get()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dwritesrc.cpp130 int32_t i, col; in usrc_writeArray() local
152 for(i=col=0; i<length; ++i, ++col) { in usrc_writeArray()
154 if(col<16) { in usrc_writeArray()
158 col=0; in usrc_writeArray()
313 int32_t i, col; in usrc_writeArrayOfMostlyInvChars() local
320 for(i=col=0; i<length; ++i, ++col) { in usrc_writeArrayOfMostlyInvChars()
326 col>=32 || in usrc_writeArrayOfMostlyInvChars()
328 (col> in usrc_writeArrayOfMostlyInvChars()
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dglnames.py4968 col = 0
4973 col += 1
4975 if col == 14:
4976 col = 0
5231 col = 0
5236 col += 1
5237 if col == 16:
5238 col = 0
5266 col = 0
5272 col
[all...]
/kernel/linux/linux-5.10/sound/pci/cs46xx/
H A Ddsp_spos.c549 int i, j, col; in cs46xx_dsp_proc_task_tree_read() local
557 for (col = 0,j = 0;j < ins->tasks[i].size; j++,col++) { in cs46xx_dsp_proc_task_tree_read()
559 if (col == 4) { in cs46xx_dsp_proc_task_tree_read()
561 col = 0; in cs46xx_dsp_proc_task_tree_read()
610 unsigned int i, col = 0; in cs46xx_dsp_proc_parameter_dump_read() local
614 for (i = 0;i < DSP_PARAMETER_BYTE_SIZE; i += sizeof(u32),col ++) { in cs46xx_dsp_proc_parameter_dump_read()
615 if (col == 4) { in cs46xx_dsp_proc_parameter_dump_read()
617 col = 0; in cs46xx_dsp_proc_parameter_dump_read()
621 col in cs46xx_dsp_proc_parameter_dump_read()
637 int i,col = 0; cs46xx_dsp_proc_sample_dump_read() local
[all...]
/kernel/linux/linux-6.6/sound/pci/cs46xx/
H A Ddsp_spos.c549 int i, j, col; in cs46xx_dsp_proc_task_tree_read() local
557 for (col = 0,j = 0;j < ins->tasks[i].size; j++,col++) { in cs46xx_dsp_proc_task_tree_read()
559 if (col == 4) { in cs46xx_dsp_proc_task_tree_read()
561 col = 0; in cs46xx_dsp_proc_task_tree_read()
610 unsigned int i, col = 0; in cs46xx_dsp_proc_parameter_dump_read() local
614 for (i = 0;i < DSP_PARAMETER_BYTE_SIZE; i += sizeof(u32),col ++) { in cs46xx_dsp_proc_parameter_dump_read()
615 if (col == 4) { in cs46xx_dsp_proc_parameter_dump_read()
617 col = 0; in cs46xx_dsp_proc_parameter_dump_read()
622 col in cs46xx_dsp_proc_parameter_dump_read()
638 int i,col = 0; cs46xx_dsp_proc_sample_dump_read() local
[all...]
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dvideo.c145 int col; in display_menu() local
155 for (col = 0; col < modes_per_line; col++) in display_menu()
159 col = 0; in display_menu()
179 col++; in display_menu()
180 if (col >= modes_per_line) { in display_menu()
182 col = 0; in display_menu()
193 if (col) in display_menu()
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dvideo.c145 int col; in display_menu() local
155 for (col = 0; col < modes_per_line; col++) in display_menu()
159 col = 0; in display_menu()
179 col++; in display_menu()
180 if (col >= modes_per_line) { in display_menu()
182 col = 0; in display_menu()
193 if (col) in display_menu()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DXmlRangesSchema.java141 private static void checkSourceColumn(RangeTable table, Column<?> col) { in checkSourceColumn() argument
142 checkMetadata(table.getAssignedRanges(col).equals(table.getAllRanges()), in checkSourceColumn()
144 col, table.getAllRanges().subtract(table.getAssignedRanges(col))); in checkSourceColumn()
147 private static void copyColumn(RangeTable src, RangeTable.Builder dst, Column<?> col) { in copyColumn() argument
148 if (src.getColumns().contains(col)) { in copyColumn()
149 src.getAssignedValues(col).forEach(v -> dst.assign(col, v, src.getRanges(col, v), NEVER)); in copyColumn()

Completed in 19 milliseconds

12345678910>>...34