Home
last modified time | relevance | path

Searched refs:tmpx0 (Results 1 – 13 of 13) sorted by relevance

/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/ciphers/twofish/
H A Dtwofish.c346 unsigned char S[4*4], tmpx0, tmpx1; in _twofish_setup() local
411 tmpx0 = (unsigned char)sbox(0, x); in _twofish_setup()
413 skey->twofish.S[0][x] = mds_column_mult(sbox(1, (sbox(0, tmpx0 ^ S[0]) ^ S[4])),0); in _twofish_setup()
415 skey->twofish.S[2][x] = mds_column_mult(sbox(1, (sbox(1, tmpx0 ^ S[2]) ^ S[6])),2); in _twofish_setup()
420 tmpx0 = (unsigned char)sbox(0, x); in _twofish_setup()
424 …skey->twofish.S[2][x] = mds_column_mult(sbox(1, (sbox(1, sbox(0, tmpx0 ^ S[2]) ^ S[6]) ^ S[10])),2… in _twofish_setup()
425 …skey->twofish.S[3][x] = mds_column_mult(sbox(0, (sbox(1, sbox(1, tmpx0 ^ S[3]) ^ S[7]) ^ S[11])),3… in _twofish_setup()
429 tmpx0 = (unsigned char)sbox(0, x); in _twofish_setup()
432 …skey->twofish.S[1][x] = mds_column_mult(sbox(0, (sbox(0, sbox(1, sbox(1, tmpx0 ^ S[1]) ^ S[5]) ^ S… in _twofish_setup()
433 …skey->twofish.S[2][x] = mds_column_mult(sbox(1, (sbox(1, sbox(0, sbox(0, tmpx0 ^ S[2]) ^ S[6]) ^ S… in _twofish_setup()
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/ciphers/twofish/
H A Dtwofish.c346 unsigned char S[4*4], tmpx0, tmpx1; in skipjack_keysize()
411 tmpx0 = (unsigned char)sbox(0, x); in skipjack_keysize()
413 skey->twofish.S[0][x] = mds_column_mult(sbox(1, (sbox(0, tmpx0 ^ S[0]) ^ S[4])),0); in skipjack_keysize()
415 skey->twofish.S[2][x] = mds_column_mult(sbox(1, (sbox(1, tmpx0 ^ S[2]) ^ S[6])),2); in skipjack_keysize()
420 tmpx0 = (unsigned char)sbox(0, x); in skipjack_keysize()
424 …skey->twofish.S[2][x] = mds_column_mult(sbox(1, (sbox(1, sbox(0, tmpx0 ^ S[2]) ^ S[6]) ^ S[10])),2… in skipjack_keysize()
425 …skey->twofish.S[3][x] = mds_column_mult(sbox(0, (sbox(1, sbox(1, tmpx0 ^ S[3]) ^ S[7]) ^ S[11])),3… in skipjack_keysize()
429 tmpx0 = (unsigned char)sbox(0, x); in skipjack_keysize()
432 …skey->twofish.S[1][x] = mds_column_mult(sbox(0, (sbox(0, sbox(1, sbox(1, tmpx0 ^ S[1]) ^ S[5]) ^ S… in skipjack_keysize()
433 …skey->twofish.S[2][x] = mds_column_mult(sbox(1, (sbox(1, sbox(0, sbox(0, tmpx0 ^ S[2]) ^ S[6]) ^ S… in skipjack_keysize()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/crypto/libtomcrypt/src/ciphers/twofish/
H A Dtwofish.c345 unsigned char S[4*4], tmpx0, tmpx1; in _twofish_setup() local
410 tmpx0 = (unsigned char)sbox(0, x); in _twofish_setup()
412 skey->twofish.S[0][x] = mds_column_mult(sbox(1, (sbox(0, tmpx0 ^ S[0]) ^ S[4])),0); in _twofish_setup()
414 skey->twofish.S[2][x] = mds_column_mult(sbox(1, (sbox(1, tmpx0 ^ S[2]) ^ S[6])),2); in _twofish_setup()
419 tmpx0 = (unsigned char)sbox(0, x); in _twofish_setup()
423 …skey->twofish.S[2][x] = mds_column_mult(sbox(1, (sbox(1, sbox(0, tmpx0 ^ S[2]) ^ S[6]) ^ S[10])),2… in _twofish_setup()
424 …skey->twofish.S[3][x] = mds_column_mult(sbox(0, (sbox(1, sbox(1, tmpx0 ^ S[3]) ^ S[7]) ^ S[11])),3… in _twofish_setup()
428 tmpx0 = (unsigned char)sbox(0, x); in _twofish_setup()
431 …skey->twofish.S[1][x] = mds_column_mult(sbox(0, (sbox(0, sbox(1, sbox(1, tmpx0 ^ S[1]) ^ S[5]) ^ S… in _twofish_setup()
432 …skey->twofish.S[2][x] = mds_column_mult(sbox(1, (sbox(1, sbox(0, sbox(0, tmpx0 ^ S[2]) ^ S[6]) ^ S… in _twofish_setup()
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/ciphers/twofish/
H A Dtwofish.c344 unsigned char S[4*4], tmpx0, tmpx1; in s_twofish_setup() local
409 tmpx0 = (unsigned char)sbox(0, x); in s_twofish_setup()
411 skey->twofish.S[0][x] = mds_column_mult(sbox(1, (sbox(0, tmpx0 ^ S[0]) ^ S[4])),0); in s_twofish_setup()
413 skey->twofish.S[2][x] = mds_column_mult(sbox(1, (sbox(1, tmpx0 ^ S[2]) ^ S[6])),2); in s_twofish_setup()
418 tmpx0 = (unsigned char)sbox(0, x); in s_twofish_setup()
422 …skey->twofish.S[2][x] = mds_column_mult(sbox(1, (sbox(1, sbox(0, tmpx0 ^ S[2]) ^ S[6]) ^ S[10])),2… in s_twofish_setup()
423 …skey->twofish.S[3][x] = mds_column_mult(sbox(0, (sbox(1, sbox(1, tmpx0 ^ S[3]) ^ S[7]) ^ S[11])),3… in s_twofish_setup()
427 tmpx0 = (unsigned char)sbox(0, x); in s_twofish_setup()
430 …skey->twofish.S[1][x] = mds_column_mult(sbox(0, (sbox(0, sbox(1, sbox(1, tmpx0 ^ S[1]) ^ S[5]) ^ S… in s_twofish_setup()
431 …skey->twofish.S[2][x] = mds_column_mult(sbox(1, (sbox(1, sbox(0, sbox(0, tmpx0 ^ S[2]) ^ S[6]) ^ S… in s_twofish_setup()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/x86/
H A DInterPredX86.h145 …__m256i mm_tmpx = _mm256_inserti128_si256( _mm256_castsi128_si256( _mm_set1_epi32( ( tmpx0 & 0x… in addBIOAvg4_2x_AVX2()
257 … const Pel* gradY1, const int widthG, const int bitDepth, int limit, int &tmpx0, int &tmpx1, int &… in calcBIOSums2x_AVX2() argument
344 tmpx0 = sumAbsGX0 == 0 ? 0 : Clip3( -limit, limit, rightShiftMSB( sumDIX0 << 2, sumAbsGX0 ) ); in calcBIOSums2x_AVX2()
346 __m128i vtmpx = _mm_setr_epi32 ( tmpx0, tmpx1, 0, 0 ); in calcBIOSums2x_AVX2()
360 tmpx0 = sumAbsGX0 == 0 ? 0 : rightShiftMSB( sumDIX0 << 2, sumAbsGX0 ); in calcBIOSums2x_AVX2()
361 tmpx0 = Clip3( -limit, limit, tmpx0 ); in calcBIOSums2x_AVX2()
365 int tmpData0 = tmpx0 * mainsGxGy0; in calcBIOSums2x_AVX2()
366 tmpData0 = ( ( tmpData0 << 12 ) + tmpx0 * secsGxGy0 ) >> 1; in calcBIOSums2x_AVX2()
435 int tmpx0, tmpy0, tmpx1, tmpy1; in BiOptFlowCoreSIMD() local
439 … OffPad, gradY0 + OffPad, gradY1 + OffPad, stridePredMC, bitDepth, limit, tmpx0, tmpx1, tmpy0, tmp… in BiOptFlowCoreSIMD()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpIpoptAlg.cpp739 SmartPtr<Vector> tmpx0 = x.MakeNew(); in calc_number_of_bounds() local
740 tmpx0->Set(0.); in calc_number_of_bounds()
745 tmpx2->ElementWiseMax(*tmpx0); // tmpx2 is now 1 in those in calc_number_of_bounds()
753 tmpx2->ElementWiseMax(*tmpx0); // tmpx2 is now 1 in those in calc_number_of_bounds()
/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Dfpxlib.cpp577 float tmpx0, tmpy0, tmpwidth, tmpheight, tmpresolution; in FPX_RefreshWindow() local
578 theWindow->GetWindowDefinition (&tmpx0, &tmpy0, &tmpwidth, &tmpheight, &tmpresolution); in FPX_RefreshWindow()
580 theWindow->WorldToWindow(tmpx0+tmpwidth,tmpy0+tmpheight,&width, in FPX_RefreshWindow()
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Algorithm/
H A DIpIpoptAlg.cpp857 SmartPtr<Vector> tmpx0 = x.MakeNew(); in calc_number_of_bounds() local
858 tmpx0->Set(0.); in calc_number_of_bounds()
863 tmpx2->ElementWiseMax(*tmpx0); // tmpx2 is now 1 in those in calc_number_of_bounds()
871 tmpx2->ElementWiseMax(*tmpx0); // tmpx2 is now 1 in those in calc_number_of_bounds()
/dports/science/openmx/openmx3.8/source/
H A DTRAN_Set_IntegPath.c65 double tmpx0,tmpx1,x; in CF() local
341 double tmpx0,tmpx1,x; in OLD() local
H A DTRAN_Main_Analysis.c3142 double x,x0,x1,tmpx0,tmpx1; in MTRAN_Input() local
H A DTRAN_Main_Analysis_NC.c3214 double x,x0,x1,tmpx0,tmpx1; in MTRAN_Input() local
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dside.c2520 static int tmpx0, tmpy0, tmpz0; variable
2547 dist = distance(x, y, tmpx0, tmpy0); in calc_visible_elevation()
2552 dist1 = distance(x1, y1, tmpx0, tmpy0); in calc_visible_elevation()
2717 tmpx0 = x0; tmpy0 = y0; in cover_area_1()
H A Dcombat.c1323 static int tmpx0, tmpy0, tmpe0, tmpe1, tmpdist01, cellwid, fangle; variable
1332 celldist0 = distance(tmpx0, tmpy0, x, y); in elevation_blocks()
1364 tmpx0 = ux; tmpy0 = uy; in found_blocking_elevation()