HomeSort by: relevance | last modified time | path
    Searched defs:y_b (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/crypto/libcrypto/ecdh/
ecdhtest.c 127 BIGNUM *x_a = NULL, *y_a = NULL, *x_b = NULL, *y_b = NULL; local in function:test_ecdh_curve
146 if ((y_b = BN_new()) == NULL)
193 (group, EC_KEY_get0_public_key(b), x_b, y_b, ctx))
200 x_b, y_b, ctx))
211 BN_print(out, y_b);
270 BN_print(out, y_b);
306 if (y_b)
307 BN_free(y_b);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 443 struct fixed31_32 y_b; local in function:dce110_translate_regamma_to_hw_format
531 y_b = rgb_resulted[0].blue;
533 y1_min = dc_fixpt_min(y_r, dc_fixpt_min(y_g, y_b));
541 y_b = rgb_resulted[hw_points - 1].blue;
546 y3_max = dc_fixpt_max(y_r, dc_fixpt_max(y_g, y_b));

Completed in 14 milliseconds