/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | atmel-matrix.txt | 8 "atmel,at91sam9260-matrix", "syscon" 9 "atmel,at91sam9261-matrix", "syscon" 10 "atmel,at91sam9263-matrix", "syscon" 11 "atmel,at91sam9rl-matrix", "syscon" 12 "atmel,at91sam9g45-matrix", "syscon" 13 "atmel,at91sam9n12-matrix", "syscon" 14 "atmel,at91sam9x5-matrix", "syscon" 15 "atmel,sama5d3-matrix", "syscon" 16 "microchip,sam9x60-matrix", "syscon" 17 "microchip,sam9x7-matrix", "atme [all...] |
H A D | tc3589x.txt | 50 - keypad,num-rows : number of rows in the matrix, see 51 bindings/input/matrix-keymap.txt 52 - keypad,num-columns : number of columns in the matrix, see 53 bindings/input/matrix-keymap.txt 55 bindings/input/matrix-keymap.txt
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_sa_multipath_record.c | 1345 osm_sa_item_t *matrix[2][2]; in mpr_rcv_get_apm_paths() local 1389 matrix[0][0] = in mpr_rcv_get_apm_paths() 1393 matrix[0][1] = in mpr_rcv_get_apm_paths() 1397 matrix[1][0] = in mpr_rcv_get_apm_paths() 1401 matrix[1][1] = in mpr_rcv_get_apm_paths() 1409 matrix[0][0] ? matrix[0][0]->resp.mpr_rec.path_rec.slid : 0, in mpr_rcv_get_apm_paths() 1410 matrix[0][0] ? matrix[0][0]->resp.mpr_rec.path_rec.dlid : 0, in mpr_rcv_get_apm_paths() 1411 matrix[0][0] ? matrix[0][0]->resp.mpr_rec.hops : 0, in mpr_rcv_get_apm_paths() 1412 matrix[0][1] ? matrix[0][1]->resp.mpr_rec.path_rec.slid : 0, in mpr_rcv_get_apm_paths() 1413 matrix[0][1] ? matrix[0][1]->resp.mpr_rec.path_rec.dlid : 0, in mpr_rcv_get_apm_paths() [all …]
|
H A D | osm_mesh.c | 398 int ***matrix, int **poly) in sub_determinant() argument 434 m[x][y][k] = matrix[i][j][k]; in sub_determinant() 539 static int char_poly(lash_t *p_lash, int rank, int **matrix, int **poly) in char_poly() argument 551 if (!matrix) in char_poly() 565 m[i][j][0] = matrix[i][j]; in char_poly() 661 node->matrix = m; in get_switch_metric() 847 if (!node->matrix || !node->dimension) in seed_axes() 868 if (node->matrix[i][j] != 2) in seed_axes() 901 if (!s->node->matrix) in opposite() 909 if (s->node->matrix[i][j] != 2) in opposite() [all …]
|
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-matchers.cc | 371 const MatchMatrix& matrix, MatchResultListener* listener) const { in VerifyMatchMatrix() argument 372 if (matrix.LhsSize() == 0 && matrix.RhsSize() == 0) { in VerifyMatchMatrix() 378 matrix.LhsSize() != matrix.RhsSize(); in VerifyMatchMatrix() 384 if (matrix.LhsSize() != 0 && listener->IsInterested()) { in VerifyMatchMatrix() 385 *listener << "which has " << Elements(matrix.LhsSize()) << "\n"; in VerifyMatchMatrix() 390 ::std::vector<char> element_matched(matrix.LhsSize(), 0); in VerifyMatchMatrix() 391 ::std::vector<char> matcher_matched(matrix.RhsSize(), 0); in VerifyMatchMatrix() 393 for (size_t ilhs = 0; ilhs < matrix.LhsSize(); ilhs++) { in VerifyMatchMatrix() 394 for (size_t irhs = 0; irhs < matrix.RhsSize(); irhs++) { in VerifyMatchMatrix() 395 char matched = matrix.HasEdge(ilhs, irhs); in VerifyMatchMatrix() [all …]
|
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_matrix.c | 37 * + very generic and compact, provided that the supplied matrix map is in a 43 * + 'matrix' is kind of 0x7a69, due to prolong mental block. 80 } matrix[SND_CHN_T_MAX + 1]; member 132 for (i = 0; info->matrix[i].chn[0] != SND_CHN_T_EOF; \ 134 if (info->matrix[i].chn[0] == SND_CHN_T_NULL) { \ 139 } else if (info->matrix[i].chn[1] == \ 142 src + info->matrix[i].chn[0]); \ 151 info->matrix[i].chn[j] != SND_CHN_T_EOF; \ 154 src + info->matrix[i].chn[j]); \ 158 accum = (accum * info->matrix[ [all...] |
H A D | feeder_chain.c | 41 struct pcmchan_matrix *matrix; /* matrix map */ member 191 cdesc->current.matrix->channels, cdesc->current.matrix->ext); in feeder_build_formatne() 310 cdesc->target.matrix->channels, cdesc->target.matrix->ext); in feeder_build_matrix() 320 ret = feeder_matrix_setup(f, cdesc->current.matrix, in feeder_build_matrix() 321 cdesc->target.matrix); in feeder_build_matrix() 331 cdesc->current.matrix = cdesc->target.matrix; in feeder_build_matrix() [all...] |
H A D | feeder_volume.c | 53 feed_volume_##SIGN##BIT##ENDIAN(int *vol, int *matrix, \ 67 v = FEEDVOLUME_CALC##BIT(x, vol[matrix[i]]); \ 100 int matrix[SND_CHN_MAX]; member 241 int i, *matrix; in feed_volume_feed() local 256 matrix = info->matrix; in feed_volume_feed() 264 if (vol[matrix[i]] != SND_VOL_FLAT || in feed_volume_feed() 265 muted[matrix[i]] != 0) { in feed_volume_feed() 291 info->apply(temp_vol, matrix, info->channels, dst, j); in feed_volume_feed() 320 * feeder_volume_apply_matrix(): For given matrix ma [all...] |
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | gpio-matrix-keypad.txt | 1 * GPIO driven matrix keypad device tree bindings 3 GPIO driven matrix keypad is used to interface a SoC with a matrix keypad. 4 The matrix keypad supports multiple row and column lines, a key can be 5 placed at each intersection of a unique row and a unique column. The matrix 10 - compatible: Should be "gpio-matrix-keypad" 18 bindings/input/matrix-keymap.txt 31 matrix-keypad { 32 compatible = "gpio-matrix-keypad";
|
H A D | qcom,pm8xxx-keypad.txt | 29 input/matrix-keymap.txt. 46 in input/matrix-keymap.txt. 52 found in input/matrix-keymap.txt. 64 of the matrix array. 70 the matrix array.
|
H A D | stmpe-keypad.txt | 5 - linux,keymap : See ./matrix-keymap.txt 11 - keypad,num-rows : See ./matrix-keymap.txt 12 - keypad,num-columns : See ./matrix-keymap.txt
|
H A D | nvidia,tegra20-kbc.txt | 2 The key controller has maximum 24 pins to make matrix keypad. Any pin 15 devicetree/bindings/input/matrix-keymap.txt. 24 matrix-keyboard bindings: 27 matrix-keyboard-controller spec but to be used when the KEY_FN modifier
|
H A D | tca8418_keypad.txt | 1 This binding is based on the matrix-keymap binding with the following 10 - linux,keymap: Keys definitions, see keypad-matrix.
|
H A D | imx-keypad.txt | 3 The KPP is designed to interface with a keypad matrix with 2-point contact 5 of scanning a keypad matrix. The KPP is capable of detecting, debouncing, 27 bindings/input/matrix-keymap.txt.
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | mathematica | 127 # check for valid imaginary flag of Matlab matrix version 4 129 # check for valid ASCII matrix name 138 # no example for 8-bit and 16-bit integers matrix 146 # no misidentified little endian MATrix example with "short" matrix name 149 # by check for non zero matrix name length 152 # little endian MATrix with "long" matrix name or some misidentified samples 154 # skip TileCacheLogo-*.dat with invalid 2nd character \001 of matrix name with length 96 174 # namlen; the length of the matrix name 177 # nul terminated matrix name like: fit_params testmatrix testsparsecomplex teststringarray 181 # T indicates the matrix type: 0~numeric 1~text 2~sparse [all …]
|
H A D | ti-8x | 21 >0x00003B byte 0x02 (matrix) 39 >0x00003B byte 0x02 (matrix) 56 >0x00003B byte 0x02 (matrix) 74 >0x00003B byte 0x02 (matrix) 99 >0x00003B byte 0x06 (real matrix) 100 >0x00003B byte 0x07 (complex matrix) 132 >0x00003B byte 0x06 (real matrix) 133 >0x00003B byte 0x07 (complex matrix) 159 >0x000048 byte 0x06 (matrix) 177 >0x000048 byte 0x06 (matrix) [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/ |
H A D | mount-matrix.txt | 5 * should we have HOWTO engineer a correct matrix for a new device (without comparing to a different… 10 Mounting matrix 12 The mounting matrix is a device tree property used to orient any device 16 The purpose of the mounting matrix is to translate the sensor frame of 17 reference into the device frame of reference using a translation matrix as 43 to this world. When using the mounting matrix, the sensor and device orientation 154 To achieve this, use the device tree property "mount-matrix" for the sensor. 156 This supplies a 3x3 rotation matrix in the strict linear algebraic sense, 159 multiplied by this matrix to give the proper vectors values in three-dimensional 165 The mounting matrix has the layout: [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/accel/ |
H A D | kionix,kxcjk1013.txt | 14 - mount-matrix: an optional 3x3 mounting rotation matrix 21 mount-matrix = "0", "1", "0",
|
H A D | kionix,kxsd9.txt | 11 - mount-matrix: See mount-matrix.txt
|
/freebsd/contrib/arm-optimized-routines/math/tools/ |
H A D | remez.jl | 369 matrix = array2d(BigFloat, n+d+1, n+d+1) 376 matrix[row, 1+j] = sums[1+i+j, 1] 379 matrix[row, 1+n+j] = -sums[1+i+j, 2] 388 matrix[row, 1+j] = sums[1+i+j, 2] 391 matrix[row, 1+n+j] = -sums[1+i+j, 3] 396 @debug("leastsquares", "matrix=", repr(matrix)) 400 all_coeffs = matrix \ vector 639 matrix = array2d(BigFloat, n+2, n+2) 645 matrix[i,1+j] = x^j 649 matrix[i, n+2] = currsign / w(x,y) [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_wait_noproc.c | 143 const int matrix[] = { in get_options6() local 152 const size_t M = (1 << __arraycount(matrix)) - 1; in get_options6() 160 for (n = 0; n < __arraycount(matrix); n++) { in get_options6() 162 rv |= matrix[n]; in get_options6() 188 const int matrix[] = { in get_options4() local 211 rv |= matrix[n]; in get_options4()
|
/freebsd/sys/contrib/device-tree/Bindings/iio/magnetometer/ |
H A D | ak8975.txt | 12 - mount-matrix: an optional 3x3 mounting rotation matrix 21 mount-matrix = "-0.984807753012208", /* x0 */
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | numa.txt | 44 - distance-matrix 45 This property defines a matrix to describe the relative distances 55 3. distance-matrix should have entries in lexicographical ascending 60 distance-matrix is used. 83 and dt presentation for this distance matrix is, 87 distance-matrix = <0 0 10>, 131 distance-matrix = <0 0 10>, 316 distance-matrix = <0 0 10>,
|
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/ |
H A D | inv_mpu6050.txt | 31 - mount-matrix: an optional 3x3 mounting rotation matrix 42 mount-matrix = "-0.984807753012208", /* x0 */
|
/freebsd/sys/dev/evdev/ |
H A D | evdev_mt.c | 90 int *matrix; member 126 size += sizeof(mt->matrix[0]) * (slots + 6) * slots; in evdev_mt_init() 135 mt->matrix = (int *)(mt->match_slots + slots); in evdev_mt_init() 244 evdev_mt_matching(int *matrix, int m, int n, int *buffer) in evdev_mt_matching() argument 259 for (i = 0, p = matrix + col; i < m; i++, p += n) { in evdev_mt_matching() 277 for (i = 0, p = matrix; i < m; i++, p += n) in evdev_mt_matching() 322 MPASS(mt->matrix != NULL); in evdev_mt_match_frame() 328 p = mt->matrix; in evdev_mt_match_frame() 349 evdev_mt_matching(mt->matrix, m, n, p); in evdev_mt_match_frame()
|