HomeSort by: relevance | last modified time | path
    Searched refs:nRows (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 303 ConstantMatrixType::ConstantMatrixType(QualType matrixType, unsigned nRows,
305 : ConstantMatrixType(ConstantMatrix, matrixType, nRows, nColumns,
309 unsigned nRows, unsigned nColumns,
311 : MatrixType(tc, matrixType, canonType), NumRows(nRows),
  /src/external/mit/xorg/lib/libxcb/files/
xkb.h 922 uint8_t nRows;
xkb.c 1146 for(i=0; i<_aux->nRows; i++) {
1167 return R->nRows;
1175 i.rem = R->nRows;

Completed in 34 milliseconds