Searched refs:yxi (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/ec/
H A Dec2_oct.c171 BIGNUM *x, *y, *yxi; local
222 yxi = BN_CTX_get(ctx);
223 if (yxi == NULL) goto err;
230 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
231 if (BN_is_odd(yxi)) buf[0]++;
303 BIGNUM *x, *y, *yxi; local
358 yxi = BN_CTX_get(ctx);
359 if (yxi == NULL) goto err;
382 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
383 if (y_bit != BN_is_odd(yxi))
[all...]
/external/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp128 Y<X, int> yxi; // expected-note{{in instantiation of template class 'PR9226::Y<PR9226::X, int>' requested here}} member in namespace:PR9226

Completed in 655 milliseconds