Searched refs:bin_size (Results 1 – 1 of 1) sorted by relevance
88 size_t pc, bin_size = (prof_uint ? sizeof (int) : sizeof (short)); in index_to_pc() local91 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