Home
last modified time | relevance | path

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

/Zephyr-latest/lib/os/
Dmpsc_pbuf.c293 bool cont; in mpsc_pbuf_put_word() local
315 cont = false; in mpsc_pbuf_put_word()
320 cont = drop_item_locked(buffer, free_wlen, in mpsc_pbuf_put_word()
333 } while (cont); in mpsc_pbuf_put_word()
341 bool cont = true; in mpsc_pbuf_alloc() local
371 cont = false; in mpsc_pbuf_alloc()
374 cont = true; in mpsc_pbuf_alloc()
382 cont = (err == 0) ? true : false; in mpsc_pbuf_alloc()
383 } else if (cont) { in mpsc_pbuf_alloc()
385 cont = drop_item_locked(buffer, free_wlen, in mpsc_pbuf_alloc()
[all …]
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztress.c230 bool cont_test, cont; in ztress_timeout() local
234 cont = context_data->handler(context_data->user_data, in ztress_timeout()
240 if (cont == true && cont_test == true) { in ztress_timeout()
257 bool cont_test, cont; in ztress_thread() local
267 cont = context_data->handler(context_data->user_data, cnt, !cont_test, priority); in ztress_thread()
271 } while (cont == true && cont_test == true); in ztress_thread()
/Zephyr-latest/drivers/spi/
Dspi_ambiq_spic.c44 bool cont; member
90 if (!data->cont) { in spi_ambiq_callback()
314 data->cont = (config->operation & SPI_HOLD_ON_CS) ? true : false; in spi_ambiq_xfer()
359 if (!data->cont) { in spi_ambiq_xfer()
/Zephyr-latest/drivers/ethernet/
Deth_cyclonev.c656 goto cont; in eth_cyclonev_receive()
674 goto cont; in eth_cyclonev_receive()
710 goto cont; in eth_cyclonev_receive()
742 cont: in eth_cyclonev_receive()
/Zephyr-latest/subsys/bluetooth/host/
Dscan.c833 goto cont; in bt_hci_le_adv_ext_report()
846 goto cont; in bt_hci_le_adv_ext_report()
855 goto cont; in bt_hci_le_adv_ext_report()
869 goto cont; in bt_hci_le_adv_ext_report()
895 goto cont; in bt_hci_le_adv_ext_report()
914 cont: in bt_hci_le_adv_ext_report()
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py1580 for cont in takewhile(_test_indent, lines[idx + 1:]):
1581 line += cont.strip()