Searched defs:link (Results 1 – 3 of 3) sorted by relevance
| /trusted-firmware-m-latest/secure_fw/spm/include/ |
| D | lists.h | 57 #define UNI_LISI_INIT_NODE(head, link) do { \ argument 64 #define UNI_LIST_INSERT_AFTER(posi, node, link) do { \ argument 70 #define UNI_LIST_IS_EMPTY(node, link) \ argument 74 #define UNI_LIST_NEXT_NODE(node, link) ((node)->link) argument 77 #define UNI_LIST_REMOVE_NODE(prev, node, link) do { \ argument 83 #define UNI_LIST_REMOVE_NODE_BY_PNODE(pnode, link) \ argument 87 #define UNI_LIST_MOVE_AFTER(posi, prev, node, 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/cypress/psoc64/libs/core-lib/docs/html/ |
| D | navtree.js | 74 function storeLink(link) argument 179 function newNode(o, po, text, link, childrenData, lastNode) argument
|
| /trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/components/serial_manager/ |
| D | fsl_component_serial_manager.c | 105 list_element_t link; /*!< list element of the link */ member
|