Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h127 Matrix(unsigned Rows, unsigned Cols) : in Matrix()
133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
/openbsd-src/games/tetris/
H A Dtetris.c59 int Rows, Cols; variable
/openbsd-src/lib/libcurses/tinfo/
H A Dlib_win32con.c139 _nc_console_size(int *Lines, int *Cols) in _nc_console_size()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp1227 const size_t Cols = 4; in emitBinaryData() local