Home
last modified time | relevance | path

Searched defs:mu (Results 1 – 18 of 18) sorted by relevance

/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
Dpreemph_amrwb_dec.cpp116 int16 mu, /* (i) Q15 : preemphasis coefficient */ in preemph_amrwb_dec()
Ddeemphasis_32.cpp124 int16 mu, /* (i) Q15 : deemphasis factor */ in deemphasis_32()
/external/dropbear/libtommath/
Dbn_mp_reduce.c22 int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) in mp_reduce()
Dbn_mp_sub_d.c22 mp_digit *tmpa, *tmpc, mu; in mp_sub_d() local
Dbn_mp_add_d.c23 mp_digit *tmpa, *tmpc, mu; in mp_add_d() local
Dbn_mp_dr_reduce.c37 mp_digit mu, *tmpx1, *tmpx2; in mp_dr_reduce() local
Dbn_mp_montgomery_reduce.c23 mp_digit mu; in mp_montgomery_reduce() local
Dbn_fast_mp_montgomery_reduce.c75 register mp_digit mu; in fast_mp_montgomery_reduce() local
Dbn_s_mp_exptmod.c25 mp_int M[TAB_SIZE], res, mu; in s_mp_exptmod() local
/external/dropbear/libtomcrypt/src/math/fp/
Dltc_ecc_fp_mulmod.c39 void *mu; /* copy of the montgomery constant */ member
672 static int build_lut(int idx, void *modulus, void *mp, void *mu) in build_lut()
1115 void *mp, *mu; in ltc_ecc_fp_mul2add() local
1225 void *mp, *mu; in ltc_ecc_fp_mulmod() local
/external/dropbear/libtomcrypt/src/pk/ecc/
Dltc_ecc_mulmod_timing.c41 void *mu, *mp; in ltc_ecc_mulmod() local
Dltc_ecc_mulmod.c43 void *mu, *mp; in ltc_ecc_mulmod() local
Dltc_ecc_mul2add.c46 void *mp, *mu; in ltc_ecc_mul2add() local
/external/icu4c/test/iotest/
Dstream.cpp57 const UChar mu[] = { 0x6D, 0x75, 0}; in TestStream() local
/external/dropbear/libtommath/pre_gen/
Dmpi.c279 register mp_digit mu; in fast_mp_montgomery_reduce() local
890 mp_digit *tmpa, *tmpc, mu; in mp_add_d() local
2305 mp_digit mu, *tmpx1, *tmpx2; in mp_dr_reduce() local
4753 mp_digit mu; in mp_montgomery_reduce() local
6578 int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) in mp_reduce()
7540 mp_digit *tmpa, *tmpc, mu; in mp_sub_d() local
8882 mp_int M[TAB_SIZE], res, mu; in s_mp_exptmod() local
/external/wpa_supplicant/
Dlibtommath.c1612 mp_int M[TAB_SIZE], res, mu; in s_mp_exptmod() local
1985 static int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) in mp_reduce()
/external/webkit/WebCore/html/
DHTMLEntityNames.gperf195 mu, 0x03bc keyword
/external/dropbear/libtommath/mtest/
Dmpi.c1636 mp_int s, x, mu; in mp_exptmod() local
3368 mp_err s_mp_reduce(mp_int *x, mp_int *m, mp_int *mu) in s_mp_reduce()