Home
last modified time | relevance | path

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

/elf/
A Ddl-profile.c202 #define SCALE_1_TO_1 0x10000L in _dl_start_profile() macro
462 s_scale = ((double) kcountsize / (highpc - lowpc)) * SCALE_1_TO_1; in _dl_start_profile()
467 if (quot >= SCALE_1_TO_1) in _dl_start_profile()
469 else if (quot >= SCALE_1_TO_1 / 256) in _dl_start_profile()
470 s_scale = SCALE_1_TO_1 / quot; 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()
478 s_scale = SCALE_1_TO_1; in _dl_start_profile()
A Dsprof.c500 #define SCALE_1_TO_1 0x10000L in load_shobj() macro
507 if (quot >= SCALE_1_TO_1) in load_shobj()
509 else if (quot >= SCALE_1_TO_1 / 256) in load_shobj()
510 result->s_scale = SCALE_1_TO_1 / quot; in load_shobj()
512 result->s_scale = ((SCALE_1_TO_1 * 256) in load_shobj()
515 result->s_scale = ((SCALE_1_TO_1 * 256) in load_shobj()
519 result->s_scale = SCALE_1_TO_1; in load_shobj()

Completed in 7 milliseconds