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

/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dprint-utils.cc25 #define NUMCELLS 16 macro
32 static char buf[NUMCELLS][PRINT_CELL_SIZE];
35 if (++cell >= NUMCELLS)
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dprint-utils.cc25 #define NUMCELLS 16 macro
32 static char buf[NUMCELLS][PRINT_CELL_SIZE];
35 if (++cell >= NUMCELLS)
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Dinterp.c2348 #define NUMCELLS 16 macro
2353 static char buf[NUMCELLS][CELLSIZE];
2355 if (++cell>=NUMCELLS) cell=0;
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dinterp.c2443 #define NUMCELLS 16 macro
2448 static char buf[NUMCELLS][CELLSIZE];
2450 if (++cell>=NUMCELLS) cell=0;

Completed in 217 milliseconds