Home
last modified time | relevance | path

Searched defs:m (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/secure_fw/spm/include/
Dutilities.h28 #define M2S(m) STRINGIFY_EXPAND(m) argument
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dcc_ecp_internal.c144 const mbedtls_mpi *m, const mbedtls_ecp_point *P ) in ecp_mont_mul()
212 const mbedtls_mpi *m, const mbedtls_ecp_point *P ) in ecp_wrst_mul()
281 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in cc_ecp_mul()
/trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/libs/core-lib/docs/html/
Djquery.js51 …|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,bC="sizcache"+(Math.random()+"").replace(".",""… variable
60 ….prop||a.fn.attr,_focus:a.fn.focus,focus:function(e,f){return typeof e==="number"?this.each(functi… argument
81 (function(b,c){var a=false;b(document).mouseup(function(d){a=false});b.widget("ui.mouse",{options:{… argument
96 (function(a){if(typeof define==="function"&&define.amd){define(["jquery"],a)}else{a(jQuery)}}(funct… function
115md){define(["jquery"],a)}else{if(typeof module==="object"&&typeof module.exports==="object"){modul… argument
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dllf_rnd.c116 static uint32_t ae(uint32_t n, uint32_t m) in ae()
242 uint32_t n = h[i] + h[i+halfNB], m = max(h[i], h[i+halfNB]); in LLF_RND_EntropyEstimate() local
/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/
Decp_alt.c1450 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in ecp_mul_comb()
/trusted-firmware-m-latest/platform/ext/target/nxp/lpcxpresso55s69/Native_Driver/drivers/
Dfsl_clock.c1184 static uint32_t FindGreatestCommonDivisor(uint32_t m, uint32_t n) in FindGreatestCommonDivisor()