OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yxi
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/ec/
ec2_smpl.c
504
BIGNUM *x, *y, *
yxi
;
local
555
yxi
= BN_CTX_get(ctx);
556
if (
yxi
== NULL) goto err;
563
if (!group->meth->field_div(group,
yxi
, y, x, ctx)) goto err;
564
if (BN_is_odd(
yxi
)) buf[0]++;
636
BIGNUM *x, *y, *
yxi
;
local
691
yxi
= BN_CTX_get(ctx);
692
if (
yxi
== NULL) goto err;
715
if (!group->meth->field_div(group,
yxi
, y, x, ctx)) goto err;
716
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 57 milliseconds