Home | History | Annotate | Download | only in perfcntrs

Lines Matching refs:sz

65    size_t sz;
68 buf = os_read_file(path, &sz);
79 size_t sz;
82 uint32_t *buf = (uint32_t *)os_read_file(fpath, &sz);
122 match_compatible(char *compatstrs, int sz)
124 while (sz > 0) {
134 sz -= strlen(compatible) + 1;
144 size_t sz;
147 char *str = os_read_file(fpath, &sz);
148 if (match_compatible(str, sz)) {
156 size_t sz;
160 val = (int *)os_read_file(buf, &sz);
165 val = (int *)os_read_file(buf, &sz);