Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/spm/include/
Dlists.h46 #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/
Drse_comms_queue.c17 size_t head; member
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/rse_comms/
Drse_comms_queue.c17 size_t head; member
/trusted-firmware-m-latest/secure_fw/spm/core/
Dthread.c68 static void insert_by_prior(struct thread_t **head, struct thread_t *node) in insert_by_prior()
Drom_loader.c63 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/
Dfsl_component_generic_list.h70 struct list_element_tag *head; /*!< list head */ member
/trusted-firmware-m-latest/lib/ext/t_cose/test/
Dt_cose_test.c281 struct q_useful_buf_c head = q_useful_buf_head(signed_cose, sizeof(cwt_first_part_bytes)); in short_circuit_make_cwt_test() local