HomeSort by relevance Sort by last modified time
    Searched defs:tmpX (Results 1 - 5 of 5) sorted by null

  /external/dropbear/libtommath/
bn_mp_exptmod.c 36 mp_int tmpG, tmpX;
49 if ((err = mp_init(&tmpX)) != MP_OKAY) {
53 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) {
54 mp_clear_multi(&tmpG, &tmpX, NULL);
59 err = mp_exptmod(&tmpG, &tmpX, P, Y);
60 mp_clear_multi(&tmpG, &tmpX, NULL);
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
convolve.c 36 Word16 *tmpH,*tmpX;
41 tmpX = x;
43 s = vo_mult32((*tmpX++), (*tmpH--));i--;
46 s += vo_mult32((*tmpX++), (*tmpH--));
47 s += vo_mult32((*tmpX++), (*tmpH--));
48 s += vo_mult32((*tmpX++), (*tmpH--));
49 s += vo_mult32((*tmpX++), (*tmpH--));
56 tmpX = x;
58 s = vo_mult32((*tmpX++), (*tmpH--));i--;
59 s += vo_mult32((*tmpX++), (*tmpH--));i--;
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
EventSender.cpp 144 int tmpX, tmpY;
146 gtk_widget_translate_coordinates(view, window, lastMousePositionX, lastMousePositionY, &tmpX, &tmpY);
150 *rootX += tmpX;
  /external/wpa_supplicant/
libtommath.c 550 mp_int tmpG, tmpX;
563 if ((err = mp_init(&tmpX)) != MP_OKAY) {
567 if ((err = mp_abs(X, &tmpX)) != MP_OKAY) {
568 mp_clear_multi(&tmpG, &tmpX, NULL);
573 err = mp_exptmod(&tmpG, &tmpX, P, Y);
574 mp_clear_multi(&tmpG, &tmpX, NULL);
2074 mp_digit tmpx, *tmpt, *tmpy; local
2171 mp_digit *tmpx, *tmpy; local
2255 mp_digit u, tmpx, *tmpt; local
2322 mp_digit tmpx, *tmpt, *tmpy; local
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 250 register mp_digit *tmpx; local
256 tmpx = x->dp;
260 *_W++ = *tmpx++;
322 register mp_digit *tmpx; local
345 tmpx = x->dp;
351 *tmpx++ = (mp_digit)(*_W++ & ((mp_word) MP_MASK));
358 *tmpx++ = 0;
435 mp_digit *tmpx, *tmpy; local
442 tmpx = a->dp + tx;
452 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--)
537 mp_digit *tmpx, *tmpy; local
624 mp_digit W[MP_WARRAY], *tmpx; local
4180 register mp_digit *tmpa, *tmpb, *tmpx, *tmpy; local
4790 register mp_digit *tmpn, *tmpx, u; local
9141 mp_digit tmpx, *tmpt, *tmpy; local
9235 mp_digit tmpx, *tmpt, *tmpy; local
9316 mp_digit u, tmpx, *tmpt; local
    [all...]

Completed in 329 milliseconds