| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | siena_sram.c | 60 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 D | siena_nic.c | 622 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 D | sparkline.c | 97 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 D | sparkline.h | 53 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 D | linenoise.c | 188 (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 D | qcom,pm8xxx-keypad.txt | 42 - keypad,num-rows: 45 Definition: number of rows in the keymap. More information can be found 85 keypad,num-rows = <1>;
|
| H A D | omap-keypad.txt | 12 keypad,num-rows and keypad,num-columns are required. 25 keypad,num-rows = <2>;
|
| H A D | twl4030-keypad.txt | 12 * keypad,num-rows and keypad,num-columns are required. 25 keypad,num-rows = <8>;
|
| H A D | lpc32xx-key.txt | 18 Note: keypad,num-rows and keypad,num-columns are required, and must be equal 29 keypad,num-rows = <1>;
|
| H A D | matrix-keymap.yaml | 30 keypad,num-rows: 44 keypad,num-rows = <2>;
|
| H A D | brcm,bcm-keypad.txt | 12 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 D | st-keyscan.txt | 22 - keypad,num-rows: Number of row lines connected to the keypad controller. 40 keypad,num-rows = <4>;
|
| H A D | tca8418_keypad.txt | 4 keypad,num-rows and keypad,num-columns are required.
|
| H A D | nvidia,tegra20-kbc.txt | 11 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 D | samsung-keypad.txt | 22 - samsung,keypad-num-rows: Number of row lines connected to the keypad 52 samsung,keypad-num-rows = <2>;
|
| H A D | stmpe-keypad.txt | 11 - keypad,num-rows : See ./matrix-keymap.txt
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | tc3589x.txt | 50 - keypad,num-rows : number of rows in the matrix, see 85 keypad,num-rows = <8>;
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz.c | 1177 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 D | raidz_test.c | 403 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 D | exynos4412-smdk4412.dts | 44 samsung,keypad-num-rows = <3>; 114 keypad_rows: keypad-rows {
|
| H A D | exynos4210-smdkv310.dts | 65 samsung,keypad-num-rows = <2>; 135 keypad_rows: keypad-rows {
|
| H A D | qcom-msm8660-surf.dts | 75 keypad,num-rows = <6>;
|
| H A D | imx53-voipac-bsb.dts | 146 keypad,num-rows = <8>;
|
| H A D | twl4030.dtsi | 151 keypad,num-rows = <8>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | rt5663.txt | 30 The matrix rows of the impedance sensing table are consisted by impedance
|