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

/freebsd-10.2-release/tools/tools/ath/ath_prom_read/
H A Dath_prom_read.c60 #define NUM_PER_LINE 8 macro
75 if (i % NUM_PER_LINE == 0)
77 fprintf(fp, "%.4x%s", (int32_t)(eebuf[i]), i % NUM_PER_LINE == (NUM_PER_LINE - 1) ? "\n" : " ");

Completed in 58 milliseconds