Searched refs:tmp2_ (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | simple.c | 309 const EC_FELEM *tmp1_, *tmp2_; in ec_GFp_simple_cmp() local 320 tmp2_ = &tmp2; in ec_GFp_simple_cmp() 322 tmp2_ = &b->X; in ec_GFp_simple_cmp() 326 if (!ec_felem_equal(group, tmp1_, tmp2_)) { in ec_GFp_simple_cmp() 342 tmp2_ = &b->Y; in ec_GFp_simple_cmp() 346 if (!ec_felem_equal(group, tmp1_, tmp2_)) { in ec_GFp_simple_cmp()
|
/external/deqp/framework/common/ |
D | tcuInterval.hpp | 260 DST, P0, A0, tmp2_, \ 261 TCU_INTERVAL_APPLY_MONOTONE1(tmp2_, P1, A1, VAR, BODY))
|