| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | Math.h | 127 Matrix(unsigned Rows, unsigned Cols) : in Matrix() argument 128 Rows(Rows), Cols(Cols), Data(std::make_unique<PBQPNum []>(Rows * Cols)) { in Matrix() 133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix() argument 134 : Rows(Rows), Cols(Cols), in Matrix() 135 Data(std::make_unique<PBQPNum []>(Rows * Cols)) { in Matrix() 136 std::fill(Data.get(), Data.get() + (Rows * Cols), InitVal); in Matrix() 141 : Rows(M.Rows), Cols(M.Cols), in Matrix() 142 Data(std::make_unique<PBQPNum []>(Rows * Cols)) { in Matrix() 143 std::copy(M.Data.get(), M.Data.get() + (Rows * Cols), Data.get()); in Matrix() 148 : Rows(M.Rows), Cols(M.Cols), Data(std::move(M.Data)) { in Matrix() [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | DXContainerYAML.h | 86 StartRow(El.StartRow), Cols(El.Cols), StartCol(El.StartCol), in SignatureElement() 93 uint8_t Cols; member
|
| /src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DXContainerEmitter.cpp | 207 El.Name, El.Indices, El.StartRow, El.Cols, El.StartCol, in writeParts() 213 El.Name, El.Indices, El.StartRow, El.Cols, El.StartCol, in writeParts() 219 El.Name, El.Indices, El.StartRow, El.Cols, El.StartCol, in writeParts()
|
| H A D | DXContainerYAML.cpp | 229 IO.mapRequired("Cols", El.Cols); in mapping()
|
| /src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | DXContainerPSVInfo.cpp | 49 FinalElement.Cols = El.Cols; in ProcessElementList()
|
| H A D | MCAsmStreamer.cpp | 1310 const size_t Cols = 4; in emitBinaryData() local 1311 for (size_t I = 0, EI = alignTo(Data.size(), Cols); I < EI; I += Cols) { in emitBinaryData() 1312 size_t J = I, EJ = std::min(I + Cols, Data.size()); in emitBinaryData()
|
| /src/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | DXContainerPSVInfo.h | 33 uint8_t Cols; member
|
| /src/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_win32con.c | 134 _nc_console_size(int *Lines, int *Cols) in _nc_console_size() argument 137 if (Lines != NULL && Cols != NULL) { in _nc_console_size() 140 *Cols = (int) (WINCONSOLE.SBI.dwSize.X); in _nc_console_size() 144 *Cols = (int) (WINCONSOLE.SBI.srWindow.Right + 1 - in _nc_console_size()
|
| /src/contrib/ncurses/ncurses/win32con/ |
| H A D | win32_driver.c | 705 wcon_size(TERMINAL_CONTROL_BLOCK * TCB, int *Lines, int *Cols) in wcon_size() argument 712 (Lines != NULL) && (Cols != NULL)) { in wcon_size() 713 _nc_console_size(Lines, Cols); in wcon_size()
|
| /src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DXContainer.h | 337 uint8_t Cols : 4; member
|
| /src/contrib/ncurses/ncurses/ |
| H A D | curses.priv.h | 2450 int (*td_size)(struct DriverTCB*, int* Line, int *Cols); 2589 extern NCURSES_EXPORT(void) _nc_console_size(int *Lines, int *Cols);
|