Home
last modified time | relevance | path

Searched refs:col (Results 26 - 50 of 861) sorted by relevance

12345678910>>...35

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dwrppm.c112 register JDIMENSION col; in copy_pixel_rows() local
120 for (col = dest->samples_per_row; col > 0; col--) { in copy_pixel_rows()
138 register JDIMENSION col; in put_rgb() local
146 for (col = cinfo->output_width; col > 0; col--) { in put_rgb()
167 register JDIMENSION col; in put_cmyk() local
171 for (col in put_cmyk()
198 register JDIMENSION col; put_demapped_rgb() local
220 register JDIMENSION col; put_demapped_gray() local
[all...]
H A Drdbmp.c153 register JDIMENSION col; in METHODDEF() local
171 for (col = cinfo->image_width; col > 0; col--) { in METHODDEF()
178 for (col = cinfo->image_width; col > 0; col--) { in METHODDEF()
194 for (col = cinfo->image_width; col > 0; col in METHODDEF()
228 register JDIMENSION col; METHODDEF() local
291 register JDIMENSION col; METHODDEF() local
[all...]
H A Djccolor.c384 register JDIMENSION col; in cmyk_ycck_convert() local
394 for (col = 0; col < num_cols; col++) { in cmyk_ycck_convert()
399 outptr3[col] = inptr[3]; in cmyk_ycck_convert()
407 outptr0[col] = (JSAMPLE)((ctab[r + R_Y_OFF] + ctab[g + G_Y_OFF] + in cmyk_ycck_convert()
410 outptr1[col] = (JSAMPLE)((ctab[r + R_CB_OFF] + ctab[g + G_CB_OFF] + in cmyk_ycck_convert()
413 outptr2[col] = (JSAMPLE)((ctab[r + R_CR_OFF] + ctab[g + G_CR_OFF] + in cmyk_ycck_convert()
432 register JDIMENSION col; in grayscale_convert() local
440 for (col in grayscale_convert()
460 register JDIMENSION col; null_convert() local
[all...]
H A Djdcol565.c28 register JDIMENSION col; in ycc_rgb565_convert_internal() local
60 for (col = 0; col < (num_cols >> 1); col++) { in ycc_rgb565_convert_internal()
107 register JDIMENSION col; in ycc_rgb565D_convert_internal() local
141 for (col = 0; col < (num_cols >> 1); col++) { in ycc_rgb565D_convert_internal()
191 register JDIMENSION col; in rgb_rgb565_convert_internal() local
213 for (col in rgb_rgb565_convert_internal()
246 register JDIMENSION col; rgb_rgb565D_convert_internal() local
304 register JDIMENSION col; gray_rgb565_convert_internal() local
344 register JDIMENSION col; gray_rgb565D_convert_internal() local
[all...]
/third_party/skia/src/gpu/text/
H A DGrDistanceFieldAdjustTable.cpp78 for (int col = 0; col < width - 1; ++col) { in build_distance_adjust_table()
79 if (rowPtr[col] <= 127 && rowPtr[col + 1] >= 128) { in build_distance_adjust_table()
81 float interp = (127.5f - rowPtr[col]) / (rowPtr[col + 1] - rowPtr[col]); in build_distance_adjust_table()
82 float borderAlpha = (col + interp) / 255.f; in build_distance_adjust_table()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcapitst.c276 UCollator *col, *ruled; in TestProperty() local
300 col = ucol_open("en_US", &status); in TestProperty()
306 ucol_getVersion(col, versionArray); in TestProperty()
320 ucol_getUCAVersion(col, versionUCAArray); in TestProperty()
329 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < abc comparison failed"); in TestProperty()
334 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < AB comparison failed"); in TestProperty()
339 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "black-bird > blackbird comparison failed"); in TestProperty()
344 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "black bird < black-bird comparison failed"); in TestProperty()
349 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "Hello > hello comparison failed"); in TestProperty()
354 doAssert( (ucol_getStrength(col) in TestProperty()
568 UCollator *col; TestCompare() local
661 UCollator * col; TestSafeClone() local
818 UCollator * col = NULL; TestClone() local
931 UCollator * col = ucol_open("en_US", &err); TestCloneBinary() local
1196 UCollator *col; TestSortKey() local
1341 UCollator *col; TestHashCode() local
1396 UCollator *col; TestElemIter() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_cursor_impl.cpp90 int32_t CloudCursorImpl::GetColumnName(int32_t col, std::string &name) const in GetColumnName() argument
92 if (names_.size() <= static_cast<size_t>(col)) { in GetColumnName()
95 name = names_[col]; in GetColumnName()
99 int32_t CloudCursorImpl::GetColumnType(int32_t col) const in GetColumnType()
205 DBValue CloudCursorImpl::GetExtend(OhCloudExtValueBucket *vb, const std::string &col) in GetExtend() argument
209 auto keyStr = reinterpret_cast<const unsigned char *>(col.c_str()); in GetExtend()
210 OhCloudExtKeyName keyName = OhCloudExtKeyNameNew(keyStr, col.size()); in GetExtend()
218 if (col == OPERATION_KEY) { in GetExtend()
221 } else if (col == GID_KEY) { in GetExtend()
223 } else if (col in GetExtend()
240 Get(int32_t col, DBValue &value) Get() argument
251 Get(const std::string &col, DBValue &value) Get() argument
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationAPITest.java56 Collator col = Collator.getInstance(); in TestCollationKey()
57 col.setStrength(Collator.TERTIARY); in TestCollationKey()
63 CollationKey sortk1 = col.getCollationKey(""); in TestCollationKey()
72 CollationKey sortkIgnorable = col.getCollationKey("\u0001\u034f"); in TestCollationKey()
79 sortk1 = col.getCollationKey(null); in TestCollationKey()
83 sortk1 = col.getCollationKey(test1); in TestCollationKey()
84 CollationKey sortk2 = col.getCollationKey(test2); in TestCollationKey()
96 col = Collator.getInstance(); in TestCollationKey()
100 if (col.getStrength() != Collator.TERTIARY){ in TestCollationKey()
105 col in TestCollationKey()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationAPITest.java59 Collator col = Collator.getInstance(); in TestCollationKey()
60 col.setStrength(Collator.TERTIARY); in TestCollationKey()
66 CollationKey sortk1 = col.getCollationKey(""); in TestCollationKey()
75 CollationKey sortkIgnorable = col.getCollationKey("\u0001\u034f"); in TestCollationKey()
82 sortk1 = col.getCollationKey(null); in TestCollationKey()
86 sortk1 = col.getCollationKey(test1); in TestCollationKey()
87 CollationKey sortk2 = col.getCollationKey(test2); in TestCollationKey()
99 col = Collator.getInstance(); in TestCollationKey()
103 if (col.getStrength() != Collator.TERTIARY){ in TestCollationKey()
108 col in TestCollationKey()
[all...]
/third_party/node/deps/npm/node_modules/cli-table3/src/
H A Dlayout-manager.js6 function next(alloc, col) {
7 if (alloc[col] > 0) {
8 return next(alloc, col + 1);
10 return col;
16 let col = 0;
20 cell.x = rowIndex ? next(alloc, col) : col;
28 col = cell.x + colSpan;
218 let col = cell[x];
219 let existingWidth = result[col];
[all...]
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix4.h68 void SetEntry(int32_t row, int32_t col, double value);
82 inline double Get(int32_t row, int32_t col) const in Get()
85 ACE_DCHECK((unsigned)col < DIMENSION); in Get()
86 return matrix4x4_[col][row]; in Get()
88 inline void Set(int32_t row, int32_t col, double value) in Set() argument
91 ACE_DCHECK((unsigned)col < DIMENSION); in Set()
92 matrix4x4_[col][row] = value; in Set()
107 double operator()(int32_t row, int32_t col) const;
130 bool SetEntry(int32_t row, int32_t col, double value);
155 // Make sure that the value of row is less than 4 and col i
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPixelStorageModesTests.cpp155 void writePixel(glw::GLubyte *p, glw::GLdouble col);
156 void writeChannel(glw::GLubyte *p, int channel, glw::GLdouble col);
158 void writeToUnsignedChannel(glw::GLubyte *p, int channel, glw::GLdouble col);
160 void writeToSignedChannel(glw::GLubyte *p, int channel, glw::GLdouble col);
161 void writeToFloatChannel(glw::GLubyte *p, int channel, glw::GLdouble col);
162 void writeToHalfFloatChannel(glw::GLubyte *p, int channel, glw::GLdouble col);
166 void write3Channel(glw::GLubyte *p, int channel, glw::GLdouble col);
172 void write4Channel(glw::GLubyte *p, int channel, glw::GLdouble col);
173 void write11F_11F_10F_Channel(glw::GLubyte *p, int channel, glw::GLdouble col);
174 void setRefcolour (glu::CallLogWrapper gl, glw::GLdouble col);
240 writePixel(glw::GLubyte *p, glw::GLdouble col) writePixel() argument
246 writeChannel(glw::GLubyte *p, int channel, glw::GLdouble col) writeChannel() argument
295 writeToUnsignedChannel(glw::GLubyte *p, int channel, glw::GLdouble col) writeToUnsignedChannel() argument
309 writeToSignedChannel(glw::GLubyte *p, int channel, glw::GLdouble col) writeToSignedChannel() argument
322 writeToFloatChannel(glw::GLubyte *p, int channel, glw::GLdouble col) writeToFloatChannel() argument
331 writeToHalfFloatChannel(glw::GLubyte *p, int channel, glw::GLdouble col) writeToHalfFloatChannel() argument
343 write3Channel(glw::GLubyte *p, int channel, glw::GLdouble col) write3Channel() argument
391 write4Channel(glw::GLubyte *p, int channel, glw::GLdouble col) write4Channel() argument
440 write11F_11F_10F_Channel(glw::GLubyte *p, int channel, glw::GLdouble col) write11F_11F_10F_Channel() argument
475 setRefcolour(glu::CallLogWrapper gl, glw::GLdouble col) setRefcolour() argument
523 setUnsignedRefcolour(glu::CallLogWrapper gl, glw::GLdouble col) setUnsignedRefcolour() argument
543 setSignedRefcolour(glu::CallLogWrapper gl, glw::GLdouble col) setSignedRefcolour() argument
564 setRGB10A2Refcolour(glu::CallLogWrapper gl, glw::GLdouble col) setRGB10A2Refcolour() argument
702 glw::GLdouble col = 0.0; generateSrcData() local
992 glw::GLdouble col = 0.0; generateSrcData() local
1419 deUint64 col = 0x0; generateSrcData_s3tc() local
1445 deUint64 col = 0x0; generateSrcData_astc() local
1800 deUint64 col = 0x0; generateSrcData_s3tc() local
1839 deUint64 col = 0x0; generateSrcData_astc() local
[all...]
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dmatrix_keypad.c47 int col, bool on) in __activate_col()
52 gpio_direction_output(pdata->col_gpios[col], level_on); in __activate_col()
54 gpio_set_value_cansleep(pdata->col_gpios[col], !level_on); in __activate_col()
56 gpio_direction_input(pdata->col_gpios[col]); in __activate_col()
61 int col, bool on) in activate_col()
63 __activate_col(pdata, col, on); in activate_col()
72 int col; in activate_all_cols() local
74 for (col = 0; col < pdata->num_col_gpios; col in activate_all_cols()
46 __activate_col(const struct matrix_keypad_platform_data *pdata, int col, bool on) __activate_col() argument
60 activate_col(const struct matrix_keypad_platform_data *pdata, int col, bool on) activate_col() argument
122 int row, col, code; matrix_keypad_scan() local
[all...]
H A Domap-keypad.c71 int col = 0; in omap_kp_scan_keypad() local
78 for (col = 0; col < omap_kp->cols; col++) { in omap_kp_scan_keypad()
79 omap_writew(~(1 << col) & 0xff, in omap_kp_scan_keypad()
84 state[col] = ~omap_readw(OMAP1_MPUIO_BASE + in omap_kp_scan_keypad()
97 int col, row; in omap_kp_tasklet() local
103 for (col = 0; col < omap_kp_data->cols; col in omap_kp_tasklet()
[all...]
H A Dimx_keypad.c81 int col; in imx_keypad_scan_matrix() local
84 for (col = 0; col < MAX_MATRIX_KEY_COLS; col++) { in imx_keypad_scan_matrix()
85 if ((keypad->cols_en_mask & (1 << col)) == 0) in imx_keypad_scan_matrix()
113 reg_val &= ~(1 << (8 + col)); in imx_keypad_scan_matrix()
123 * 1s in matrix_volatile_state[col] means key pressures in imx_keypad_scan_matrix()
127 matrix_volatile_state[col] = (~reg_val) & keypad->rows_en_mask; in imx_keypad_scan_matrix()
147 int row, col; in imx_keypad_fire_events() local
149 for (col in imx_keypad_fire_events()
425 int irq, error, i, row, col; imx_keypad_probe() local
[all...]
H A Dtwl4030_keypad.c150 static inline u16 twl4030_col_xlate(struct twl4030_keypad *kp, u8 col) in twl4030_col_xlate() argument
158 if (col == 0xFF) in twl4030_col_xlate()
161 return col & ((1 << kp->n_cols) - 1); in twl4030_col_xlate()
183 u16 col = key_state[i]; in twl4030_is_in_ghost_state() local
185 if ((col & check) && hweight16(col) > 1) in twl4030_is_in_ghost_state()
188 check |= col; in twl4030_is_in_ghost_state()
198 int col, row; in twl4030_kp_scan() local
221 for (col = 0; col < k in twl4030_kp_scan()
[all...]
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dmatrix_keypad.c48 int col, bool on) in __activate_col()
53 gpio_direction_output(pdata->col_gpios[col], level_on); in __activate_col()
55 gpio_set_value_cansleep(pdata->col_gpios[col], !level_on); in __activate_col()
57 gpio_direction_input(pdata->col_gpios[col]); in __activate_col()
62 int col, bool on) in activate_col()
64 __activate_col(pdata, col, on); in activate_col()
73 int col; in activate_all_cols() local
75 for (col = 0; col < pdata->num_col_gpios; col in activate_all_cols()
47 __activate_col(const struct matrix_keypad_platform_data *pdata, int col, bool on) __activate_col() argument
61 activate_col(const struct matrix_keypad_platform_data *pdata, int col, bool on) activate_col() argument
123 int row, col, code; matrix_keypad_scan() local
[all...]
H A Domap-keypad.c72 int col = 0; in omap_kp_scan_keypad() local
79 for (col = 0; col < omap_kp->cols; col++) { in omap_kp_scan_keypad()
80 omap_writew(~(1 << col) & 0xff, in omap_kp_scan_keypad()
85 state[col] = ~omap_readw(OMAP1_MPUIO_BASE + in omap_kp_scan_keypad()
98 int col, row; in omap_kp_tasklet() local
104 for (col = 0; col < omap_kp_data->cols; col in omap_kp_tasklet()
[all...]
H A Dimx_keypad.c82 int col; in imx_keypad_scan_matrix() local
85 for (col = 0; col < MAX_MATRIX_KEY_COLS; col++) { in imx_keypad_scan_matrix()
86 if ((keypad->cols_en_mask & (1 << col)) == 0) in imx_keypad_scan_matrix()
114 reg_val &= ~(1 << (8 + col)); in imx_keypad_scan_matrix()
124 * 1s in matrix_volatile_state[col] means key pressures in imx_keypad_scan_matrix()
128 matrix_volatile_state[col] = (~reg_val) & keypad->rows_en_mask; in imx_keypad_scan_matrix()
148 int row, col; in imx_keypad_fire_events() local
150 for (col in imx_keypad_fire_events()
422 int irq, error, i, row, col; imx_keypad_probe() local
[all...]
H A Dtwl4030_keypad.c150 static inline u16 twl4030_col_xlate(struct twl4030_keypad *kp, u8 col) in twl4030_col_xlate() argument
158 if (col == 0xFF) in twl4030_col_xlate()
161 return col & ((1 << kp->n_cols) - 1); in twl4030_col_xlate()
183 u16 col = key_state[i]; in twl4030_is_in_ghost_state() local
185 if ((col & check) && hweight16(col) > 1) in twl4030_is_in_ghost_state()
188 check |= col; in twl4030_is_in_ghost_state()
198 int col, row; in twl4030_kp_scan() local
221 for (col = 0; col < k in twl4030_kp_scan()
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_misc_opcodes.cpp655 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea()
658 dPtr [col] = y; in ProcessArea()
678 for (uint32 col = 0; col < cols; col += colPitch) in ProcessArea()
681 real32 x = dPtr [col]; in ProcessArea()
685 dPtr [col] = Min_real32 (y, 1.0f); in ProcessArea()
694 for (uint32 col in ProcessArea()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvp9block.c92 int row = td->row, col = td->col, row7 = td->row7; in decode_mode() local
94 int bw4 = ff_vp9_bwh_tab[1][b->bs][0], w4 = FFMIN(s->cols - col, bw4); in decode_mode()
96 int have_a = row > 0, have_l = col > td->tile_col_start; in decode_mode()
107 s->s.h.segmentation.pred_prob[s->above_segpred_ctx[col] + in decode_mode()
116 int idx_base = (y + row) * 8 * s->sb_cols + col; in decode_mode()
126 memset(&s->above_segpred_ctx[col], 1, w4); in decode_mode()
132 memset(&s->above_segpred_ctx[col], 0, w4); in decode_mode()
137 setctx_2d(&s->s.frames[CUR_FRAME].segmentation_map[row * 8 * s->sb_cols + col], in decode_mode()
144 int c = td->left_skip_ctx[row7] + s->above_skip_ctx[col]; in decode_mode()
966 int row = td->row, col = td->col; decode_coeffs() local
1261 ff_vp9_decode_block(VP9TileData *td, int row, int col, VP9Filter *lflvl, ptrdiff_t yoff, ptrdiff_t uvoff, enum BlockLevel bl, enum BlockPartition bp) ff_vp9_decode_block() argument
[all...]
/kernel/linux/linux-6.6/arch/mips/loongson64/
H A Dnuma.c53 static int __init compute_node_distance(int row, int col) in compute_node_distance() argument
57 int package_col = col * loongson_sysconf.cores_per_node / in compute_node_distance()
60 if (col == row) in compute_node_distance()
70 int row, col; in init_topology_matrix() local
73 for (col = 0; col < MAX_NUMNODES; col++) in init_topology_matrix()
74 __node_distances[row][col] = -1; in init_topology_matrix()
77 for_each_online_node(col) { in init_topology_matrix()
78 __node_distances[row][col] in init_topology_matrix()
[all...]
/third_party/python/Tools/scripts/
H A Dbyext.py89 for col in cols:
91 cw = max(minwidth, len(col))
93 value = self.stats[ext].get(col)
101 colwidth[col] = cw
102 self.stats["TOTAL"][col] = total
109 for col in cols:
110 print("%*s" % (colwidth[col], col), end=' ')
115 for col in cols:
116 value = self.stats[ext].get(col, "")
[all...]
/third_party/node/deps/npm/node_modules/qrcode-terminal/lib/
H A Dmain.js62 for (var col = 0; col < moduleCount; col++) {
63 if (moduleData[row][col] === WHITE && moduleData[row + 1][col] === WHITE) {
65 } else if (moduleData[row][col] === WHITE && moduleData[row + 1][col] === BLACK) {
67 } else if (moduleData[row][col] === BLACK && moduleData[row + 1][col] === WHITE) {

Completed in 16 milliseconds

12345678910>>...35