Searched refs:LINE_LEN (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_hexdump.c | 11 #define LINE_LEN 128 macro 18 char line[LINE_LEN]; /* space needed 8+16*3+3+16 == 75 */ in rte_hexdump() 25 out = snprintf(line, LINE_LEN, "%08X:", ofs); in rte_hexdump() 28 snprintf(line + out, LINE_LEN - out, in rte_hexdump() 37 out += snprintf(line + out, LINE_LEN - out, " | "); in rte_hexdump() 44 out += snprintf(line + out, LINE_LEN - out, "%c", c); in rte_hexdump() 56 char line[LINE_LEN]; in rte_memdump() 64 if (out >= LINE_LEN - 4) { in rte_memdump() 69 out += snprintf(line + out, LINE_LEN - out, "%02x%s", in rte_memdump()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_crc.c | 17 #define LINE_LEN 75 macro
|