Searched refs:nptrs (Results 1 – 4 of 4) sorted by relevance
211 int nptrs = 0; in typedef_parse_member() local234 nptrs++; in typedef_parse_member()249 nptrs++; in typedef_parse_member()276 if (nptrs) { in typedef_parse_member()278 pn->pn_nptrs = nptrs; in typedef_parse_member()
239 size_t bytes, newsz, nptrs; in leaky_grep() local338 nptrs = newsz / sizeof (uintptr_t); in leaky_grep()339 newsz = nptrs * sizeof (uintptr_t); in leaky_grep()341 if ((nbase & mask) == 0 && nptrs <= (cur - buf) && in leaky_grep()342 mdb_vread(cur - nptrs, newsz, nbase) != -1) { in leaky_grep()343 cur -= nptrs; in leaky_grep()
1206 size_t nptrs, ndx; in typegraph_build_anchored() local1236 nptrs = size / sizeof (uintptr_t); in typegraph_build_anchored()1246 for (; ndx < nptrs; ndx++) { in typegraph_build_anchored()1300 new_state->tgbs_nptrs = nptrs; in typegraph_build_anchored()1319 nptrs = state->tgbs_nptrs; in typegraph_build_anchored()1322 size = nptrs * sizeof (uintptr_t); in typegraph_build_anchored()
1292 nptrs(char **hf) in nptrs() function1311 int nhf = nptrs(hf); in Xaddone()