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

/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dkvbuf.c559 uint32_t x, k, v, kcount, vcount, kl, vl; local
580 kcount = ntohl(x);
582 return kcount;
591 kcount = ntohl(x);
593 for (k = 0; k < kcount; k++)
626 kcount = ntohl(x);
628 return kcount;
825 a->dict[d].kcount = ntohl(x);
827 if (a->dict[d].kcount > 0)
829 a->dict[d].key = (const char **)calloc(a->dict[d].kcount, sizeo
[all...]
H A Dkvbuf.h59 uint32_t kcount; member in struct:__anon2855
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dgmon.h202 u_short *kcount; member in struct:gmonparam
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsubr_prof.c144 p->kcount = (u_short *)cp;
194 gp->kcount, gp->kcountsize);

Completed in 114 milliseconds