Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dasn1_decode_test.c141 uint64_t test_uint64; member
145 ASN1_EMBED(ASN1_UINT64_DATA, test_uint64, UINT64),
151 static int test_uint64(void)
231 ADD_TEST(test_uint64); in setup_tests()
Dasn1_encode_test.c423 uint64_t test_uint64; member
429 ASN1_EMBED(ASN1_UINT64_DATA, test_uint64, UINT64),
854 static int test_uint64(void) in test_uint64() function
900 ADD_TEST(test_uint64); in setup_tests()
/third_party/python/Lib/ctypes/test/
Dtest_bitfields.py256 def test_uint64(self): member in BitFieldTest