Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/lib/
Dmemset.S52 #define LINE_SIZE 128 macro
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/
Dif.c11 #define LINE_SIZE 80 macro
100 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()
/linux-4.1.27/usr/
Dgen_init_cpio.c518 #define LINE_SIZE (2 * PATH_MAX + 50) macro
523 char line[LINE_SIZE]; in main()
567 while (fgets(line, LINE_SIZE, cpio_list)) { in main()