Searched refs:INTEGER_WIDTH_TEST (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | test.c | 174 #define INTEGER_WIDTH_TEST(fmt, type) do { \ in test_format_commands() macro 192 INTEGER_WIDTH_TEST("d", int); in test_format_commands() 193 INTEGER_WIDTH_TEST("hhd", char); in test_format_commands() 194 INTEGER_WIDTH_TEST("hd", short); in test_format_commands() 195 INTEGER_WIDTH_TEST("ld", long); in test_format_commands() 196 INTEGER_WIDTH_TEST("lld", long long); in test_format_commands() 197 INTEGER_WIDTH_TEST("u", unsigned int); in test_format_commands() 198 INTEGER_WIDTH_TEST("hhu", unsigned char); in test_format_commands() 199 INTEGER_WIDTH_TEST("hu", unsigned short); in test_format_commands() 200 INTEGER_WIDTH_TEST("lu", unsigned long); in test_format_commands() [all …]
|