Searched refs:cols (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dui.cpp56 const std::string cols = tools::env::get("COLUMNS"); local
57 if (cols.length() > 0) {
58 width = tools::text::to_type< size_t >(cols);
/bind-9.11.3/lib/isc/tests/
H A Drandom_test.c195 matrix_binaryrank(isc_uint32_t *bits, size_t rows, size_t cols) { argument
204 while (rt >= cols || ((bits[i] >> rt) & 1) == 0) {
211 if (rt < cols) {

Completed in 12 milliseconds