Searched refs:nbRows (Results 1 – 1 of 1) sorted by relevance
302 int nbRows = VariableRowCount(type); in VariableRegisterSize() local303 return (nbRows > 1) ? nbRows : VariableColumnCount(type); in VariableRegisterSize()