Searched defs:Mp (Results 1 - 2 of 2) sorted by relevance

/external/dropbear/libtomcrypt/src/math/
H A Dtfm_desc.c408 static int tfm_ecc_projective_dbl_point(ecc_point *P, ecc_point *R, void *modulus, void *Mp) argument
416 LTC_ARGCHK(Mp != NULL);
418 mp = *((fp_digit*)Mp);
525 static int tfm_ecc_projective_add_point(ecc_point *P, ecc_point *Q, ecc_point *R, void *modulus, void *Mp) argument
534 LTC_ARGCHK(Mp != NULL);
536 mp = *((fp_digit*)Mp);
549 return tfm_ecc_projective_dbl_point(P, R, modulus, Mp);
/external/qemu/
H A Di386-dis.c340 #define Mp { OP_M, f_mode } /* 32 or 48 bit memory operand for LDS, LES etc */ macro
951 { "les{S|}", { Gv, Mp } },
952 { "ldsS", { Gv, Mp } },
1222 { "lssS", { Gv, Mp } },
1224 { "lfsS", { Gv, Mp } },
1225 { "lgsS", { Gv, Mp } },

Completed in 197 milliseconds