Home
last modified time | relevance | path

Searched refs:bin_size (Results 1 – 1 of 1) sorted by relevance

/sysdeps/posix/
A Dsprofil.c88 size_t pc, bin_size = (prof_uint ? sizeof (int) : sizeof (short)); in index_to_pc() local
91 pc = offset + (unsigned long long int) n * bin_size * 65536ull / scale; in index_to_pc()
93 pc = (offset + n * bin_size / scale * 65536 in index_to_pc()
94 + n * bin_size % scale * 65536 / scale); in index_to_pc()

Completed in 4 milliseconds