Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib557.c195 i++; ss_test[i].num = 0x07F0; ss_test[i].expected = "2032"; in test_signed_short_formatting()
196 i++; ss_test[i].num = 0x007F; ss_test[i].expected = "127"; in test_signed_short_formatting()
199 i++; ss_test[i].num = 0x0700; ss_test[i].expected = "1792"; in test_signed_short_formatting()
200 i++; ss_test[i].num = 0x0070; ss_test[i].expected = "112"; in test_signed_short_formatting()
201 i++; ss_test[i].num = 0x0007; ss_test[i].expected = "7"; in test_signed_short_formatting()
204 i++; ss_test[i].num = 0x0500; ss_test[i].expected = "1280"; in test_signed_short_formatting()
205 i++; ss_test[i].num = 0x0050; ss_test[i].expected = "80"; in test_signed_short_formatting()
206 i++; ss_test[i].num = 0x0005; ss_test[i].expected = "5"; in test_signed_short_formatting()
208 i++; ss_test[i].num = 0x0001; ss_test[i].expected = "1"; in test_signed_short_formatting()
209 i++; ss_test[i].num = 0x0000; ss_test[i].expected = "0"; in test_signed_short_formatting()
[all …]

Completed in 9 milliseconds