Searched refs:range (Results 1 – 2 of 2) sorted by relevance
464 size_t range = highpc - lowpc; in _dl_start_profile() local465 size_t quot = range / kcountsize; in _dl_start_profile()471 else if (range > ULONG_MAX / 256) in _dl_start_profile()472 s_scale = (SCALE_1_TO_1 * 256) / (range / (kcountsize / 256)); in _dl_start_profile()474 s_scale = (SCALE_1_TO_1 * 256) / ((range * 256) / kcountsize); in _dl_start_profile()
504 size_t range = result->highpc - result->lowpc; in load_shobj() local505 size_t quot = range / result->kcountsize; in load_shobj()511 else if (range > ULONG_MAX / 256) in load_shobj()513 / (range / (result->kcountsize / 256))); in load_shobj()516 / ((range * 256) / result->kcountsize)); in load_shobj()
Completed in 6 milliseconds