Searched refs:LINE_SIZE (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
| H A D | rename-line-binary.patch | 26 -LINE_SIZE=`../bin/$OS/line -M ${MB}M` 27 +LINE_SIZE=`../bin/$OS/lm_line -M ${MB}M` 28 export LINE_SIZE 29 echo "OK, it looks like your cache line is $LINE_SIZE bytes."
|
| /OK3568_Linux_fs/kernel/arch/ia64/lib/ |
| H 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
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mtrr/ |
| H 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()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/ |
| H A D | update-results-script.patch | 76 -LINE_SIZE=`../bin/$OS/lm_line -M ${MB}M` 78 +LINE_SIZE=`lm_line -M ${MB}M` 79 export LINE_SIZE 80 echo "OK, it looks like your cache line is $LINE_SIZE bytes."
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | gsl_point_id.c | 725 #define LINE_SIZE LINE_MULTI_SIZE in CoordinateCorrect() macro 727 #define LINE_SIZE 4 in CoordinateCorrect() macro 730 unsigned int *px[LINE_SIZE+1],*py[LINE_SIZE+1]; in CoordinateCorrect() 731 MULTI_TYPE multi_x[LINE_SIZE],multi_y[LINE_SIZE]; in CoordinateCorrect() 740 for(i=0;i<LINE_SIZE;i++) in CoordinateCorrect() 755 for(i=0;i<LINE_SIZE;i++) in CoordinateCorrect() 763 for(i=0;i<LINE_SIZE;i++) in CoordinateCorrect() 764 if(multi_x[i].range && multi_x[i].group<LINE_SIZE) in CoordinateCorrect() 767 for(i=0;i<LINE_SIZE;i++) in CoordinateCorrect() 768 if(multi_y[i].range && multi_y[i].group<LINE_SIZE) in CoordinateCorrect() [all …]
|
| /OK3568_Linux_fs/kernel/usr/ |
| H A D | gen_init_cpio.c | 519 #define LINE_SIZE (2 * PATH_MAX + 50) macro 524 char line[LINE_SIZE]; in main() 568 while (fgets(line, LINE_SIZE, cpio_list)) { in main()
|