Searched refs:x_hex (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | sm2_internal_test.c | 81 const char *b_hex, const char *x_hex, in create_EC_group() argument 109 if (!TEST_true(BN_hex2bn(&g_x, x_hex)) in create_EC_group()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | sm2_internal_test.c | 77 const char *b_hex, const char *x_hex, in create_EC_group() argument 105 if (!TEST_true(BN_hex2bn(&g_x, x_hex)) in create_EC_group()
|
/netbsd-src/tests/usr.bin/printf/ |
H A D | printf.sh | 635 x_hex() 637 setmsg x_hex 684 define x_hex '%x (hexadecimal output) conversions'
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | primary.c | 389 int radix, length, x_hex; in match_boz_constant() local 397 x_hex = 0; in match_boz_constant() 409 x_hex = 1; in match_boz_constant() 434 if (x_hex in match_boz_constant()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | primary.cc | 389 int radix, length, x_hex; in match_boz_constant() local 397 x_hex = 0; in match_boz_constant() 409 x_hex = 1; in match_boz_constant() 434 if (x_hex in match_boz_constant()
|