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

/linux-4.1.27/arch/ia64/lib/
H A Dmemset.S52 #define LINE_SIZE 128 define
105 mov tmp = LINE_SIZE+1 // for compare
130 and tmp = -(LINE_SIZE), cnt // compute end of range
132 and cnt = (LINE_SIZE-1), cnt // remainder
200 and tmp = -(LINE_SIZE), cnt // compute end of range
202 and cnt = (LINE_SIZE-1), cnt // remainder
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/
H A Dif.c11 #define LINE_SIZE 80 macro
100 char line[LINE_SIZE]; mtrr_write()
107 memset(line, 0, LINE_SIZE); mtrr_write()
112 if (length > LINE_SIZE - 1) mtrr_write()
113 length = LINE_SIZE - 1; mtrr_write()
/linux-4.1.27/usr/
H A Dgen_init_cpio.c518 #define LINE_SIZE (2 * PATH_MAX + 50) macro
523 char line[LINE_SIZE]; main()
567 while (fgets(line, LINE_SIZE, cpio_list)) { main()

Completed in 198 milliseconds