/Zephyr-latest/subsys/bluetooth/controller/util/ |
D | mfifo.h | 81 uint8_t last, uint8_t *idx) in mfifo_enqueue_idx_get() 118 uint8_t idx, void *mem, uint8_t *last) in mfifo_by_idx_enqueue() 145 uint8_t last, void **mem) in mfifo_enqueue_get() 190 static inline void mfifo_enqueue(uint8_t idx, uint8_t *last) in mfifo_enqueue() 211 uint8_t last) in mfifo_avail_count_get() 233 uint8_t first, uint8_t last) in mfifo_dequeue_get() 255 uint8_t first, uint8_t last) in mfifo_dequeue_peek() 275 uint8_t last, uint8_t *idx) in mfifo_dequeue_iter_get() 316 uint8_t last, uint8_t *first) in mfifo_dequeue()
|
D | dbuf.c | 19 uint8_t first, last; in dbuf_alloc() local
|
D | dbuf.h | 17 uint8_t last; member
|
/Zephyr-latest/tests/bluetooth/common/testlib/include/testlib/ |
D | addr.h | 14 #define BT_TESTLIB_ADDR_LE_RANDOM_C0_00_00_00_00_(last) \ argument
|
/Zephyr-latest/tests/lib/ringbuffer/src/ |
D | concurrent.c | 63 static bool user_handler(void *user_data, uint32_t iter_cnt, bool last, int prio) in user_handler() 100 static bool produce_cpy(void *user_data, uint32_t iter_cnt, bool last, int prio) in produce_cpy() 120 static bool consume_cpy(void *user_data, uint32_t iter_cnt, bool last, int prio) in consume_cpy() 139 static bool produce_item(void *user_data, uint32_t cnt, bool last, int prio) in produce_item() 157 static bool consume_item(void *user_data, uint32_t cnt, bool last, int prio) in consume_item() 182 static bool produce(void *user_data, uint32_t iter_cnt, bool last, int prio) in produce() 218 static bool consume(void *user_data, uint32_t iter_cnt, bool last, int prio) in consume()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_adv_types.h | 17 uint8_t last; member
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv_types.h | 17 uint8_t last; member
|
D | lll_adv_pdu.h | 181 uint8_t last = lll->data.last; in lll_adv_sync_data_peek() local 243 struct pdu_adv *last; in lll_adv_pdu_linked_append_end() local
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/include/lll/ |
D | lll_adv_types.h | 17 uint8_t last; member
|
/Zephyr-latest/tests/arch/x86/info/src/ |
D | timer.c | 15 uint32_t this, last; in sync() local
|
/Zephyr-latest/drivers/entropy/ |
D | entropy_nrf5.c | 77 uint8_t last; member 122 uint32_t last = rngp->last; in rng_pool_get() local 179 uint8_t last = rngp->last; in rng_pool_put() local
|
D | entropy_smartbond.c | 28 uint8_t last; member 139 uint32_t last = rngp->last; in rng_pool_get() local 196 uint8_t last = rngp->last; in rng_pool_put() local
|
D | entropy_stm32.c | 65 uint8_t last; member 449 uint32_t last = rngp->last; in rng_pool_get() local 515 uint8_t last = rngp->last; in rng_pool_put() local
|
/Zephyr-latest/lib/libc/minimal/source/math/ |
D | sqrt.c | 28 int64double_t last; in sqrt() local
|
D | sqrtf.c | 28 intfloat_t last; in sqrtf() local
|
/Zephyr-latest/include/zephyr/arch/xtensa/ |
D | cache.h | 33 size_t last = ROUND_UP(((long)addr) + bytes, step); in arch_dcache_flush_range() local 49 size_t last = ROUND_UP(((long)addr) + bytes, step); in arch_dcache_flush_and_invd_range() local 65 size_t last = ROUND_UP(((long)addr) + bytes, step); in arch_dcache_invd_range() local
|
/Zephyr-latest/lib/crc/ |
D | crc_shell.c | 73 bool last = false; in cmd_crc() local
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | rpl.c | 241 int last = 0; in bt_mesh_rpl_reset() local 347 int last = 0; in bt_mesh_rpl_pending_store() local
|
/Zephyr-latest/tests/drivers/uart/uart_async_rx/src/ |
D | main.c | 160 static bool producer_no_chunks(void *user_data, uint32_t cnt, bool last, int prio) in producer_no_chunks() 195 static bool consumer(void *user_data, uint32_t cnt, bool last, int prio) in consumer() 246 static bool producer_in_chunks(void *user_data, uint32_t cnt, bool last, int prio) in producer_in_chunks()
|
/Zephyr-latest/drivers/net/ |
D | slip.h | 28 struct net_buf *last; /* Pointer to last buffer in the list */ member
|
/Zephyr-latest/tests/subsys/ipc/pbuf/src/ |
D | main.c | 209 bool stress_read(void *user_data, uint32_t cnt, bool last, int prio) in stress_read() 233 bool stress_write(void *user_data, uint32_t cnt, bool last, int prio) in stress_write()
|
/Zephyr-latest/include/zephyr/sys/ |
D | crc.h | 390 bool last) in crc_by_type()
|
/Zephyr-latest/tests/kernel/workq/critical/src/ |
D | main.c | 86 int64_t last; in critical_loop() local
|
/Zephyr-latest/tests/lib/spsc_pbuf/src/ |
D | main.c | 422 bool stress_read(void *user_data, uint32_t cnt, bool last, int prio) in stress_read() 446 bool stress_write(void *user_data, uint32_t cnt, bool last, int prio) in stress_write() 488 bool stress_claim_free(void *user_data, uint32_t cnt, bool last, int prio) in stress_claim_free() 512 bool stress_alloc_commit(void *user_data, uint32_t cnt, bool last, int prio) in stress_alloc_commit()
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/ |
D | zephyr_img_mgmt.c | 374 bool last) in img_mgmt_write_image_data() 422 bool last) in img_mgmt_write_image_data()
|