HomeSort by relevance Sort by last modified time
    Searched refs:yxi (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/ec/
ec2_oct.c 171 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/
nested-name-spec-template.cpp 128 Y<X, int> yxi; // expected-note{{in instantiation of template class 'PR9226::Y<PR9226::X, int>' requested here}} member in namespace:PR9226

Completed in 121 milliseconds