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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/mtrr/
H A Dif.c9 #define LINE_SIZE 80 macro
100 char line[LINE_SIZE];
107 memset(line, 0, LINE_SIZE);
108 if (len > LINE_SIZE)
109 len = LINE_SIZE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dchmc.c205 #define LINE_SIZE 64 macro
206 #define LINE_ADDR_MSK (LINE_SIZE - 1)
208 #define QW_BYTES (LINE_SIZE / QW_PER_LINE)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/usr/
H A Dgen_init_cpio.c486 #define LINE_SIZE (2 * PATH_MAX + 50) macro
491 char line[LINE_SIZE];
508 while (fgets(line, LINE_SIZE, cpio_list)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/
H A Dudev_config.c88 char line[LINE_SIZE];
H A Dudev.h32 #define LINE_SIZE 512 macro
H A Dudev_rules_parse.c235 char buf[sizeof(struct udev_rule) + LINE_SIZE];
645 char line[LINE_SIZE];

Completed in 125 milliseconds