Searched refs:cols (Results 1 – 2 of 2) sorted by relevance
36 EfiStatus (*query_mode)(struct EfiSimpleTextOutputProtocol* self, size_t mode_num, size_t* cols,
851 static char** Alloc2d(size_t rows, size_t cols) { in Alloc2d() argument854 result[i] = new char[cols]; in Alloc2d()855 memset(result[i], 0, cols); in Alloc2d()