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

/system/bt/stack/smp/
H A Dsmp_keys.c96 int ncols = 32; /* num entries in one line */ local
100 nrows = len % ncols ? len / ncols + 1: len / ncols;
103 for (int col = 0, x = 0; (ind < len) && (col < ncols); col++, ind++)
107 SMP_TRACE_WARNING("[%03d]: %s", row * ncols, p_buf);

Completed in 62 milliseconds