Searched refs:buffer_end (Results 1 – 9 of 9) sorted by relevance
45 msgq->buffer_end = buffer + (max_msgs * msg_size); in k_msgq_init()153 msgq->write_ptr < msgq->buffer_end); in z_impl_k_msgq_put()156 if (msgq->write_ptr == msgq->buffer_end) { in z_impl_k_msgq_put()232 if (msgq->read_ptr == msgq->buffer_end) { in z_impl_k_msgq_get()244 msgq->write_ptr < msgq->buffer_end); in z_impl_k_msgq_get()248 if (msgq->write_ptr == msgq->buffer_end) { in z_impl_k_msgq_get()341 bytes_to_end = (msgq->buffer_end - msgq->read_ptr); in z_impl_k_msgq_peek_at()
92 const uint8_t *buffer_end = in adxl345_decode_stream() local97 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in adxl345_decode_stream()119 while (count < max_count && buffer < buffer_end) { in adxl345_decode_stream()
39 const uint8_t *buffer_end = in adxl372_decode_stream() local44 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in adxl372_decode_stream()65 while (count < max_count && buffer < buffer_end) { in adxl372_decode_stream()
71 const uint8_t *buffer_end = in adxl362_decode_stream() local77 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in adxl362_decode_stream()96 while (count < max_count && buffer < buffer_end) { in adxl362_decode_stream()
172 const uint8_t *buffer_end; in lsm6dsv16x_decoder_get_frame_count() local182 buffer_end = buffer + LSM6DSV16X_FIFO_SIZE(edata->fifo_count); in lsm6dsv16x_decoder_get_frame_count()185 while (buffer < buffer_end) { in lsm6dsv16x_decoder_get_frame_count()259 const uint8_t *buffer_end; in lsm6dsv16x_decode_fifo() local279 buffer_end = buffer + LSM6DSV16X_FIFO_SIZE(edata->fifo_count); in lsm6dsv16x_decode_fifo()308 while (count < max_count && buffer < buffer_end) { in lsm6dsv16x_decode_fifo()
424 const uint8_t *buffer_end = in adxl367_decode_12b_stream() local432 while (count < max_count && buffer < buffer_end) { in adxl367_decode_12b_stream()507 const uint8_t *buffer_end = in adxl367_decode_stream() local512 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in adxl367_decode_stream()535 while (count < max_count && buffer < buffer_end) { in adxl367_decode_stream()
352 const uint8_t *buffer_end = buffer + sizeof(struct icm42688_fifo_data) + edata->fifo_count; in icm42688_fifo_decode() local358 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in icm42688_fifo_decode()365 while (count < max_count && buffer < buffer_end) { in icm42688_fifo_decode()
611 const char *buffer_end = (const char *)rx_conf->blocks_ptr + in find_ept_by_name() local621 name_size = strnlen(name, buffer_end - name - 1) + 1; in find_ept_by_name()
4563 char *buffer_end; member4593 .buffer_end = q_buffer + (q_max_msgs * q_msg_size), \