Searched refs:PVT_HISTORY_LEN (Results 1 – 4 of 4) sorted by relevance
78 if (t_dev_ctx->buf_index == PVT_HISTORY_LEN) { in morello_sensor_timer_callback()97 if (v_dev_ctx->buf_index == PVT_HISTORY_LEN) { in morello_sensor_timer_callback()135 [t_dev_ctx->buf_index == 0 ? PVT_HISTORY_LEN - 1 : in get_value()145 [v_dev_ctx->buf_index == 0 ? PVT_HISTORY_LEN - 1 : in get_value()209 fwk_mm_calloc(PVT_HISTORY_LEN, sizeof(int32_t)); in morello_sensor_element_init()220 fwk_mm_calloc(PVT_HISTORY_LEN, sizeof(int32_t)); in morello_sensor_element_init()
61 if (t_dev_ctx->buf_index == PVT_HISTORY_LEN) { in n1sdp_sensor_timer_callback()78 if (v_dev_ctx->buf_index == PVT_HISTORY_LEN) { in n1sdp_sensor_timer_callback()116 [t_dev_ctx->buf_index == 0 ? PVT_HISTORY_LEN - 1 : in get_value()125 [v_dev_ctx->buf_index == 0 ? PVT_HISTORY_LEN - 1 : in get_value()234 fwk_mm_calloc(PVT_HISTORY_LEN, sizeof(int32_t)); in n1sdp_sensor_element_init()251 fwk_mm_calloc(PVT_HISTORY_LEN, sizeof(int32_t)); in n1sdp_sensor_element_init()
13 #define PVT_HISTORY_LEN 64 macro
32 #define PVT_HISTORY_LEN 64 macro
Completed in 7 milliseconds