Lines Matching refs:g_assert_cmpuint

43     g_assert_cmpuint(i, ==, 0);  in test_parse_uint_null()
57 g_assert_cmpuint(i, ==, 0); in test_parse_uint_empty()
71 g_assert_cmpuint(i, ==, 0); in test_parse_uint_whitespace()
86 g_assert_cmpuint(i, ==, 0); in test_parse_uint_invalid()
101 g_assert_cmpuint(i, ==, 123); in test_parse_uint_trailing()
115 g_assert_cmpuint(i, ==, 123); in test_parse_uint_correct()
129 g_assert_cmpuint(i, ==, 0123); in test_parse_uint_octal()
143 g_assert_cmpuint(i, ==, 123); in test_parse_uint_decimal()
157 g_assert_cmpuint(i, ==, (unsigned long long)LLONG_MAX + 1); in test_parse_uint_llong_max()
173 g_assert_cmpuint(i, ==, ULLONG_MAX); in test_parse_uint_max()
191 g_assert_cmpuint(i, ==, ULLONG_MAX); in test_parse_uint_overflow()
199 g_assert_cmpuint(i, ==, ULLONG_MAX); in test_parse_uint_overflow()
207 g_assert_cmpuint(i, ==, ULLONG_MAX); in test_parse_uint_overflow()
223 g_assert_cmpuint(i, ==, 0); in test_parse_uint_negative()
231 g_assert_cmpuint(i, ==, 0); in test_parse_uint_negative()
245 g_assert_cmpuint(i, ==, 0); in test_parse_uint_negzero()
258 g_assert_cmpuint(i, ==, 0); in test_parse_uint_full_trailing()
270 g_assert_cmpuint(i, ==, 123); in test_parse_uint_full_correct()
283 g_assert_cmpuint(i, ==, 0); in test_parse_uint_full_erange_junk()
295 g_assert_cmpuint(i, ==, 0); in test_parse_uint_full_null()
753 g_assert_cmpuint(res, ==, 12345); in test_qemu_strtoui_correct()
767 g_assert_cmpuint(res, ==, 0); in test_qemu_strtoui_null()
782 g_assert_cmpuint(res, ==, 0); in test_qemu_strtoui_empty()
797 g_assert_cmpuint(res, ==, 0); in test_qemu_strtoui_whitespace()
812 g_assert_cmpuint(res, ==, 0); in test_qemu_strtoui_invalid()
827 g_assert_cmpuint(res, ==, 123); in test_qemu_strtoui_trailing()
842 g_assert_cmpuint(res, ==, 0123); in test_qemu_strtoui_octal()
850 g_assert_cmpuint(res, ==, 0123); in test_qemu_strtoui_octal()
865 g_assert_cmpuint(res, ==, 123); in test_qemu_strtoui_decimal()
874 g_assert_cmpuint(res, ==, 123); in test_qemu_strtoui_decimal()
955 g_assert_cmpuint(res, ==, UINT_MAX); in test_qemu_strtoui_overflow()
963 g_assert_cmpuint(res, ==, UINT_MAX); in test_qemu_strtoui_overflow()
971 g_assert_cmpuint(res, ==, UINT_MAX); in test_qemu_strtoui_overflow()
979 g_assert_cmpuint(res, ==, UINT_MAX); in test_qemu_strtoui_overflow()
987 g_assert_cmpuint(res, ==, UINT_MAX); in test_qemu_strtoui_overflow()
995 g_assert_cmpuint(res, ==, UINT_MAX); in test_qemu_strtoui_overflow()
1003 g_assert_cmpuint(res, ==, UINT_MAX); in test_qemu_strtoui_overflow()
1019 g_assert_cmpuint(res, ==, UINT_MAX); in test_qemu_strtoui_underflow()
1027 g_assert_cmpuint(res, ==, UINT_MAX); in test_qemu_strtoui_underflow()
1035 g_assert_cmpuint(res, ==, UINT_MAX); in test_qemu_strtoui_underflow()
1043 g_assert_cmpuint(res, ==, UINT_MAX); in test_qemu_strtoui_underflow()
1051 g_assert_cmpuint(res, ==, UINT_MAX); in test_qemu_strtoui_underflow()
1066 g_assert_cmpuint(res, ==, (unsigned int)-321); in test_qemu_strtoui_negative()
1081 g_assert_cmpuint(res, ==, 0); in test_qemu_strtoui_negzero()
1094 g_assert_cmpuint(res, ==, 123); in test_qemu_strtoui_full_correct()
1105 g_assert_cmpuint(res, ==, 0); in test_qemu_strtoui_full_null()
1117 g_assert_cmpuint(res, ==, 0); in test_qemu_strtoui_full_empty()
1128 g_assert_cmpuint(res, ==, (unsigned int)-321); in test_qemu_strtoui_full_negative()
1139 g_assert_cmpuint(res, ==, 0); in test_qemu_strtoui_full_negzero()
1151 g_assert_cmpuint(res, ==, 123); in test_qemu_strtoui_full_trailing()
1177 g_assert_cmpuint(res, ==, UINT_MAX); in test_qemu_strtoui_full_erange_junk()
1608 g_assert_cmpuint(res, ==, 12345); in test_qemu_strtoul_correct()
1622 g_assert_cmpuint(res, ==, 0); in test_qemu_strtoul_null()
1637 g_assert_cmpuint(res, ==, 0); in test_qemu_strtoul_empty()
1652 g_assert_cmpuint(res, ==, 0); in test_qemu_strtoul_whitespace()
1667 g_assert_cmpuint(res, ==, 0); in test_qemu_strtoul_invalid()
1682 g_assert_cmpuint(res, ==, 123); in test_qemu_strtoul_trailing()
1697 g_assert_cmpuint(res, ==, 0123); in test_qemu_strtoul_octal()
1705 g_assert_cmpuint(res, ==, 0123); in test_qemu_strtoul_octal()
1720 g_assert_cmpuint(res, ==, 123); in test_qemu_strtoul_decimal()
1729 g_assert_cmpuint(res, ==, 123); in test_qemu_strtoul_decimal()
1812 g_assert_cmpuint(res, ==, ULONG_MAX); in test_qemu_strtoul_overflow()
1821 g_assert_cmpuint(res, ==, ULONG_MAX); in test_qemu_strtoul_overflow()
1830 g_assert_cmpuint(res, ==, ULONG_MAX); in test_qemu_strtoul_overflow()
1838 g_assert_cmpuint(res, ==, ULONG_MAX); in test_qemu_strtoul_overflow()
1855 g_assert_cmpuint(res, ==, ULONG_MAX); in test_qemu_strtoul_underflow()
1864 g_assert_cmpuint(res, ==, ULONG_MAX); in test_qemu_strtoul_underflow()
1873 g_assert_cmpuint(res, ==, ULONG_MAX); in test_qemu_strtoul_underflow()
1881 g_assert_cmpuint(res, ==, ULONG_MAX); in test_qemu_strtoul_underflow()
1896 g_assert_cmpuint(res, ==, -321ul); in test_qemu_strtoul_negative()
1911 g_assert_cmpuint(res, ==, 0); in test_qemu_strtoul_negzero()
1924 g_assert_cmpuint(res, ==, 123); in test_qemu_strtoul_full_correct()
1935 g_assert_cmpuint(res, ==, 0); in test_qemu_strtoul_full_null()
1947 g_assert_cmpuint(res, ==, 0); in test_qemu_strtoul_full_empty()
1958 g_assert_cmpuint(res, ==, -321ul); in test_qemu_strtoul_full_negative()
1969 g_assert_cmpuint(res, ==, 0); in test_qemu_strtoul_full_negzero()
1981 g_assert_cmpuint(res, ==, 123); in test_qemu_strtoul_full_trailing()
2007 g_assert_cmpuint(res, ==, ULONG_MAX); in test_qemu_strtoul_full_erange_junk()
2414 g_assert_cmpuint(res, ==, 12345); in test_qemu_strtou64_correct()
2428 g_assert_cmpuint(res, ==, 0); in test_qemu_strtou64_null()
2443 g_assert_cmpuint(res, ==, 0); in test_qemu_strtou64_empty()
2458 g_assert_cmpuint(res, ==, 0); in test_qemu_strtou64_whitespace()
2473 g_assert_cmpuint(res, ==, 0); in test_qemu_strtou64_invalid()
2488 g_assert_cmpuint(res, ==, 123); in test_qemu_strtou64_trailing()
2503 g_assert_cmpuint(res, ==, 0123); in test_qemu_strtou64_octal()
2511 g_assert_cmpuint(res, ==, 0123); in test_qemu_strtou64_octal()
2526 g_assert_cmpuint(res, ==, 123); in test_qemu_strtou64_decimal()
2535 g_assert_cmpuint(res, ==, 123); in test_qemu_strtou64_decimal()
2583 g_assert_cmpuint(res, ==, 1); in test_qemu_strtou64_wrap()
2615 g_assert_cmpuint(res, ==, UINT64_MAX); in test_qemu_strtou64_overflow()
2623 g_assert_cmpuint(res, ==, UINT64_MAX); in test_qemu_strtou64_overflow()
2631 g_assert_cmpuint(res, ==, UINT64_MAX); in test_qemu_strtou64_overflow()
2647 g_assert_cmpuint(res, ==, UINT64_MAX); in test_qemu_strtou64_underflow()
2655 g_assert_cmpuint(res, ==, UINT64_MAX); in test_qemu_strtou64_underflow()
2663 g_assert_cmpuint(res, ==, UINT64_MAX); in test_qemu_strtou64_underflow()
2678 g_assert_cmpuint(res, ==, -321ull); in test_qemu_strtou64_negative()
2693 g_assert_cmpuint(res, ==, 0); in test_qemu_strtou64_negzero()
2706 g_assert_cmpuint(res, ==, 18446744073709551614ull); in test_qemu_strtou64_full_correct()
2717 g_assert_cmpuint(res, ==, 0); in test_qemu_strtou64_full_null()
2729 g_assert_cmpuint(res, ==, 0); in test_qemu_strtou64_full_empty()
2741 g_assert_cmpuint(res, ==, -321ull); in test_qemu_strtou64_full_negative()
2753 g_assert_cmpuint(res, ==, 0); in test_qemu_strtou64_full_negzero()
2765 g_assert_cmpuint(res, ==, 18446744073709551614ULL); in test_qemu_strtou64_full_trailing()
2791 g_assert_cmpuint(res, ==, UINT64_MAX); in test_qemu_strtou64_full_erange_junk()
3300 g_assert_cmpuint(val, ==, exp_ptr_val); in do_strtosz_full()
3311 g_assert_cmpuint(val, ==, exp_null_val); in do_strtosz_full()