Home
last modified time | relevance | path

Searched defs:prev (Results 1 – 25 of 140) sorted by relevance

123456

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dutlist.h92 #define UTLIST_PREVASGN(elt,list,to,prev) { char **_alias = (char**)&((list)->prev); *_alias=(char*… argument
101 #define UTLIST_PREVASGN(elt,list,to,prev) ((elt)->prev)=(to) argument
177 #define DL_SORT2(list, cmp, prev, next) \ argument
240 #define CDL_SORT2(list, cmp, prev, next) \ argument
626 #define DL_PREPEND2(head,add,prev,next) \ argument
641 #define DL_APPEND2(head,add,prev,next) \ argument
690 #define DL_CONCAT2(head1,head2,prev,next) \ argument
708 #define DL_DELETE2(head,del,prev,next) \ argument
755 #define DL_REPLACE_ELEM2(head, el, add, prev, next) \ argument
784 #define DL_PREPEND_ELEM2(head, el, add, prev, next) \ argument
[all …]
/device/soc/chipsea/cst85/liteos_m/sdk/modules/wifi/macif/
Dcs_list.h73 struct list_head *next, *prev; member
83 struct list_head *prev, in __list_add()
102 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
Dlist.h41 struct list_head *next, *prev; member
44 static inline void __list_add(struct list_head *_new, struct list_head *prev, struct list_head *nex… in __list_add()
62 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dlist.h38 struct list_head *next, *prev; member
41 static inline void __list_add(struct list_head *_new, struct list_head *prev, struct list_head *nex… in __list_add()
59 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
Dosal_list.h32 struct osal_list_head *next, *prev; member
55 struct osal_list_head *prev, in osal___list_add()
97 static inline void osal___list_del(struct osal_list_head *prev, struct osal_list_head *next) in osal___list_del()
286 struct osal_list_head *prev, in osal___list_splice()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dlist.h38 struct list_head *next, *prev; member
41 static inline void __list_add(struct list_head *_new, struct list_head *prev, struct list_head *nex… in __list_add()
59 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
Dosal_list.h31 struct osal_list_head *next, *prev; member
54 struct osal_list_head *prev, in osal___list_add()
96 static inline void osal___list_del(struct osal_list_head *prev, struct osal_list_head *next) in osal___list_del()
285 struct osal_list_head *prev, in osal___list_splice()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
Dlinux_cbb_list.h27 struct cbb_list_head *next, *prev; member
44 struct cbb_list_head *prev, struct cbb_list_head *next) in inline_cbb_list_add()
74 static HPT_INLINE void inline_cbb_list_del(struct cbb_list_head *prev, struct cbb_list_head *next) in inline_cbb_list_del()
/device/soc/esp/esp32/components/nvs_flash/src/
Dintrusive_list.h182 auto prev = next->mPrev; in insert() local
197 auto prev = it->mPrev; in erase() local
/device/soc/rockchip/common/hardware/mpp/include/
Dmpp_list.h82 struct list_head *next, *prev; member
136 static __inline void _list_add(struct list_head *_new, struct list_head *prev, struct list_head *ne… in _list_add()
154 static __inline void _list_del(struct list_head *prev, struct list_head *next) in _list_del()
/device/soc/rockchip/rk3399/hardware/mpp/include/
Dmpp_list.h83 struct list_head *next, *prev; member
146 struct list_head * prev, in _list_add()
165 static __inline void _list_del(struct list_head * prev, struct list_head * next) in _list_del()
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_common/include/
Dbk_list.h44 struct list_head *next, *prev; member
62 __BK_INLINE void __list_add(struct list_head *new_node, struct list_head *prev, struct list_head *n… in __list_add()
103 __BK_INLINE void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
/device/soc/rockchip/rk3568/hardware/mpp/include/
Dmpp_list.h83 struct list_head *next, *prev; member
146 struct list_head * prev, in _list_add()
165 static __inline void _list_del(struct list_head * prev, struct list_head * next) in _list_del()
/device/soc/rockchip/rk3588/hardware/mpp/include/
Dmpp_list.h92 struct list_head *next, *prev; member
152 struct list_head * prev, in __list_add()
171 static __inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
Dmali_osk_list.h27 MALI_STATIC_INLINE void __mali_osk_list_add(_mali_osk_list_t *new_entry, _mali_osk_list_t *prev, _m… in __mali_osk_list_add()
35 MALI_STATIC_INLINE void __mali_osk_list_del(_mali_osk_list_t *prev, _mali_osk_list_t *next) in __mali_osk_list_del()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
Dmali_osk_list.h26 MALI_STATIC_INLINE void __mali_osk_list_add(_mali_osk_list_t *new_entry, _mali_osk_list_t *prev, _m… in __mali_osk_list_add()
34 MALI_STATIC_INLINE void __mali_osk_list_del(_mali_osk_list_t *prev, _mali_osk_list_t *next) in __mali_osk_list_del()
/device/soc/chipsea/cst85/liteos_m/sdk/modules/console/api/
Dlnx_list.h85 struct list_head *next, *prev; member
106 struct list_head *prev, struct list_head *next) in __list_add()
147 __STATIC_INLINE void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
331 struct list_head *prev, in __list_splice()
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/src/
Dintegral.cpp56 uint32x4_t prev = v_zero; in integral() local
152 double prev = 0.; in sqrIntegral() local
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
Drk_list.cpp35 rk_list_node* prev; member
68 static inline void _rk_list_add(rk_list_node * _new, rk_list_node * prev, rk_list_node * next) in _rk_list_add()
139 static inline void _rk_list_del(rk_list_node *prev, rk_list_node *next) in _rk_list_del()
/device/soc/esp/esp32/components/newlib/
Dreent_init.c68 struct _glue* prev = &_GLOBAL_REENT->__sglue; in esp_reent_cleanup() local
/device/soc/esp/esp32/components/bt/common/osi/
Dlist.c191 …for (list_node_t *prev = list->head, *node = list->head->next; node; prev = node, node = node->nex… in list_remove() local
221 …for (list_node_t *prev = list->head, *node = list->head->next; node; prev = node, node = node->nex… in list_delete() local
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/include/mesh/
Dslist.h352 sys_snode_t *prev, in sys_slist_insert()
447 sys_snode_t *prev = NULL; in sys_slist_find_and_remove() local
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dhnd_pktq.c290 void *p, *prev; in pktq_pdeq_tail() local
336 void *p, *prev; in spktq_deq_tail() local
685 void *p, *prev = NULL; in pktq_pdeq_with_fn() local
1128 void *p = NULL, *prev; in pktq_deq_tail() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dhnd_pktq.c270 void *p, *prev; in pktq_pdeq_tail() local
311 void *p, *prev; in spktq_deq_tail() local
628 void *p, *prev = NULL; in pktq_pdeq_with_fn() local
1040 void *p = NULL, *prev; in pktq_deq_tail() local
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
Dosal_list.h34 struct osal_list_head *next, *prev; member
57 struct osal_list_head *prev, in osal___list_add()
99 static inline void osal___list_del(struct osal_list_head *prev, struct osal_list_head *next) in osal___list_del()
284 struct osal_list_head *prev, in osal___list_splice()

123456