Home
last modified time | relevance | path

Searched refs:_p (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/include/kernel/
H A Duser_access.h169 #define GET_USER_SCALAR(_x, _p) ({ \ argument
171 typeof(_p) __p = (_p); \
179 #define PUT_USER_SCALAR(_x, _p) ({ \ argument
181 typeof(_p) __p = (_p); \
/optee_os/lib/libmbedtls/mbedtls/library/
H A Decp_curves.c26 #define ECP_MPI_INIT(_p, _n) { .p = (mbedtls_mpi_uint *) (_p), .s = 1, .n = (_n) } argument
4633 G ## _p, sizeof(G ## _p), \
4643 G ## _p, sizeof(G ## _p), \
H A Decp_curves_new.c31 #define ECP_MPI_INIT(_p, _n) { .p = (mbedtls_mpi_uint *) (_p), .s = 1, .n = (_n) } argument
4621 G ## _p, sizeof(G ## _p), \
4631 G ## _p, sizeof(G ## _p), \
H A Decp.c2919 #define ECP_MPI_INIT(_p, _n) { .p = (mbedtls_mpi_uint *) (_p), .s = 1, .n = (_n), .use_mempool = 0 } argument