Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dutils.c2602 #define NUMCELLS 16 macro
2607 static char buf[NUMCELLS][CELLSIZE]; in get_cell()
2609 if (++cell >= NUMCELLS) in get_cell()