Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/include/sys/
H A Dqueue.h107 #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 Dstm32_serc.c48 #define _SERC_FLD_PREP(field, value) (SHIFT_U32((value), \ argument
51 #define _SERC_FLD_GET(field, value) (((uint32_t)(value) & \ argument
H A Dstm32_iac.c54 #define _IAC_FLD_PREP(field, value) (SHIFT_U32((value), \ argument
57 #define _IAC_FLD_GET(field, value) (((uint32_t)(value) & \ argument
H A Dstm32_rifsc.c120 #define _RIF_FLD_GET(field, value) (((uint32_t)(value) & \ argument
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Decc_import_pkcs8.c78 ltc_asn1_list *version, *field, *point, *point_g, *order, *p_cofactor; in ecc_import_pkcs8() local
/optee_os/core/lib/libfdt/include/
H A Dlibfdt.h234 #define fdt_get_header(fdt, field) \ argument
/optee_os/core/tee/
H A Dtee_svc_cryp.c691 uint32_t field; in op_u32_to_binary_helper() local
709 uint32_t field; in op_u32_from_binary_helper() local