Home
last modified time | relevance | path

Searched refs:is_left (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Drb.h174 uint8_t *is_left; member
181 .is_left = &(tree)->iter_left[0], \
188 .is_left = (uint8_t *)alloca((tree)->max_depth * sizeof(uint8_t)),\
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dusb.c212 const bool is_left = (chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in usb_add_frame_to_usb() local
234 if (((is_left || is_right) && decoded_sdu.mono_frames_cnt != 0) || in usb_add_frame_to_usb()
259 if (is_left && decoded_sdu.left_frames_cnt > decoded_sdu.right_frames_cnt) { in usb_add_frame_to_usb()
275 if (is_left) { in usb_add_frame_to_usb()
Dlc3.c159 const bool is_left = index == 0 && has_left; in get_lc3_chan_alloc_from_index() local
165 if (is_left) { in get_lc3_chan_alloc_from_index()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_usb.c213 const bool is_left = (chan_allocation & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in bap_usb_add_frame_to_usb() local
236 if (((is_left || is_right) && decoded_sdu.mono_frames_cnt != 0) || in bap_usb_add_frame_to_usb()
261 if (is_left && decoded_sdu.left_frames_cnt > decoded_sdu.right_frames_cnt) { in bap_usb_add_frame_to_usb()
277 if (is_left) { in bap_usb_add_frame_to_usb()
510 const bool is_left = (chan_alloc & BT_AUDIO_LOCATION_FRONT_LEFT) != 0; in bap_usb_get_frame() local
515 if (is_left || is_mono) { in bap_usb_get_frame()
Dbap.c226 const bool is_left = index == 0 && has_left; in get_lc3_chan_alloc_from_index() local
232 if (is_left) { in get_lc3_chan_alloc_from_index()
/Zephyr-latest/lib/utils/
Drb.c545 f->is_left[f->top] = 0U; in stack_left_limb()
550 f->is_left[f->top] = 1; in stack_left_limb()
592 if (f->is_left[f->top] != 0U) { in z_rb_foreach_next()
600 while ((f->top > 0) && (f->is_left[f->top] == 0U)) { in z_rb_foreach_next()