Searched refs:PRINT_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
41 static const uint32_t PRINT_BUFSIZE = 2 * 1024 * 1024; variable51 #define PRINT_BUFSIZE (2 * 1024 * 1024) macro53 static unsigned char s_print_buf[PRINT_BUFSIZE];229 int retval = hexagon_nn_snpprint(id, s_print_buf, PRINT_BUFSIZE); in hexagon_controller_PrintGraph()