Home
last modified time | relevance | path

Searched defs:Cols (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h169 Matrix(unsigned Rows, unsigned Cols) : in Matrix()
175 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
/minix3/games/tetris/
H A Dtetris.c64 int Rows, Cols; /* current screen size */ variable