Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dutils.c2603 #define CELLSIZE 50 macro
2607 static char buf[NUMCELLS][CELLSIZE]; in get_cell()
2791 snprintf (result, CELLSIZE, "0x%s", phex_nz (num, sizeof (num))); in hex_string()
2803 char *result_end = result + CELLSIZE - 1; in hex_string_custom()
2809 if (width + 2 >= CELLSIZE) in hex_string_custom()
H A DChangeLog1508 (CELLSIZE): Increase to 50.