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

/linux-master/arch/hexagon/mm/
H A Dcache.c13 (((end - (start & ~(LINESIZE - 1))) >> LINEBITS) + 1)
20 start &= ~(LINESIZE - 1);
30 start += LINESIZE;
40 start &= ~(LINESIZE - 1);
51 start += LINESIZE;
65 start &= ~(LINESIZE - 1);
75 start += LINESIZE;
85 start &= ~(LINESIZE - 1);
95 start += LINESIZE;
/linux-master/arch/hexagon/include/asm/
H A Dcacheflush.h25 #define LINESIZE 32 macro
/linux-master/fs/unicode/
H A Dmkutf8data.c54 #define LINESIZE 1024 macro
55 char line[LINESIZE];
56 char buf0[LINESIZE];
57 char buf1[LINESIZE];
58 char buf2[LINESIZE];
59 char buf3[LINESIZE];
1953 while (fgets(line, LINESIZE, file)) {
1991 while (fgets(line, LINESIZE, file)) {
2070 while (fgets(line, LINESIZE, file)) {
2135 while (fgets(line, LINESIZE, fil
[all...]

Completed in 147 milliseconds