Searched refs:upper_bound (Results 1 – 5 of 5) sorted by relevance
31 if (value <= histogram->buckets[i].upper_bound) { in prometheus_histogram_observe()36 histogram->buckets[i].upper_bound, histogram->buckets[i].count); in prometheus_histogram_observe()
170 histogram->buckets[i].upper_bound, in prometheus_format_one_metric()
97 static int get_draw_position(int value, int upper_bound) in get_draw_position() argument103 if (value + CROSS_DIM / 2 > upper_bound) { in get_draw_position()104 return upper_bound - CROSS_DIM; in get_draw_position()
32 double upper_bound; member
127 set(upper_bound _EQUAL) variable138 AND "${zephyr_sdk_candidate}" VERSION_LESS${upper_bound} "${Zephyr-sdk_FIND_VERSION_MAX}"