Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 60) sorted by relevance

123

/hal_espressif-2.7.6/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dframing.c113 static INLINE OI_CHAR crc_iterate(OI_UINT8 oldcrc, OI_UINT8 next) in crc_iterate()
128 static INLINE OI_CHAR crc_iterate_top4(OI_UINT8 oldcrc, OI_UINT8 next) in crc_iterate_top4()
145 static INLINE OI_UINT8 crc_iterate_top4(OI_UINT8 oldcrc, OI_UINT8 next) in crc_iterate_top4()
151 static INLINE OI_UINT8 crc_iterate(OI_UINT8 crc, OI_UINT8 next) in crc_iterate()
160 static INLINE OI_UINT8 crc_iterate(OI_UINT8 crc, OI_UINT8 next) in crc_iterate()
/hal_espressif-2.7.6/components/bt/common/osi/
Dlist.c8 struct list_node_t *next; member
184 list_node_t *next = list_free_node(list, list->head); in list_remove() local
214 list_node_t *next = list_delete_node(list, list->head); in list_delete() local
251 list_node_t *next = node->next; in list_foreach() local
289 list_node_t *next = node->next; in list_free_node() local
306 list_node_t *next = node->next; in list_delete_node() local
/hal_espressif-2.7.6/components/heap/
Dheap_tlsf_block_functions.h146 block_header_t* next = offset_to_block(block_to_ptr(block), in block_next() local
154 block_header_t* next = block_next(block); in block_link_next() local
162 block_header_t* next = block_link_next(block); in block_mark_as_free() local
169 block_header_t* next = block_next(block); in block_mark_as_used() local
Dheap_tlsf.c210 block_header_t* next = block->next_free; in remove_free_block() local
361 block_header_t* next = block_next(block); in block_merge_next() local
654 block_header_t* next; in tlsf_add_pool() local
905 block_header_t* next = block_next(block); in tlsf_realloc() local
/hal_espressif-2.7.6/components/newlib/
Dreent_init.c54 struct _Bigint *cur, *next; in esp_reent_cleanup() local
87 struct _glue* next = cur->_next; in esp_reent_cleanup() local
/hal_espressif-2.7.6/tools/kconfig/
Dlist.h24 struct list_head *next, *prev; member
83 struct list_head *next) in __list_add()
111 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
Dkxgettext.c64 struct file_line *next; member
86 struct message *next; member
Dexpr.h21 struct file *next; member
78 struct symbol *next; member
145 struct property *next; /* next property - null if last */ member
168 struct menu *next; member
/hal_espressif-2.7.6/components/wpa_supplicant/src/tls/
Dx509v3.c69 struct x509_certificate *next; in x509_certificate_chain_free() local
183 struct x509_algorithm_identifier *id, const u8 **next) in x509_parse_algorithm_identifier()
222 const u8 **next) in x509_parse_public_key()
294 const u8 **next) in x509_parse_name()
582 struct x509_certificate *cert, const u8 **next) in x509_parse_validity()
1038 const u8 *pos, size_t len, const u8 **next) in x509_parse_extension()
1151 const u8 **next) in x509_parse_tbs_certificate()
1514 const u8 *pos, *end, *next, *da_end; in x509_certificate_check_signature() local
Dasn1.c124 const u8 **next) in asn1_get_oid()
/hal_espressif-2.7.6/components/nvs_flash/src/
Dintrusive_list.h178 void insert(iterator next, T* node) in insert()
199 auto next = it->mNext; in erase() local
/hal_espressif-2.7.6/components/mdns/include/
Dmdns.h56 struct mdns_ip_addr_s * next; /*!< next IP, or NULL for the last IP in the list */ member
70 …struct mdns_result_s * next; /*!< next result, or NULL for the last result in the list … member
/hal_espressif-2.7.6/components/hal/esp32c3/
Drtc_cntl_hal.c28 void * rtc_cntl_hal_dma_link_init(void *elem, void *buff, int size, void *next) in rtc_cntl_hal_dma_link_init()
/hal_espressif-2.7.6/components/esp_hid/private/
Desp_hidh_private.h36 struct esp_hidh_dev_report_s *next; member
53 struct esp_hidh_dev_s *next; member
/hal_espressif-2.7.6/components/driver/
Dsdmmc_transaction.c187 const size_t next = s_cur_transfer.next_desc; in get_free_descriptors_count() local
213 const size_t next = s_cur_transfer.next_desc; in fill_dma_descriptors() local
/hal_espressif-2.7.6/components/mdns/private_include/
Dmdns_private.h223 struct mdns_parsed_question_s * next; member
233 struct mdns_parsed_record_s * next; member
276 …struct mdns_txt_linked_item_s * next; /*!< next result, or NULL for the last result in the list … member
290 struct mdns_srv_item_s * next; member
295 struct mdns_out_question_s * next; member
305 struct mdns_out_answer_s * next; member
316 struct mdns_tx_packet_s * next; member
350 struct mdns_search_once_s * next; member
/hal_espressif-2.7.6/components/hal/include/hal/
Ddma_types.h38 …struct dma_descriptor_s *next; /*!< Pointer to the next descriptor (set to NULL if the descriptor… member
/hal_espressif-2.7.6/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.h35 struct esp_hidh_scan_result_s *next; member
/hal_espressif-2.7.6/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.h35 struct esp_hidh_scan_result_s *next; member
/hal_espressif-2.7.6/tools/kconfig/lxdialog/
Ddialog.h110 struct subtitle_list *next; member
182 struct dialog_list *next; member
/hal_espressif-2.7.6/components/wpa_supplicant/src/utils/
Dlist.h24 struct dl_list *next; member
/hal_espressif-2.7.6/components/wpa_supplicant/src/crypto/
Ddes-internal.c401 u8 pkey[8], next, tmp; in des_encrypt() local
/hal_espressif-2.7.6/components/wpa_supplicant/src/rsn_supp/
Dpmksa_cache.h16 struct rsn_pmksa_cache_entry *next; member
/hal_espressif-2.7.6/components/log/
Dlog.c286 …int next = (s_log_cache[left_index].generation < s_log_cache[right_index].generation) ? left_index… in heap_bubble_down() local
/hal_espressif-2.7.6/components/esp_common/src/
Dtask_wdt.c66 twdt_task_t *next; member

123