Searched defs:head (Results 1 – 7 of 7) sorted by relevance
| /trusted-firmware-m-latest/secure_fw/spm/include/ |
| D | lists.h | 46 #define BI_LIST_IS_EMPTY(head) ((head)->bnext == (head)) argument 52 #define BI_LIST_FOR_EACH(node, head) \ argument 57 #define UNI_LISI_INIT_NODE(head, link) do { \ argument 96 #define UNI_LIST_FOREACH(node, head, link) \ argument 100 #define UNI_LIST_FOREACH_NODE_PREV(prev, node, head, link) \ argument 105 #define UNI_LIST_FOREACH_NODE_PNODE(pnode, node, head, link) \ argument
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/rse_comms/ |
| D | rse_comms_queue.c | 17 size_t head; member
|
| /trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/rse_comms/ |
| D | rse_comms_queue.c | 17 size_t head; member
|
| /trusted-firmware-m-latest/secure_fw/spm/core/ |
| D | thread.c | 68 static void insert_by_prior(struct thread_t **head, struct thread_t *node) in insert_by_prior()
|
| D | rom_loader.c | 63 struct partition_t *load_a_partition_assuredly(struct partition_head_t *head) in load_a_partition_assuredly()
|
| /trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/components/lists/ |
| D | fsl_component_generic_list.h | 70 struct list_element_tag *head; /*!< list head */ member
|
| /trusted-firmware-m-latest/lib/ext/t_cose/test/ |
| D | t_cose_test.c | 281 struct q_useful_buf_c head = q_useful_buf_head(signed_cose, sizeof(cwt_first_part_bytes)); in short_circuit_make_cwt_test() local
|