Searched refs:dr (Results 1 – 2 of 2) sorted by relevance
594 int dr = 0; in mp_exptmod() local651 dr = mp_dr_is_modulus(P); in mp_exptmod()656 if (dr == 0) { in mp_exptmod()657 dr = mp_reduce_is_2k(P) << 1; in mp_exptmod()663 if (mp_isodd (P) == 1 || dr != 0) { in mp_exptmod()664 return mp_exptmod_fast (G, X, P, Y, dr); in mp_exptmod()
1231 tBTA_JV_API_ADD_ATTRIBUTE *dr = &(p_data->add_attr); in bta_jv_delete_record() local1232 if (dr->handle) { in bta_jv_delete_record()1234 SDP_DeleteRecord(dr->handle); in bta_jv_delete_record()