/hal_espressif-2.7.6/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | framing.c | 113 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/ |
D | list.c | 8 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/ |
D | heap_tlsf_block_functions.h | 146 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
|
D | heap_tlsf.c | 210 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/ |
D | reent_init.c | 54 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/ |
D | list.h | 24 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()
|
D | kxgettext.c | 64 struct file_line *next; member 86 struct message *next; member
|
D | expr.h | 21 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/ |
D | x509v3.c | 69 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
|
D | asn1.c | 124 const u8 **next) in asn1_get_oid()
|
/hal_espressif-2.7.6/components/nvs_flash/src/ |
D | intrusive_list.h | 178 void insert(iterator next, T* node) in insert() 199 auto next = it->mNext; in erase() local
|
/hal_espressif-2.7.6/components/mdns/include/ |
D | mdns.h | 56 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/ |
D | rtc_cntl_hal.c | 28 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/ |
D | esp_hidh_private.h | 36 struct esp_hidh_dev_report_s *next; member 53 struct esp_hidh_dev_s *next; member
|
/hal_espressif-2.7.6/components/driver/ |
D | sdmmc_transaction.c | 187 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/ |
D | mdns_private.h | 223 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/ |
D | dma_types.h | 38 …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/ |
D | esp_hid_gap.h | 35 struct esp_hidh_scan_result_s *next; member
|
/hal_espressif-2.7.6/examples/bluetooth/esp_hid_host/main/ |
D | esp_hid_gap.h | 35 struct esp_hidh_scan_result_s *next; member
|
/hal_espressif-2.7.6/tools/kconfig/lxdialog/ |
D | dialog.h | 110 struct subtitle_list *next; member 182 struct dialog_list *next; member
|
/hal_espressif-2.7.6/components/wpa_supplicant/src/utils/ |
D | list.h | 24 struct dl_list *next; member
|
/hal_espressif-2.7.6/components/wpa_supplicant/src/crypto/ |
D | des-internal.c | 401 u8 pkey[8], next, tmp; in des_encrypt() local
|
/hal_espressif-2.7.6/components/wpa_supplicant/src/rsn_supp/ |
D | pmksa_cache.h | 16 struct rsn_pmksa_cache_entry *next; member
|
/hal_espressif-2.7.6/components/log/ |
D | log.c | 286 …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/ |
D | task_wdt.c | 66 twdt_task_t *next; member
|