Searched defs:field (Results 1 – 7 of 7) sorted by relevance
| /optee_os/lib/libutils/isoc/include/sys/ |
| H A D | queue.h | 107 #define QUEUEDEBUG_LIST_INSERT_HEAD(head, elm, field) \ argument 111 #define QUEUEDEBUG_LIST_OP(elm, field) \ argument 118 #define QUEUEDEBUG_LIST_POSTREMOVE(elm, field) \ argument 122 #define QUEUEDEBUG_LIST_INSERT_HEAD(head, elm, field) argument 123 #define QUEUEDEBUG_LIST_OP(elm, field) argument 124 #define QUEUEDEBUG_LIST_POSTREMOVE(elm, field) argument 131 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ argument 140 #define LIST_INSERT_BEFORE(listelm, elm, field) do { \ argument 148 #define LIST_INSERT_HEAD(head, elm, field) do { \ argument 156 #define LIST_REMOVE(elm, field) do { \ argument [all …]
|
| /optee_os/core/drivers/firewall/ |
| H A D | stm32_serc.c | 48 #define _SERC_FLD_PREP(field, value) (SHIFT_U32((value), \ argument 51 #define _SERC_FLD_GET(field, value) (((uint32_t)(value) & \ argument
|
| H A D | stm32_iac.c | 54 #define _IAC_FLD_PREP(field, value) (SHIFT_U32((value), \ argument 57 #define _IAC_FLD_GET(field, value) (((uint32_t)(value) & \ argument
|
| H A D | stm32_rifsc.c | 120 #define _RIF_FLD_GET(field, value) (((uint32_t)(value) & \ argument
|
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ecc_import_pkcs8.c | 78 ltc_asn1_list *version, *field, *point, *point_g, *order, *p_cofactor; in ecc_import_pkcs8() local
|
| /optee_os/core/lib/libfdt/include/ |
| H A D | libfdt.h | 234 #define fdt_get_header(fdt, field) \ argument
|
| /optee_os/core/tee/ |
| H A D | tee_svc_cryp.c | 691 uint32_t field; in op_u32_to_binary_helper() local 709 uint32_t field; in op_u32_from_binary_helper() local
|