Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/xz/dist/tests/
H A Dtest_check.c18 static const uint8_t test_string[9] = "123456789"; variable
28 uint32_t crc = lzma_crc32(test_string, sizeof(test_string), 0); in test_crc32()
33 crc = lzma_crc32(test_unaligned + 3, sizeof(test_string), 0); in test_crc32()
39 for (size_t i = 0; i < sizeof(test_string); ++i) in test_crc32()
40 crc = lzma_crc32(test_string + i, 1, crc); in test_crc32()
54 uint64_t crc = lzma_crc64(test_string, sizeof(test_string), 0); in test_crc64()
59 crc = lzma_crc64(test_unaligned + 3, sizeof(test_string), 0); in test_crc64()
65 for (size_t i = 0; i < sizeof(test_string); ++i) in test_crc64()
66 crc = lzma_crc64(test_string + i, 1, crc); in test_crc64()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dtest_test.c256 static int test_string(void) in test_string() function
546 ADD_TEST(test_string); in setup_tests()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dtest_test.c256 static int test_string(void) in test_string() function
565 ADD_TEST(test_string); in setup_tests()
/netbsd-src/external/bsd/ntp/dist/libjsmn/
H A Djsmn_test.c165 int test_string() { in test_string() function
595 test(test_string, "test string JSON data types"); in main()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Dtest_base.c199 test_string(void) in test_string() function
954 res |= test_string(); in main()
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.c1936 char *test_string; in handle_menu_entry() local
1937 get_rest_of_line (0, &test_string); in handle_menu_entry()
1938 if (strlen (test_string) > 0) in handle_menu_entry()