Home
last modified time | relevance | path

Searched refs:numRows (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/mrsas/
H A Dmrsas_fp.c1003 u_int8_t num_strips, numRows; in MR_BuildRaidContext() local
1087 numRows = (u_int8_t)(endRow - start_row + 1); /* get the row count */ in MR_BuildRaidContext()
1109 if (numRows == 1) { in MR_BuildRaidContext()
1128 if (numRows > 2) in MR_BuildRaidContext()
1129 regSize += (numRows - 2) << raid->stripeShift; in MR_BuildRaidContext()
1147 if (numRows > 2) in MR_BuildRaidContext()
1148 regSize += (numRows - 2) << raid->stripeShift; in MR_BuildRaidContext()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td234 def : Property<"numRows", UInt32> {
242 return ctx.getConstantMatrixType(elementType, numRows, numColumns);