Searched refs:nrows (Results 1 – 2 of 2) sorted by relevance
11 fig, ax = plt.subplots(nrows=1)
97 int nrows; /* num lines */ in smp_debug_print_nbyte_big_endian() local100 nrows = len % ncols ? len / ncols + 1: len / ncols; in smp_debug_print_nbyte_big_endian()101 for (int row = 0; row < nrows; row++) in smp_debug_print_nbyte_big_endian()