Home
last modified time | relevance | path

Searched refs:g_y (Results 1 – 10 of 10) sorted by relevance

/openbsd/regress/lib/libcrypto/sm2/
H A Dsm2sigtest.c49 BIGNUM *g_y = NULL; in create_EC_group() local
72 BN_hex2bn(&g_y, y_hex); in create_EC_group()
74 if (EC_POINT_set_affine_coordinates(group, generator, g_x, g_y, in create_EC_group()
79 BN_free(g_y); in create_EC_group()
H A Dsm2crypttest.c48 BIGNUM *g_y = NULL; in create_EC_group() local
71 BN_hex2bn(&g_y, y_hex); in create_EC_group()
73 if (EC_POINT_set_affine_coordinates(group, generator, g_x, g_y, in create_EC_group()
78 BN_free(g_y); in create_EC_group()
/openbsd/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.h289 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
H A Ddce110_timing_generator.c2176 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in dce110_get_crc() argument
2194 *g_y = get_reg_field_value(value, CRTC_CRC0_DATA_RG, CRC0_G_Y); in dce110_get_crc()
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h288 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
/openbsd/sys/dev/pci/drm/amd/display/dc/
H A Ddc_stream.h571 uint32_t *g_y,
/openbsd/sys/dev/pci/drm/amd/display/dc/dce120/
H A Ddce120_timing_generator.c1140 uint32_t *g_y, uint32_t *b_cb) in dce120_get_crc() argument
1156 *g_y = get_reg_field_value(value, CRTC0_CRTC_CRC0_DATA_RG, CRC0_G_Y); in dce120_get_crc()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c1516 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in optc1_get_crc() argument
1530 CRC0_G_Y, g_y); in optc1_get_crc()
H A Ddcn10_optc.h746 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
/openbsd/sys/dev/pci/drm/amd/display/dc/core/
H A Damdgpu_dc.c653 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in dc_stream_get_crc() argument
671 return tg->funcs->get_crc(tg, r_cr, g_y, b_cb); in dc_stream_get_crc()