Searched refs:pc_to_index (Results 1 – 1 of 1) sorted by relevance
/sysdeps/posix/ |
A D | sprofil.c | 74 pc_to_index (size_t pc, size_t offset, unsigned int scale, int prof_uint) in pc_to_index() function 96 if (pc_to_index (pc, offset, scale, prof_uint) < n) in index_to_pc() 100 assert (pc_to_index (pc - 1, offset, scale, prof_uint) < n in index_to_pc() 101 && pc_to_index (pc, offset, scale, prof_uint) >= n); in index_to_pc() 143 i = pc_to_index (pc, region->offset, region->scale, prof_uint); in profil_count()
|
Completed in 4 milliseconds