Home
last modified time | relevance | path

Searched refs:tempX (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/
H A Dx25519_ref10.c124 fe25519 tempX; in edwards_to_montgomery() local
127 fe25519_add(tempX, edwardsZ, edwardsY); in edwards_to_montgomery()
130 fe25519_mul(montgomeryX, tempX, tempZ); in edwards_to_montgomery()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c115074 Expr tempX; /* Temporary expression node */
115378 tempX.op = TK_INTEGER;
115379 tempX.flags = EP_IntValue|EP_TokenOnly;
115380 tempX.u.iValue = 0;
115381 ExprClearVVAProperties(&tempX);
115382 r1 = sqlite3ExprCodeTemp(pParse, &tempX, &regFree1);