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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dgmon.h110 * The value of HASHFRACTION is based on the minimum number of bytes
113 * HASHFRACTION is calculated as:
115 * HASHFRACTION = MIN_SUBR_SEPARATION / (2 * sizeof(short) - 1);
122 * which is separated by only three bytes, thus HASHFRACTION is
125 * HASHFRACTION = 3 / (2 * 2 - 1) = 1
131 * distance. Hence, we will define HASHFRACTION to be 2 across all
136 #define HASHFRACTION 2 macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prof.c127 p->hashfraction = HASHFRACTION;
128 p->fromssize = p->textsize / HASHFRACTION;
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.h126 * Add HASHFRACTION
262 #define HASHFRACTION HISTFRACTION macro

Completed in 43 milliseconds