/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/common/ |
D | utils.h | 22 while (atomic_get(&var) expr) { \ 26 while (atomic_get(&var) != val) { \ 30 while (!(bool)atomic_get(&flag)) { \ 34 while ((bool)atomic_get(&flag)) { \ 38 while (!(bool)atomic_cas(&flag, true, false)) { \ 47 } while (0) 53 } while (0) 59 } while (0)
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc/src/ |
D | utils.h | 22 while (atomic_get(&var) != val) { \ 26 while (!(bool)atomic_get(&flag)) { \ 30 while ((bool)atomic_get(&flag)) { \ 34 while (!(bool)atomic_cas(&flag, true, false)) { \ 43 } while (0) 49 } while (0) 55 } while (0)
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/common/ |
D | utils.h | 22 while (atomic_get(&var) != val) { \ 26 while (!(bool)atomic_get(&flag)) { \ 30 while ((bool)atomic_get(&flag)) { \ 34 while (!(bool)atomic_cas(&flag, true, false)) { \ 43 } while (0) 49 } while (0) 55 } while (0)
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/common/ |
D | utils.h | 22 while (atomic_get(&var) != val) { \ 26 while (!(bool)atomic_get(&flag)) { \ 30 while ((bool)atomic_get(&flag)) { \ 34 while (!(bool)atomic_cas(&flag, true, false)) { \ 43 } while (0) 49 } while (0) 55 } while (0)
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | debug.h | 47 } while (0) 107 } while (false) 118 } while (false) 129 } while (false) 140 } while (false) 151 } while (false) 162 } while (false) 173 } while (false) 184 } while (false) 194 } while (false) [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/common/ |
D | utils.h | 22 while (!(bool)atomic_get(&flag)) { \ 26 while ((bool)atomic_get(&flag)) { \ 30 while (!(bool)atomic_cas(&flag, true, false)) { \ 39 } while (0) 45 } while (0) 51 } while (0)
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | soc_samd2x.c | 54 while (!SYSCTRL->PCLKSR.bit.OSC8MRDY) { in osc8m_init() 63 while (GCLK->STATUS.bit.SYNCBUSY) { in osc8m_init() 71 while (GCLK->STATUS.bit.SYNCBUSY) { in osc8m_init() 92 while (!SYSCTRL->PCLKSR.bit.OSC32KRDY) { in osc32k_init() 121 while (!SYSCTRL->PCLKSR.bit.XOSCRDY) { in xosc_init() 140 while (!SYSCTRL->PCLKSR.bit.XOSC32KRDY) { in xosc32k_init() 166 while (GCLK->STATUS.bit.SYNCBUSY) { in dfll48m_init() 172 while (GCLK->STATUS.bit.SYNCBUSY) { in dfll48m_init() 201 while (!SYSCTRL->PCLKSR.bit.DFLLRDY) { in dfll48m_init() 206 while (!SYSCTRL->PCLKSR.bit.DFLLLCKC || !SYSCTRL->PCLKSR.bit.DFLLLCKF) { in dfll48m_init() [all …]
|
D | soc_samd5x.c | 34 while (!OSC32KCTRL->STATUS.bit.XOSC32KRDY) { in osc32k_init() 58 while (OSCCTRL->Dpll[n].DPLLSYNCBUSY.reg) { in dpll_init() 63 while (!(GCLK->PCHCTRL[OSCCTRL_GCLK_ID_FDPLL0 + n].reg & GCLK_PCHCTRL_CHEN)) { in dpll_init() 76 while (OSCCTRL->Dpll[n].DPLLSYNCBUSY.reg) { in dpll_init() 78 while (!(OSCCTRL->Dpll[n].DPLLSTATUS.bit.CLKRDY && in dpll_init() 95 while (!OSCCTRL->STATUS.bit.DFLLRDY) { in dfll_init() 102 while (GCLK->SYNCBUSY.bit.SWRST) { in gclk_reset()
|
/Zephyr-latest/lib/libc/minimal/source/string/ |
D | string.c | 24 while (*s != '\0') { in strcpy() 46 while ((n > 0) && (*s != '\0')) { in strncpy() 53 while (n > 0) { in strncpy() 73 while ((*s != tmp) && (*s != '\0')) { in strchr() 95 } while (*s++ != '\0'); in strrchr() 111 while (*s != '\0') { in strlen() 128 while ((*s1 == *s2) && (*s1 != '\0')) { in strcmp() 145 while ((n > 0) && (*s1 == *s2) && (*s1 != '\0')) { in strncmp() 168 while (*start && strchr(sep, *start)) { in strtok_r() 179 while (*end && !strchr(sep, *end)) { in strtok_r() [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | utils.h | 23 while (!(bool)atomic_get(&flag)) { \ 27 while ((bool)atomic_get(&flag)) { \ 31 while (!(bool)atomic_cas(&flag, true, false)) { \ 40 } while (0) 49 } while (0) 56 } while (0)
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/ |
D | bs_bt_utils.h | 20 while (!(bool)atomic_get(&flag)) { \ 24 while ((bool)atomic_get(&flag)) { \ 28 while (!(bool)atomic_cas(&flag, true, false)) { \ 38 } while (0) 44 } while (0) 50 } while (0)
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/ |
D | bs_bt_utils.h | 32 while (!(bool)atomic_get(&flag)) { \ 36 while ((bool)atomic_get(&flag)) { \ 40 while (!(bool)atomic_cas(&flag, true, false)) { \ 49 } while (0) 55 } while (0) 61 } while (0)
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/ |
D | common.h | 25 while (!(bool)atomic_get(&flag)) { \ 29 while ((bool)atomic_get(&flag)) { \ 33 while (!(bool)atomic_cas(&flag, true, false)) { \ 42 } while (0) 48 } while (0)
|
/Zephyr-latest/tests/kernel/obj_tracking/src/ |
D | main.c | 48 while (list != NULL) { in ZTEST() 59 while (list != NULL) { in ZTEST() 70 while (list != NULL) { in ZTEST() 81 while (list != NULL) { in ZTEST() 92 while (list != NULL) { in ZTEST() 103 while (list != NULL) { in ZTEST() 114 while (list != NULL) { in ZTEST() 125 while (list != NULL) { in ZTEST() 136 while (list != NULL) { in ZTEST() 147 while (list != NULL) { in ZTEST()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | mesh_test.h | 41 } while (0) 47 } while (0) 57 } while (0) 68 } while (0) 77 } while (0) 86 } while (0) 96 } while (0) 105 } while (0) 115 } while (0) 124 } while (0) [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/ |
D | bs_bt_utils.h | 34 while (!(bool)atomic_get(&flag)) { \ 38 while ((bool)atomic_get(&flag)) { \ 42 while (!(bool)atomic_cas(&flag, true, false)) { \ 51 } while (0) 57 } while (0) 63 } while (0)
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/ |
D | bs_bt_utils.h | 34 while (!(bool)atomic_get(&flag)) { \ 38 while ((bool)atomic_get(&flag)) { \ 42 while (!(bool)atomic_cas(&flag, true, false)) { \ 51 } while (0) 57 } while (0) 63 } while (0)
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/security_changed_callback/src/ |
D | bs_bt_utils.h | 32 while (!(bool)atomic_get(&flag)) { \ 36 while ((bool)atomic_get(&flag)) { \ 40 while (!(bool)atomic_cas(&flag, true, false)) { \ 50 } while (0) 56 } while (0) 62 } while (0)
|
/Zephyr-latest/tests/bluetooth/audio/ascs/include/ |
D | bap_unicast_server_expects.h | 39 } while (0) 60 } while (0) 76 } while (0) 96 } while (0) 116 } while (0) 128 } while (0) 140 } while (0) 158 } while (0) 170 } while (0) 182 } while (0)
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/ |
D | common.h | 19 while (!(bool)atomic_get(&flag)) { \ 23 while ((bool)atomic_get(&flag)) { \ 34 } while (0) 40 } while (0)
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/ |
D | common.h | 19 while (!(bool)atomic_get(&flag)) { \ 23 while ((bool)atomic_get(&flag)) { \ 34 } while (0) 40 } while (0)
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/ |
D | bs_bt_utils.h | 34 while (!(bool)atomic_get(&flag)) { \ 38 while ((bool)atomic_get(&flag)) { \ 42 while (!(bool)atomic_cas(&flag, true, false)) { \ 53 } while (0) 59 } while (0) 65 } while (0)
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/common/ |
D | bs_bt_utils.h | 38 while (!(bool)atomic_get(&flag)) { \ 42 while ((bool)atomic_get(&flag)) { \ 46 while (!(bool)atomic_cas(&flag, true, false)) { \ 57 } while (0) 63 } while (0) 69 } while (0)
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/ |
D | common.h | 22 while (!(bool)atomic_get(&flag)) { \ 26 while ((bool)atomic_get(&flag)) { \ 36 } while (0) 42 } while (0)
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/unregister_conn_cb/src/ |
D | common.h | 34 while (!(bool)atomic_get(&flag)) { \ 38 while ((bool)atomic_get(&flag)) { \ 46 } while (0) 52 } while (0)
|