Home
last modified time | relevance | path

Searched defs:array (Results 1 – 9 of 9) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dcommon.h83 #define ARRAY_LENGTH_UNSAFE(array) \ argument
103 #define ARRAY_LENGTH(array) \ argument
110 #define ARRAY_LENGTH(array) ARRAY_LENGTH_UNSAFE(array) argument
/optee_os/ta/pkcs11/src/
H A Dtoken_capabilities.c310 uint32_t *array = NULL; in tee_malloc_mechanism_list() local
H A Dpersistent_token.c338 TEE_UUID *array, size_t *size) in get_persistent_objects_list()
H A Dpkcs11_token.c452 uint32_t *array = NULL; in entry_ck_token_mecha_ids() local
/optee_os/core/kernel/
H A Ddt.c343 uint32_t *array, size_t count) in fdt_read_uint32_array()
487 struct cached_node *array; member
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h403 #define C_ARRAY_COUNT(array, type) (sizeof(array)/sizeof(type)) argument
/optee_os/core/drivers/
H A Dstm32_bsec.c594 uint32_t *array = bsec_dev.nsec_access; in nsec_access_granted() local
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dscmi_server.c538 unsigned long *array, size_t *nb_elts) in plat_scmi_clock_rates_array()
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c99 #define SIZEOF_C_ARRAY(array,type) (sizeof(array)/sizeof(type)) argument