Searched refs:LINE_SIZE (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/ia64/lib/ |
A D | memset.S | 54 #define LINE_SIZE 128 macro 107 mov tmp = LINE_SIZE+1 // for compare 132 and tmp = -(LINE_SIZE), cnt // compute end of range 134 and cnt = (LINE_SIZE-1), cnt // remainder 202 and tmp = -(LINE_SIZE), cnt // compute end of range 204 and cnt = (LINE_SIZE-1), cnt // remainder
|
/linux-6.3-rc2/arch/x86/kernel/cpu/mtrr/ |
A D | if.c | 11 #define LINE_SIZE 80 macro 100 char line[LINE_SIZE]; in mtrr_write() 104 memset(line, 0, LINE_SIZE); in mtrr_write() 106 len = min_t(size_t, len, LINE_SIZE - 1); in mtrr_write()
|
/linux-6.3-rc2/scripts/ |
A D | insert-sys-cert.c | 91 #define LINE_SIZE 100 macro 96 char l[LINE_SIZE]; in get_symbol_from_map() 106 while (fgets(l, LINE_SIZE, f)) { in get_symbol_from_map()
|
/linux-6.3-rc2/usr/ |
A D | gen_init_cpio.c | 564 #define LINE_SIZE (2 * PATH_MAX + 50) macro 569 char line[LINE_SIZE]; in main() 626 while (fgets(line, LINE_SIZE, cpio_list)) { in main()
|
Completed in 12 milliseconds