Home
last modified time | relevance | path

Searched refs:num_cols (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/build_perf/
H A D__init__.py16 num_cols = len(row_fmt)
17 col_widths = [0] * num_cols
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D0001-Drop-using-register-storage-classifier.patch114 JDIMENSION num_cols = cinfo->image_width;
131 JDIMENSION num_cols = cinfo->image_width;
148 JDIMENSION num_cols = cinfo->image_width;
161 JDIMENSION num_cols = cinfo->image_width;
177 JDIMENSION num_cols = cinfo->image_width;
210 JDIMENSION num_cols = cinfo->image_width;
227 JDIMENSION num_cols = cinfo->image_width;
244 JDIMENSION num_cols = cinfo->image_width;
257 JDIMENSION num_cols = cinfo->image_width;
273 JDIMENSION num_cols = cinfo->image_width;
/openbmc/u-boot/drivers/input/
H A Dkey_matrix.c70 pos = key->row * config->num_cols + key->col; in key_matrix_decode()
129 entry = row * config->num_cols + col; in create_keymap()
183 config->num_cols = cols; in key_matrix_init()
H A Dcros_ec_keyb.c68 for (col = num_keys = bit = 0; col < priv->matrix.num_cols; in check_for_keys()
/openbmc/u-boot/include/
H A Dkey_matrix.h17 int num_cols; member
/openbmc/openbmc/poky/scripts/
H A Doe-build-perf-report210 num_cols = len(row_fmt)
254 rows.append([''] * num_cols)