Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib557.c1029 i++; co_test[i].num = MPRNT_OFF_T_C(0x0000000000007FFF); co_test[i].expected = "32767"; in test_curl_off_t_formatting()
1037 i++; co_test[i].num = MPRNT_OFF_T_C(0x0000000000007F00); co_test[i].expected = "32512"; in test_curl_off_t_formatting()
1038 i++; co_test[i].num = MPRNT_OFF_T_C(0x000000000000007F); co_test[i].expected = "127"; in test_curl_off_t_formatting()
1051 i++; co_test[i].num = MPRNT_OFF_T_C(0x0000000000070000); co_test[i].expected = "458752"; in test_curl_off_t_formatting()
1052 i++; co_test[i].num = MPRNT_OFF_T_C(0x0000000000007000); co_test[i].expected = "28672"; in test_curl_off_t_formatting()
1053 i++; co_test[i].num = MPRNT_OFF_T_C(0x0000000000000700); co_test[i].expected = "1792"; in test_curl_off_t_formatting()
1054 i++; co_test[i].num = MPRNT_OFF_T_C(0x0000000000000070); co_test[i].expected = "112"; in test_curl_off_t_formatting()
1055 i++; co_test[i].num = MPRNT_OFF_T_C(0x0000000000000007); co_test[i].expected = "7"; in test_curl_off_t_formatting()
1057 i++; co_test[i].num = MPRNT_OFF_T_C(0x0000000000000001); co_test[i].expected = "1"; in test_curl_off_t_formatting()
1058 i++; co_test[i].num = MPRNT_OFF_T_C(0x0000000000000000); co_test[i].expected = "0"; in test_curl_off_t_formatting()
[all …]

Completed in 8 milliseconds