Searched refs:g_y (Results 1 – 10 of 10) sorted by relevance
/openbsd/regress/lib/libcrypto/sm2/ |
H A D | sm2sigtest.c | 49 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 D | sm2crypttest.c | 48 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 D | dce110_timing_generator.h | 289 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
|
H A D | dce110_timing_generator.c | 2176 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 D | timing_generator.h | 288 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
|
/openbsd/sys/dev/pci/drm/amd/display/dc/ |
H A D | dc_stream.h | 571 uint32_t *g_y,
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dce120/ |
H A D | dce120_timing_generator.c | 1140 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 D | dcn10_optc.c | 1516 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 D | dcn10_optc.h | 746 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
|
/openbsd/sys/dev/pci/drm/amd/display/dc/core/ |
H A D | amdgpu_dc.c | 653 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()
|