Searched refs:LINE_SIZE (Results 1 – 3 of 3) sorted by relevance
52 #define LINE_SIZE 128 macro105 mov tmp = LINE_SIZE+1 // for compare130 and tmp = -(LINE_SIZE), cnt // compute end of range132 and cnt = (LINE_SIZE-1), cnt // remainder200 and tmp = -(LINE_SIZE), cnt // compute end of range202 and cnt = (LINE_SIZE-1), cnt // remainder
11 #define LINE_SIZE 80 macro100 char line[LINE_SIZE]; in mtrr_write()107 memset(line, 0, LINE_SIZE); in mtrr_write()112 if (length > LINE_SIZE - 1) in mtrr_write()113 length = LINE_SIZE - 1; in mtrr_write()
518 #define LINE_SIZE (2 * PATH_MAX + 50) macro523 char line[LINE_SIZE]; in main()567 while (fgets(line, LINE_SIZE, cpio_list)) { in main()