Searched refs:linesz (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/asm-mips/
H A Dcpu-info.h24 unsigned char linesz; /* Size of line in bytes */ member in struct:cache_desc
H A Dcpu-features.h210 #define cpu_dcache_line_size() cpu_data[0].dcache.linesz
213 #define cpu_icache_line_size() cpu_data[0].icache.linesz
216 #define cpu_scache_line_size() cpu_data[0].scache.linesz
/external/elfutils/libdwfl/
H A Dlinux-proc-maps.c152 size_t linesz; local
154 while ((len = getline (&line, &linesz, f)) > 0)
H A Dlinux-kernel-modules.c382 size_t linesz = 0; local
383 size_t n = getline (&line, &linesz, f);
390 while ((n = getline (&line, &linesz, f)) > 1 && line[n - 2] != ']')
829 size_t linesz = 0; local
833 while (getline (&line, &linesz, f) > 0

Completed in 105 milliseconds