Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dasn1_decode_test.c115 int64_t test_int64; member
119 ASN1_EMBED(ASN1_INT64_DATA, test_int64, INT64),
125 static int test_int64(void)
230 ADD_TEST(test_int64); in setup_tests()
Dasn1_encode_test.c374 int64_t test_int64; member
380 ASN1_EMBED(ASN1_INT64_DATA, test_int64, INT64),
849 static int test_int64(void) in test_int64() function
899 ADD_TEST(test_int64); in setup_tests()
/third_party/mindspore/tests/ut/cpp/ir/
Dvalue_test.cc37 TEST_F(TestValue, test_int64) { in TEST_F() argument
/third_party/glib/glib/tests/
Dkeyfile.c1366 test_int64 (void) in test_int64() function
1848 g_test_add_func ("/keyfile/int64", test_int64); in main()
/third_party/python/Lib/test/
Dtest_marshal.py38 def test_int64(self): member in IntTestCase
/third_party/ejdb/src/jbl/tests/
Djbl_test_binn1.c122 void test_int64() { in test_int64() function
1831 if ( (NULL == CU_add_test(pSuite, "test_int64", test_int64)) in main()