OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_b
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/
ecdhtest.c
128
*
x_b
=NULL, *y_b=NULL;
local
143
if ((
x_b
=BN_new()) == NULL) goto err;
186
EC_KEY_get0_public_key(b),
x_b
, y_b, ctx)) goto err;
192
EC_KEY_get0_public_key(b),
x_b
, y_b, ctx)) goto err;
200
BN_print(out,
x_b
);
260
BN_print(out,
x_b
);
296
if (
x_b
) BN_free(
x_b
);
/external/openssl/crypto/ecdh/
ecdhtest.c
128
*
x_b
=NULL, *y_b=NULL;
local
143
if ((
x_b
=BN_new()) == NULL) goto err;
186
EC_KEY_get0_public_key(b),
x_b
, y_b, ctx)) goto err;
192
EC_KEY_get0_public_key(b),
x_b
, y_b, ctx)) goto err;
200
BN_print(out,
x_b
);
260
BN_print(out,
x_b
);
296
if (
x_b
) BN_free(
x_b
);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c
561
b_cos_eta_b,
x_b
, y_b, x_b_dot, y_b_dot, lx, ly;
local
591
x_b
= arc->cx + a_cos_eta_b * arc->cos_theta -
601
VGfloat x =
x_b
, y = y_b;
605
lx =
x_b
;
613
double xA =
x_b
;
625
x_b
= arc->cx + a_cos_eta_b * arc->cos_theta -
637
(float) (
x_b
- alpha * x_b_dot), (float) (y_b - alpha * y_b_dot),
638
(float)
x_b
, (float) y_b);
649
lx =
x_b
;
/external/mesa3d/src/gallium/state_trackers/vega/
arc.c
561
b_cos_eta_b,
x_b
, y_b, x_b_dot, y_b_dot, lx, ly;
local
591
x_b
= arc->cx + a_cos_eta_b * arc->cos_theta -
601
VGfloat x =
x_b
, y = y_b;
605
lx =
x_b
;
613
double xA =
x_b
;
625
x_b
= arc->cx + a_cos_eta_b * arc->cos_theta -
637
(float) (
x_b
- alpha * x_b_dot), (float) (y_b - alpha * y_b_dot),
638
(float)
x_b
, (float) y_b);
649
lx =
x_b
;
/external/clang/test/Sema/
cast.c
169
typedef enum { x_a,
x_b
} X;
enumerator in enum:__anon16865
Completed in 564 milliseconds