Home
last modified time | relevance | path

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

/freebsd/sys/dev/mrsas/
H A Dmrsas_fp.c1004 u_int8_t num_strips, numRows; in MR_BuildRaidContext() local
1088 numRows = (u_int8_t)(endRow - start_row + 1); /* get the row count */ in MR_BuildRaidContext()
1110 if (numRows == 1) { in MR_BuildRaidContext()
1129 if (numRows > 2) in MR_BuildRaidContext()
1130 regSize += (numRows - 2) << raid->stripeShift; in MR_BuildRaidContext()
1148 if (numRows > 2) in MR_BuildRaidContext()
1149 regSize += (numRows - 2) << raid->stripeShift; in MR_BuildRaidContext()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td260 def : Property<"numRows", UInt32> {
268 return ctx.getConstantMatrixType(elementType, numRows, numColumns);