Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 248) sorted by relevance

12345678910

/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/os/
Dqueue.h119 #define SLIST_HEAD_INITIALIZER(head) \ argument
130 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument
132 #define SLIST_FIRST(head) ((head)->slh_first) argument
134 #define SLIST_FOREACH(var, head, field) \ argument
139 #define SLIST_INIT(head) do { \ argument
148 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
155 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
168 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
181 #define STAILQ_HEAD_INITIALIZER(head) \ argument
192 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) argument
[all …]
/device/soc/rockchip/rk2206/hardware/include/sys/
Dqueue.h124 #define QMD_TRACE_HEAD(head) do { \ argument
140 #define QMD_TRACE_HEAD(head) argument
155 #define SLIST_HEAD_INITIALIZER(head) \ argument
166 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument
168 #define SLIST_FIRST(head) ((head)->slh_first) argument
170 #define SLIST_FOREACH(var, head, field) \ argument
175 #define SLIST_FOREACH_FROM(var, head, field) \ argument
180 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument
185 #define SLIST_FOREACH_FROM_SAFE(var, head, field, tvar) \ argument
190 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \ argument
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dutlist.h316 #define LL_PREPEND(head,add) \ argument
319 #define LL_PREPEND2(head,add,next) \ argument
340 #define LL_APPEND(head,add) \ argument
343 #define LL_APPEND2(head,add,next) \ argument
356 #define LL_INSERT_INORDER(head,add,cmp) \ argument
359 #define LL_INSERT_INORDER2(head,add,cmp,next) \ argument
371 #define LL_LOWER_BOUND(head,elt,like,cmp) \ argument
374 #define LL_LOWER_BOUND2(head,elt,like,cmp,next) \ argument
387 #define LL_DELETE(head,del) \ argument
390 #define LL_DELETE2(head,del,next) \ argument
[all …]
Duthash.h123 #define HASH_FIND_BYHASHVALUE(hh,head,keyptr,keylen,hashval,out) \ argument
135 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument
178 #define HASH_MAKE_TABLE(hh,head) \ argument
200 #define HASH_REPLACE_BYHASHVALUE_INORDER(hh,head,fieldname,keylen_in,hashval,add,replaced,cmpfcn) \ argument
210 #define HASH_REPLACE_BYHASHVALUE(hh,head,fieldname,keylen_in,hashval,add,replaced) \ argument
220 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument
227 #define HASH_REPLACE_INORDER(hh,head,fieldname,keylen_in,add,replaced,cmpfcn) \ argument
234 #define HASH_APPEND_LIST(hh, head, add) \ argument
242 #define HASH_AKBI_INNER_LOOP(hh,head,add,cmpfcn) \ argument
253 #define HASH_AKBI_INNER_LOOP(hh,head,add,cmpfcn) \ argument
[all …]
/device/soc/chipsea/cst85/liteos_m/sdk/modules/console/api/
Dlnx_list.h122 __STATIC_INLINE void list_add(struct list_head *new, struct list_head *head) in list_add()
135 __STATIC_INLINE void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
209 __STATIC_INLINE void list_move(struct list_head *list, struct list_head *head) in list_move()
221 struct list_head *head) in list_move_tail()
233 const struct list_head *head) in list_is_last()
242 __STATIC_INLINE int list_empty(const struct list_head *head) in list_empty()
260 __STATIC_INLINE int list_empty_careful(const struct list_head *head) in list_empty_careful()
270 __STATIC_INLINE void list_rotate_left(struct list_head *head) in list_rotate_left()
285 __STATIC_INLINE int list_is_singular(const struct list_head *head) in list_is_singular()
291 struct list_head *head, struct list_head *entry) in __list_cut_position()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
Dosal_list.h75 static inline void osal_list_add(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add()
88 static inline void osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add_tail()
165 static inline void osal_list_move(struct osal_list_head *list, struct osal_list_head *head) in osal_list_move()
177 struct osal_list_head *head) in osal_list_move_tail()
189 const struct osal_list_head *head) in osal_list_is_last()
198 static inline int osal_list_empty(const struct osal_list_head *head) in osal_list_empty()
216 static inline int osal_list_empty_careful(const struct osal_list_head *head) in osal_list_empty_careful()
226 static inline void osal_list_rotate_left(struct osal_list_head *head) in osal_list_rotate_left()
240 static inline int osal_list_is_singular(const struct osal_list_head *head) in osal_list_is_singular()
246struct osal_list_head *head, struct osal_list_head *entry) in osal___list_cut_position()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dosal_list.h72 static inline void osal_list_add(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add()
85 static inline void osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add_tail()
162 static inline void osal_list_move(struct osal_list_head *list, struct osal_list_head *head) in osal_list_move()
174 struct osal_list_head *head) in osal_list_move_tail()
186 const struct osal_list_head *head) in osal_list_is_last()
195 static inline int osal_list_empty(const struct osal_list_head *head) in osal_list_empty()
213 static inline int osal_list_empty_careful(const struct osal_list_head *head) in osal_list_empty_careful()
223 static inline void osal_list_rotate_left(struct osal_list_head *head) in osal_list_rotate_left()
237 static inline int osal_list_is_singular(const struct osal_list_head *head) in osal_list_is_singular()
243struct osal_list_head *head, struct osal_list_head *entry) in osal___list_cut_position()
[all …]
Dlist.h49 static inline void list_add(struct list_head *_new, struct list_head *head) in list_add()
54 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
76 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
83 struct list_head *head) in list_move_tail()
89 static inline int list_empty(struct list_head *head) in list_empty()
95 struct list_head *head) in __list_splice()
108 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice()
115 static inline void list_splice_init(struct list_head *list, struct list_head *head) in list_splice_init()
126 #define list_for_each(pos, head) \ argument
129 #define list_for_each_safe(pos, n, head) \ argument
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dosal_list.h71 static inline void osal_list_add(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add()
84 static inline void osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add_tail()
161 static inline void osal_list_move(struct osal_list_head *list, struct osal_list_head *head) in osal_list_move()
173 struct osal_list_head *head) in osal_list_move_tail()
185 const struct osal_list_head *head) in osal_list_is_last()
194 static inline int osal_list_empty(const struct osal_list_head *head) in osal_list_empty()
212 static inline int osal_list_empty_careful(const struct osal_list_head *head) in osal_list_empty_careful()
222 static inline void osal_list_rotate_left(struct osal_list_head *head) in osal_list_rotate_left()
236 static inline int osal_list_is_singular(const struct osal_list_head *head) in osal_list_is_singular()
242struct osal_list_head *head, struct osal_list_head *entry) in osal___list_cut_position()
[all …]
Dlist.h49 static inline void list_add(struct list_head *_new, struct list_head *head) in list_add()
54 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
76 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
83 struct list_head *head) in list_move_tail()
89 static inline int list_empty(struct list_head *head) in list_empty()
95 struct list_head *head) in __list_splice()
108 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice()
115 static inline void list_splice_init(struct list_head *list, struct list_head *head) in list_splice_init()
126 #define list_for_each(pos, head) \ argument
129 #define list_for_each_safe(pos, n, head) \ argument
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
Dosal_list.h74 static inline void osal_list_add(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add()
87 static inline void osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add_tail()
164 static inline void osal_list_move(struct osal_list_head *list, struct osal_list_head *head) in osal_list_move()
176 struct osal_list_head *head) in osal_list_move_tail()
188 const struct osal_list_head *head) in osal_list_is_last()
197 static inline int osal_list_empty(const struct osal_list_head *head) in osal_list_empty()
215 static inline int osal_list_empty_careful(const struct osal_list_head *head) in osal_list_empty_careful()
225 static inline void osal_list_rotate_left(struct osal_list_head *head) in osal_list_rotate_left()
239 static inline int osal_list_is_singular(const struct osal_list_head *head) in osal_list_is_singular()
245struct osal_list_head *head, struct osal_list_head *entry) in osal___list_cut_position()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
Dlist.h52 static inline void list_add(struct list_head *_new, struct list_head *head) in list_add()
57 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
79 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
86 struct list_head *head) in list_move_tail()
92 static inline int list_empty(struct list_head *head) in list_empty()
98 struct list_head *head) in __list_splice()
111 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice()
118 static inline void list_splice_init(struct list_head *list, struct list_head *head) in list_splice_init()
129 #define list_for_each(pos, head) \ argument
132 #define list_for_each_safe(pos, n, head) \ argument
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_common/include/
Dbk_list.h78 __BK_INLINE void list_add_head(struct list_head *new_node, struct list_head *head) in list_add_head()
91 __BK_INLINE void list_add_tail(struct list_head *new_node, struct list_head *head) in list_add_tail()
135 __BK_INLINE void list_move(struct list_head *list, struct list_head *head) in list_move()
147 struct list_head *head) in list_move_tail()
157 __BK_INLINE unsigned int list_empty(const struct list_head *head) in list_empty()
163 struct list_head *head) in __list_splice()
181 __BK_INLINE void list_splice(struct list_head *list, struct list_head *head) in list_splice()
195 struct list_head *head) in list_splice_init()
220 #define list_for_each(pos, head) \ argument
230 #define list_for_each_safe(pos, n, head) \ argument
[all …]
/device/soc/rockchip/rk3588/hardware/mpp/include/
Dmpp_list.h76 struct mpp_list_node *head; variable
104 #define list_for_each_safe(pos, n, head) \ argument
129 #define list_for_each_entry(pos, head, type, member) \ argument
134 #define list_for_each_entry_safe(pos, n, head, type, member) \ argument
140 #define list_for_each_entry_reverse(pos, head, type, member) \ argument
145 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) \ argument
161 static __inline void list_add(struct list_head *_new, struct list_head *head) in list_add()
166 static __inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
184 static __inline void list_move(struct list_head *list, struct list_head *head) in list_move()
190 static __inline void list_move_tail(struct list_head *list, struct list_head *head) in list_move_tail()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
Dlinux_cbb_list.h56 static HPT_INLINE void cbb_list_add(struct cbb_list_head *_new, struct cbb_list_head *head) in cbb_list_add()
65 static HPT_INLINE void cbb_list_add_tail(struct cbb_list_head *_new, struct cbb_list_head *head) in cbb_list_add_tail()
99 static HPT_INLINE int cbb_list_empty(const struct cbb_list_head *head) in cbb_list_empty()
105 struct cbb_list_head *head) in inline_cbb_list_splice()
118 static HPT_INLINE void cbb_list_splice(struct cbb_list_head *list, struct cbb_list_head *head) in cbb_list_splice()
125 static HPT_INLINE void cbb_list_splice_init(struct cbb_list_head *list, struct cbb_list_head *head) in cbb_list_splice_init()
136 #define cbb_list_for_each(pos, head) \ argument
140 #define cbb_list_for_each_safe(pos, n, head) \ argument
147 #define cbb_list_for_each_entry_safe(pos, n, head, member) \ argument
/device/soc/rockchip/rk3399/hardware/mpp/include/
Dmpp_list.h67 struct mpp_list_node *head; variable
96 #define list_for_each_safe(pos, n, head) do { \ argument
123 #define list_for_each_entry(pos, head, type, member) \ argument
128 #define list_for_each_entry_safe(pos, n, head, type, member) \ argument
134 #define list_for_each_entry_reverse(pos, head, type, member) \ argument
139 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) \ argument
155 static __inline void list_add(struct list_head *_new, struct list_head *head) in list_add()
160 static __inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
178 static __inline int list_is_last(const struct list_head *list, const struct list_head *head) in list_is_last()
183 static __inline int list_empty(struct list_head *head) in list_empty()
/device/soc/rockchip/common/hardware/mpp/include/
Dmpp_list.h67 struct mpp_list_node *head; variable
98 #define list_for_each_safe(pos, n, head) … argument
120 #define list_for_each_entry(pos, head, type, member) … argument
124 #define list_for_each_entry_safe(pos, n, head, type, member) … argument
128 #define list_for_each_entry_reverse(pos, head, type, member) … argument
132 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) … argument
144 static __inline void list_add(struct list_head *_new, struct list_head *head) in list_add()
149 static __inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
167 static __inline int list_is_last(const struct list_head *list, const struct list_head *head) in list_is_last()
172 static __inline int list_empty(struct list_head *head) in list_empty()
/device/soc/rockchip/rk3568/hardware/mpp/include/
Dmpp_list.h67 struct mpp_list_node *head; variable
96 #define list_for_each_safe(pos, n, head) do { \ argument
123 #define list_for_each_entry(pos, head, type, member) \ argument
128 #define list_for_each_entry_safe(pos, n, head, type, member) \ argument
134 #define list_for_each_entry_reverse(pos, head, type, member) \ argument
139 #define list_for_each_entry_safe_reverse(pos, n, head, type, member) \ argument
155 static __inline void list_add(struct list_head *_new, struct list_head *head) in list_add()
160 static __inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
178 static __inline int list_is_last(const struct list_head *list, const struct list_head *head) in list_is_last()
183 static __inline int list_empty(struct list_head *head) in list_empty()
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/common/
Dusb_list.h204 #define usb_slist_for_each(pos, head) \ argument
207 #define usb_slist_for_each_safe(pos, next, head) \ argument
217 #define usb_slist_for_each_entry(pos, head, member) \ argument
222 #define usb_slist_for_each_entry_safe(pos, n, head, member) \ argument
383 #define usb_dlist_for_each(pos, head) \ argument
391 #define usb_dlist_for_each_prev(pos, head) \ argument
400 #define usb_dlist_for_each_safe(pos, n, head) \ argument
404 #define usb_dlist_for_each_prev_safe(pos, n, head) \ argument
413 #define usb_dlist_for_each_entry(pos, head, member) \ argument
424 #define usb_dlist_for_each_entry_reverse(pos, head, member) \ argument
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
Dupg_check_boot_bin.c21 hi_u32 upg_check_boot_root_pub_key(HI_CONST boot_header *head, HI_CONST hi_u8 *pubk, hi_u32 pubk_le… in upg_check_boot_root_pub_key()
189 boot_header *head = (boot_header *)data; in upg_boot_decrypt() local
244 boot_header *head = HI_NULL; in upg_check_boot_from_mem() local
312 hi_u32 upg_check_unencrpt_boot_code(hi_u32 addr, HI_CONST boot_header *head, hi_u8 *key_part1, hi_u… in upg_check_unencrpt_boot_code()
362 hi_u32 upg_verify_flashboot(hi_u32 addr, HI_CONST boot_header *head, hi_u8 *key_part1, in upg_verify_flashboot()
383 hi_u32 upg_get_boot_sign_key(HI_CONST boot_header *head, HI_CONST hi_u8 *key, hi_u8 **pubk1, in upg_get_boot_sign_key()
445 hi_u32 upg_check_boot_bin_key(HI_CONST boot_header *head, HI_CONST hi_u8 *pubk, hi_u32 pubk_len, in upg_check_boot_bin_key()
461 hi_u32 upg_check_boot_get_key_len(HI_CONST boot_header *head, hi_u32 *pubk_len, hi_u32 *subk_len) in upg_check_boot_get_key_len()
478 hi_u32 upg_check_secure_boot_bin(hi_u32 addr, HI_CONST boot_header *head) in upg_check_secure_boot_bin()
542 boot_header *head = (boot_header *)hi_malloc(HI_MOD_ID_UPG, sizeof(boot_header)); in upg_check_boot_file() local
Dupg_check_file.c203 hi_u32 upg_get_common_head_from_flash(hi_u32 addr, hi_upg_common_head *head) in upg_get_common_head_from_flash()
215 hi_upg_common_head head = { 0 }; in upg_get_section_head_from_flash() local
236 hi_u32 upg_check_alg_param(HI_CONST hi_upg_common_head *head) in upg_check_alg_param()
265 hi_u32 upg_check_head_common_info(const hi_upg_common_head *head, hi_u32 head_size) in upg_check_head_common_info()
324 hi_u32 upg_check_common_head(const hi_upg_common_head *head, hi_u32 head_size) in upg_check_common_head()
/device/soc/esp/esp32/components/heap/
Dmulti_heap_poisoning.c68 static uint8_t *poison_allocated_region(poison_head_t *head, size_t alloc_size) in poison_allocated_region()
94 poison_head_t *head = (poison_head_t *)((intptr_t)data - sizeof(poison_head_t)); in verify_allocated_region() local
199 poison_head_t *head = multi_heap_aligned_alloc_impl_offs(heap, size + POISON_OVERHEAD, in multi_heap_aligned_alloc() local
230 poison_head_t *head = multi_heap_malloc_impl(heap, size + POISON_OVERHEAD); in multi_heap_malloc() local
252 poison_head_t *head = verify_allocated_region(p, true); in multi_heap_free() local
272 poison_head_t *head = NULL; in multi_heap_realloc() local
327 char *head = multi_heap_get_block_address_impl(block); in multi_heap_get_block_address() local
356 poison_head_t *head = verify_allocated_region(p, true); in multi_heap_get_allocated_size() local
401 poison_head_t *head = verify_allocated_region(data, print_errors); in multi_heap_internal_check_block_poisoning() local
/device/soc/chipsea/cst85/liteos_m/sdk/modules/wifi/macif/
Dcs_list.h61 #define list_for_each_entry_safe(pos, n, head, member) \ argument
67 #define list_for_each_entry(pos, head, member) \ argument
92 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
97 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
115 static inline int list_empty(const struct list_head *head) in list_empty()
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_wifi/include/bk_private/
Dbk_net_param.h55 INFO_ITEM_ST head; member
61 INFO_ITEM_ST head; member
68 INFO_ITEM_ST head; member
80 INFO_ITEM_ST head; member
96 INFO_ITEM_ST head; member
103 INFO_ITEM_ST head; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
Dboot_upg_check.c132 hi_u32 boot_upg_get_common_head(hi_u32 addr, hi_upg_common_head *head) in boot_upg_get_common_head()
144 hi_upg_common_head head = { 0 }; in boot_upg_get_section_head() local
162 hi_u32 boot_upg_check_alg_param(const hi_upg_common_head *head) in boot_upg_check_alg_param()
192 hi_u32 boot_upg_check_common_head(const hi_upg_common_head *head) in boot_upg_check_common_head()

12345678910