Home
last modified time | relevance | path

Searched refs:rows (Results 1 – 25 of 51) sorted by relevance

123

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Dsiena_sram.c60 size_t rows; in siena_sram_test() local
75 rows = SIENA_SRAM_ROWS - 1; in siena_sram_test()
76 EFX_POPULATE_OWORD_1(oword, FRF_AZ_SRM_RX_DC_BASE_ADR, rows); in siena_sram_test()
79 EFX_POPULATE_OWORD_1(oword, FRF_AZ_SRM_TX_DC_BASE_ADR, rows + 1); in siena_sram_test()
87 for (wptr = 0, rptr = 0; wptr < rows; ++wptr) { in siena_sram_test()
91 if ((wptr - rptr) < 64 && wptr < rows - 1) in siena_sram_test()
109 for (wptr = 0, rptr = 0; wptr < rows; ++wptr) { in siena_sram_test()
113 if ((wptr - rptr) < 64 && wptr < rows - 1) in siena_sram_test()
H A Dsiena_nic.c622 EFSYS_ASSERT(rsp->rows == 1); in siena_nic_test_registers()
705 for (index = 0; index < rsp->rows; ++index) { in siena_nic_test_tables()
716 for (index = 0; index < rsp->rows; ++index) { in siena_nic_test_tables()
/f-stack/app/redis-5.0.5/src/
H A Dsparkline.c97 sds sparklineRenderRange(sds output, struct sequence *seq, int rows, int offset, int len, int flags… in sparklineRenderRange() argument
100 int steps = charset_len*rows; in sparklineRenderRange()
126 if (row < rows) { in sparklineRenderRange()
128 int charidx = step-((rows-row-1)*charset_len); in sparklineRenderRange()
138 if (seq->labels && row-rows < label_margin_top) { in sparklineRenderRange()
145 int label_char = row - rows - label_margin_top; in sparklineRenderRange()
165 sds sparklineRender(sds output, struct sequence *seq, int columns, int rows, int flags) { in sparklineRender() argument
172 output = sparklineRenderRange(output, seq, rows, j, sublen, flags); in sparklineRender()
H A Dsparkline.h53 sds sparklineRenderRange(sds output, struct sequence *seq, int rows, int offset, int len, int flags…
54 sds sparklineRender(sds output, struct sequence *seq, int columns, int rows, int flags);
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c188 (int)l->len,(int)l->pos,(int)l->oldpos,plen,rows,rpos, \
264 int cols, rows; in getCursorPosition() local
280 if (sscanf(buf+2,"%d;%d",&rows,&cols) != 2) return -1; in getCursorPosition()
546 int rows = (plen+l->len+l->cols-1)/l->cols; /* rows used by current buf. */ in refreshMultiLine() local
555 if (rows > (int)l->maxrows) l->maxrows = rows; in refreshMultiLine()
595 rows++; in refreshMultiLine()
596 if (rows > (int)l->maxrows) l->maxrows = rows; in refreshMultiLine()
604 if (rows-rpos2 > 0) { in refreshMultiLine()
605 lndebug("go-up %d", rows-rpos2); in refreshMultiLine()
606 snprintf(seq,64,"\x1b[%dA", rows-rpos2); in refreshMultiLine()
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Dqcom,pm8xxx-keypad.txt42 - keypad,num-rows:
45 Definition: number of rows in the keymap. More information can be found
85 keypad,num-rows = <1>;
H A Domap-keypad.txt12 keypad,num-rows and keypad,num-columns are required.
25 keypad,num-rows = <2>;
H A Dtwl4030-keypad.txt12 * keypad,num-rows and keypad,num-columns are required.
25 keypad,num-rows = <8>;
H A Dlpc32xx-key.txt18 Note: keypad,num-rows and keypad,num-columns are required, and must be equal
29 keypad,num-rows = <1>;
H A Dmatrix-keymap.yaml30 keypad,num-rows:
44 keypad,num-rows = <2>;
H A Dbrcm,bcm-keypad.txt12 keypad,num-rows and keypad,num-columns are required.
23 - keypad,num-rows: Number of row lines connected to the keypad
73 keypad,num-rows = <5>;
H A Dst-keyscan.txt22 - keypad,num-rows: Number of row lines connected to the keypad controller.
40 keypad,num-rows = <4>;
H A Dtca8418_keypad.txt4 keypad,num-rows and keypad,num-columns are required.
H A Dnvidia,tegra20-kbc.txt11 array of pin numbers which is used as rows.
46 nvidia,kbc-row-pins = <0 1 2>; /* pin 0, 1, 2 as rows */
H A Dsamsung-keypad.txt22 - samsung,keypad-num-rows: Number of row lines connected to the keypad
52 samsung,keypad-num-rows = <2>;
H A Dstmpe-keypad.txt11 - keypad,num-rows : See ./matrix-keymap.txt
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dtc3589x.txt50 - keypad,num-rows : number of rows in the matrix, see
85 keypad,num-rows = <8>;
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c1177 uint8_t **rows) in vdev_raidz_matrix_init() argument
1200 rows[i][j] = vdev_raidz_pow2[pow]; in vdev_raidz_matrix_init()
1241 invrows[i][j] = rows[i][jj]; in vdev_raidz_matrix_invert()
1242 rows[i][jj] = 0; in vdev_raidz_matrix_invert()
1252 ASSERT0(rows[i][j]); in vdev_raidz_matrix_invert()
1263 rows[i][j] = vdev_raidz_exp2(rows[i][j], log); in vdev_raidz_matrix_invert()
1276 rows[ii][j] ^= in vdev_raidz_matrix_invert()
1291 ASSERT3U(rows[i][j], ==, 1); in vdev_raidz_matrix_invert()
1293 ASSERT0(rows[i][j]); in vdev_raidz_matrix_invert()
1386 uint8_t *rows[VDEV_RAIDZ_MAXPARITY]; in vdev_raidz_reconstruct_general() local
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c403 uint64_t rows = howmany(tot, logical_cols); in vdev_raidz_map_alloc_expanded() local
406 raidz_map_t *rm = kmem_zalloc(offsetof(raidz_map_t, rm_row[rows]), in vdev_raidz_map_alloc_expanded()
408 rm->rm_nrows = rows; in vdev_raidz_map_alloc_expanded()
410 for (uint64_t row = 0; row < rows; row++) { in vdev_raidz_map_alloc_expanded()
475 } else if (row == rows - 1 && bc != 0 && c >= bc) { in vdev_raidz_map_alloc_expanded()
489 off = dc * rows + row; in vdev_raidz_map_alloc_expanded()
491 off = r * rows + in vdev_raidz_map_alloc_expanded()
492 (dc - r) * (rows - 1) + row; in vdev_raidz_map_alloc_expanded()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dexynos4412-smdk4412.dts44 samsung,keypad-num-rows = <3>;
114 keypad_rows: keypad-rows {
H A Dexynos4210-smdkv310.dts65 samsung,keypad-num-rows = <2>;
135 keypad_rows: keypad-rows {
H A Dqcom-msm8660-surf.dts75 keypad,num-rows = <6>;
H A Dimx53-voipac-bsb.dts146 keypad,num-rows = <8>;
H A Dtwl4030.dtsi151 keypad,num-rows = <8>;
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Drt5663.txt30 The matrix rows of the impedance sensing table are consisted by impedance

123