Searched refs:test_string (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/public-domain/xz/dist/tests/ |
H A D | test_check.c | 18 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 D | test_test.c | 256 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 D | test_test.c | 256 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 D | jsmn_test.c | 165 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 D | test_base.c | 199 test_string(void) in test_string() function 954 res |= test_string(); in main()
|
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
H A D | makeinfo.c | 1936 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()
|