Home
last modified time | relevance | path

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

/minix3/minix/tests/
H A Dtest45.h38 static void GLUE(test_string, TYPE_FUNC)(const char *s, TYPE value, int base) in GLUE() argument
55 GLUE(test_string, TYPE_FUNC)(s, value, base); in GLUE() local
116 GLUE(test_string, TYPE_FUNC)("10", 10, 0); in GLUE()
117 GLUE(test_string, TYPE_FUNC)("010", 010, 0); in GLUE()
118 GLUE(test_string, TYPE_FUNC)("010", 010, 8); in GLUE()
119 GLUE(test_string, TYPE_FUNC)("0x10", 0x10, 0); in GLUE()
120 GLUE(test_string, TYPE_FUNC)("0X10", 0X10, 0); in GLUE()
121 GLUE(test_string, TYPE_FUNC)("0x10", 0x10, 16); in GLUE()
122 GLUE(test_string, TYPE_FUNC)("0X10", 0X10, 16); in GLUE()
125 GLUE(test_string, TYPE_FUNC)("10", 10, 10); in GLUE()
[all …]
/minix3/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()
/minix3/minix/servers/mib/
H A Dminix.c7 static char test_string[16], test_struct[12]; variable
25 /* 3*/ [TEST_STRING] = MIB_STRING(_RW, test_string, "string",
/minix3/crypto/external/bsd/heimdal/dist/base/
H A Dtest_base.c124 test_string(void) in test_string() function
151 res |= test_string(); in main()
/minix3/minix/tests/rmibtest/
H A Drmibtest.c15 static char test_string[16], test_struct[12]; variable
29 /* 3*/ [TEST_STRING] = RMIB_STRING(RMIB_RW, test_string, "string",
/minix3/external/bsd/llvm/dist/clang/test/FixIt/
H A Dtypo.cpp42 bool test_string(std::string s) { in test_string() function
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Didentical-expressions.cpp1046 const char *test_string() { in test_string() function