Lines Matching full:321
220 str = " \t -321"; in test_parse_uint_negative()
610 str = " \t -321"; in test_qemu_strtoi_negative()
615 g_assert_cmpint(res, ==, -321); in test_qemu_strtoi_negative()
682 const char *str = " \t -321"; in test_qemu_strtoi_full_negative()
689 g_assert_cmpint(res, ==, -321); in test_qemu_strtoi_full_negative()
1057 const char *str = " \t -321"; in test_qemu_strtoui_negative()
1066 g_assert_cmpuint(res, ==, (unsigned int)-321); in test_qemu_strtoui_negative()
1122 const char *str = " \t -321"; in test_qemu_strtoui_full_negative()
1128 g_assert_cmpuint(res, ==, (unsigned int)-321); in test_qemu_strtoui_full_negative()
1469 const char *str = " \t -321"; in test_qemu_strtol_negative()
1478 g_assert_cmpint(res, ==, -321); in test_qemu_strtol_negative()
1537 const char *str = " \t -321"; in test_qemu_strtol_full_negative()
1544 g_assert_cmpint(res, ==, -321); in test_qemu_strtol_full_negative()
1887 const char *str = " \t -321"; in test_qemu_strtoul_negative()
1896 g_assert_cmpuint(res, ==, -321ul); in test_qemu_strtoul_negative()
1952 const char *str = " \t -321"; in test_qemu_strtoul_full_negative()
1958 g_assert_cmpuint(res, ==, -321ul); in test_qemu_strtoul_full_negative()
2277 const char *str = " \t -321"; in test_qemu_strtoi64_negative()
2286 g_assert_cmpint(res, ==, -321); in test_qemu_strtoi64_negative()
2342 const char *str = " \t -321"; in test_qemu_strtoi64_full_negative()
2349 g_assert_cmpint(res, ==, -321); in test_qemu_strtoi64_full_negative()
2669 const char *str = " \t -321"; in test_qemu_strtou64_negative()
2678 g_assert_cmpuint(res, ==, -321ull); in test_qemu_strtou64_negative()
2734 const char *str = " \t -321"; in test_qemu_strtou64_full_negative()
2741 g_assert_cmpuint(res, ==, -321ull); in test_qemu_strtou64_full_negative()