Home
last modified time | relevance | path

Searched refs:NUMCELLS (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dutils.c2661 #define NUMCELLS 16 macro
2666 static char buf[NUMCELLS][CELLSIZE]; in get_cell()
2668 if (++cell >= NUMCELLS) in get_cell()