Searched defs:_p (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/include/kernel/ |
| H A D | user_access.h | 169 #define GET_USER_SCALAR(_x, _p) ({ \ argument 179 #define PUT_USER_SCALAR(_x, _p) ({ \ argument
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ecp.c | 2919 #define ECP_MPI_INIT(_p, _n) { .p = (mbedtls_mpi_uint *) (_p), .s = 1, .n = (_n), .use_mempool = 0 } argument
|
| H A D | ecp_curves.c | 26 #define ECP_MPI_INIT(_p, _n) { .p = (mbedtls_mpi_uint *) (_p), .s = 1, .n = (_n) } argument
|
| H A D | ecp_curves_new.c | 31 #define ECP_MPI_INIT(_p, _n) { .p = (mbedtls_mpi_uint *) (_p), .s = 1, .n = (_n) } argument
|