Home
last modified time | relevance | path

Searched refs:upper_bound (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/net/lib/prometheus/
Dhistogram.c31 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()
Dformatter.c170 histogram->buckets[i].upper_bound, in prometheus_format_one_metric()
/Zephyr-latest/samples/subsys/input/draw_touch_events/src/
Dmain.c97 static int get_draw_position(int value, int upper_bound) in get_draw_position() argument
103 if (value + CROSS_DIM / 2 > upper_bound) { in get_draw_position()
104 return upper_bound - CROSS_DIM; in get_draw_position()
/Zephyr-latest/include/zephyr/net/prometheus/
Dhistogram.h32 double upper_bound; member
/Zephyr-latest/cmake/modules/
DFindZephyr-sdk.cmake127 set(upper_bound _EQUAL) variable
138 AND "${zephyr_sdk_candidate}" VERSION_LESS${upper_bound} "${Zephyr-sdk_FIND_VERSION_MAX}"