Home
last modified time | relevance | path

Searched refs:tmpx1 (Results 1 – 4 of 4) sorted by relevance

/external/dropbear/libtommath/
Dbn_mp_dr_reduce.c37 mp_digit mu, *tmpx1, *tmpx2; in mp_dr_reduce() local
55 tmpx1 = x->dp; in mp_dr_reduce()
65 r = ((mp_word)*tmpx2++) * ((mp_word)k) + *tmpx1 + mu; in mp_dr_reduce()
66 *tmpx1++ = (mp_digit)(r & MP_MASK); in mp_dr_reduce()
71 *tmpx1++ = mu; in mp_dr_reduce()
75 *tmpx1++ = 0; in mp_dr_reduce()
/external/skia/src/core/
DSkBitmapSampler.cpp115 int tmpx1 = procX(ix + 1, maxX); in sample() local
116 p01 = bitmap->getAddr32(tmpx1, tmpy); in sample()
121 p11 = bitmap->getAddr32(tmpx1, tmpy1); in sample()
163 int tmpx1 = procX(ix + 1, maxX); in sample() local
164 p01 = bitmap->getAddr16(tmpx1, tmpy); in sample()
169 p11 = bitmap->getAddr16(tmpx1, tmpy1); in sample()
218 int tmpx1 = procX(ix + 1, maxX); in sample() local
219 p01 = bitmap->getAddr8(tmpx1, tmpy); in sample()
224 p11 = bitmap->getAddr8(tmpx1, tmpy1); in sample()
277 int tmpx1 = procX(ix + 1, maxX); in sample() local
[all …]
/external/dropbear/libtomcrypt/src/ciphers/twofish/
Dtwofish.c352 unsigned char S[4*4], tmpx0, tmpx1; in _twofish_setup() local
418 tmpx1 = (unsigned char)sbox(1, x); in _twofish_setup()
420 skey->twofish.S[1][x] = mds_column_mult(sbox(0, (sbox(0, tmpx1 ^ S[1]) ^ S[5])),1); in _twofish_setup()
422 skey->twofish.S[3][x] = mds_column_mult(sbox(0, (sbox(1, tmpx1 ^ S[3]) ^ S[7])),3); in _twofish_setup()
427 tmpx1 = (unsigned char)sbox(1, x); in _twofish_setup()
428 …skey->twofish.S[0][x] = mds_column_mult(sbox(1, (sbox(0, sbox(0, tmpx1 ^ S[0]) ^ S[4]) ^ S[8])),0); in _twofish_setup()
429 …skey->twofish.S[1][x] = mds_column_mult(sbox(0, (sbox(0, sbox(1, tmpx1 ^ S[1]) ^ S[5]) ^ S[9])),1); in _twofish_setup()
436 tmpx1 = (unsigned char)sbox(1, x); in _twofish_setup()
437 …skey->twofish.S[0][x] = mds_column_mult(sbox(1, (sbox(0, sbox(0, sbox(1, tmpx1 ^ S[0]) ^ S[4]) ^ S… in _twofish_setup()
440 …skey->twofish.S[3][x] = mds_column_mult(sbox(0, (sbox(1, sbox(1, sbox(0, tmpx1 ^ S[3]) ^ S[7]) ^ S… in _twofish_setup()
/external/dropbear/libtommath/pre_gen/
Dmpi.c2305 mp_digit mu, *tmpx1, *tmpx2; in mp_dr_reduce() local
2323 tmpx1 = x->dp; in mp_dr_reduce()
2333 r = ((mp_word)*tmpx2++) * ((mp_word)k) + *tmpx1 + mu; in mp_dr_reduce()
2334 *tmpx1++ = (mp_digit)(r & MP_MASK); in mp_dr_reduce()
2339 *tmpx1++ = mu; in mp_dr_reduce()
2343 *tmpx1++ = 0; in mp_dr_reduce()