Searched refs:CELLSIZE (Results 1 – 2 of 2) sorted by relevance
2603 #define CELLSIZE 50 macro2607 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()
1508 (CELLSIZE): Increase to 50.