Home
last modified time | relevance | path

Searched refs:parse_uint64 (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Devp_test.c1376 static int parse_uint64(const char *value, uint64_t *pr) in parse_uint64() function
1406 return parse_uint64(value, &pdata->N); in scrypt_test_parse()
1408 return parse_uint64(value, &pdata->p); in scrypt_test_parse()
1410 return parse_uint64(value, &pdata->r); in scrypt_test_parse()
1412 return parse_uint64(value, &pdata->maxmem); in scrypt_test_parse()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Doptions.h100 parse_uint64(const char* option_name, const char* arg, uint64_t* retval);
414 uint64_t, uint64_t, options::parse_uint64, false)
563 options::parse_uint64(option_name, arg, &value); \
H A Doptions.cc219 parse_uint64(const char* option_name, const char* arg, uint64_t* retval) in parse_uint64() function
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Doptions.h100 parse_uint64(const char* option_name, const char* arg, uint64_t* retval);
414 uint64_t, uint64_t, options::parse_uint64, false)
563 options::parse_uint64(option_name, arg, &value); \
H A Doptions.cc219 parse_uint64(const char* option_name, const char* arg, uint64_t* retval) in parse_uint64() function
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Devp_test.c2075 static int parse_uint64(const char *value, uint64_t *pr) in parse_uint64() function
2105 return parse_uint64(value, &pdata->N); in scrypt_test_parse()
2107 return parse_uint64(value, &pdata->p); in scrypt_test_parse()
2109 return parse_uint64(value, &pdata->r); in scrypt_test_parse()
2111 return parse_uint64(value, &pdata->maxmem); in scrypt_test_parse()