Home
last modified time | relevance | path

Searched refs:bctbx_str_to_uint64 (Results 1 – 3 of 3) sorted by relevance

/dports/net/bctoolbox/bctoolbox-0.6.0/tester/
H A Dport.c81 …BC_ASSERT_EQUAL(bctbx_str_to_uint64("fa5c37643cde8de0"), 0xfa5c37643cde8de0, uint64_t, "0x%" PRIx6… in bytes_to_from_hexa_strings()
82 …BC_ASSERT_EQUAL(bctbx_str_to_uint64("0123456789abcdef"), 0x0123456789abcdef, uint64_t, "0x%" PRIx6… in bytes_to_from_hexa_strings()
83 …BC_ASSERT_EQUAL(bctbx_str_to_uint64("fedcba9876543210"), 0xfedcba9876543210, uint64_t, "0x%" PRIx6… in bytes_to_from_hexa_strings()
/dports/net/bctoolbox/bctoolbox-0.6.0/include/bctoolbox/
H A Dport.h619 BCTBX_PUBLIC uint64_t bctbx_str_to_uint64(const uint8_t input_string[17]);
/dports/net/bctoolbox/bctoolbox-0.6.0/src/utils/
H A Dport.c1661 uint64_t bctbx_str_to_uint64(const uint8_t input_string[17]) { in bctbx_str_to_uint64() function