Home
last modified time | relevance | path

Searched refs:test_offset (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/test/
Dtime_offset_test.c67 static int test_offset(int idx) in test_offset() function
111 ADD_ALL_TESTS(test_offset, OSSL_NELEM(tests)); in setup_tests()
/third_party/mbedtls/library/
Dhmac_drbg.c540 static size_t test_offset; variable
545 memcpy( buf, p + test_offset, len ); in hmac_drbg_self_test_entropy()
546 test_offset += len; in hmac_drbg_self_test_entropy()
574 test_offset = 0; in mbedtls_hmac_drbg_self_test()
597 test_offset = 0; in mbedtls_hmac_drbg_self_test()
Dctr_drbg.c801 static size_t test_offset; variable
806 memcpy( buf, p + test_offset, len ); in ctr_drbg_self_test_entropy()
807 test_offset += len; in ctr_drbg_self_test_entropy()
836 test_offset = 0; in mbedtls_ctr_drbg_self_test()
861 test_offset = 0; in mbedtls_ctr_drbg_self_test()
/third_party/mesa3d/src/etnaviv/drm/tests/
Detnaviv_cmd_stream_test.c92 static void test_offset() in test_offset() function
120 test_offset(); in main()
/third_party/libdrm/tests/etnaviv/
Detnaviv_cmd_stream_test.c92 static void test_offset() in test_offset() function
120 test_offset(); in main()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dadapter.c781 GST_START_TEST (test_offset) in GST_START_TEST() argument
1474 tcase_add_test (tc_chain, test_offset); in gst_adapter_suite()
/third_party/python/Lib/test/
Dtest_strptime.py322 def test_offset(self): member in StrptimeTests
Dtest_mmap.py489 def test_offset (self): member in MmapTests