/openbmc/qemu/tests/unit/ |
H A D | test-hbitmap.c | 847 test_hbitmap_next_x_check_range(data, start, INT64_MAX); in test_hbitmap_next_x_check() 934 offset, count == INT64_MAX ? INT64_MAX : offset + count, max_dirty, in test_hbitmap_next_dirty_area_check_limited() 962 test_hbitmap_next_dirty_area_check_limited(data, offset, count, INT64_MAX); in test_hbitmap_next_dirty_area_check() 969 test_hbitmap_next_dirty_area_check(data, 0, INT64_MAX); in test_hbitmap_next_dirty_area_do() 972 test_hbitmap_next_dirty_area_check_limited(data, 0, INT64_MAX, 1); in test_hbitmap_next_dirty_area_do() 977 test_hbitmap_next_dirty_area_check(data, 0, INT64_MAX); in test_hbitmap_next_dirty_area_do() 978 test_hbitmap_next_dirty_area_check(data, L2 - 1, INT64_MAX); in test_hbitmap_next_dirty_area_do() 982 test_hbitmap_next_dirty_area_check(data, L2, INT64_MAX); in test_hbitmap_next_dirty_area_do() 985 test_hbitmap_next_dirty_area_check_limited(data, 0, INT64_MAX, 1); in test_hbitmap_next_dirty_area_do() 989 test_hbitmap_next_dirty_area_check(data, 0, INT64_MAX); in test_hbitmap_next_dirty_area_do() [all …]
|
H A D | test-string-input-visitor.c | 111 int64_t expect3[] = { INT64_MIN, INT64_MAX }; in test_visitor_in_intList() 113 int64_t expect5[] = { INT64_MAX - 2, INT64_MAX - 1, INT64_MAX }; in test_visitor_in_intList() 219 uint64_t expect3[] = { INT64_MIN, INT64_MAX }; in test_visitor_in_uintList()
|
H A D | test-string-output-visitor.c | 89 3, 4, 5, 6, 11, 12, 13, 21, 22, INT64_MAX - 1, INT64_MAX}; in test_visitor_out_intList()
|
H A D | test-visitor-serialization.c | 734 .value.integer = INT64_MAX / 2 + 1, 744 .value.integer = INT64_MAX, 902 .value.s64 = INT64_MAX / 2 + 1, 912 .value.s64 = INT64_MAX,
|
/openbmc/qemu/target/riscv/ |
H A D | time_helper.c | 109 ns_diff > INT64_MAX) { in riscv_timer_write_timecmp() 110 next = INT64_MAX; in riscv_timer_write_timecmp() 122 next = MIN(next, INT64_MAX); in riscv_timer_write_timecmp()
|
H A D | pmu.c | 556 if (overflow_delta > INT64_MAX) { in riscv_pmu_setup_timer() 557 overflow_left = overflow_delta - INT64_MAX; in riscv_pmu_setup_timer() 572 if (overflow_at > INT64_MAX) { in riscv_pmu_setup_timer() 573 overflow_left += overflow_at - INT64_MAX; in riscv_pmu_setup_timer() 575 overflow_at = INT64_MAX; in riscv_pmu_setup_timer()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | stdint.h | 55 #define INT64_MAX (9223372036854775807LL) macro 70 #define INT_LEAST64_MAX INT64_MAX 92 #define INT_FAST64_MAX INT64_MAX
|
/openbmc/qemu/block/ |
H A D | crypto.c | 137 if (data->size > INT64_MAX || headerlen > INT64_MAX - data->size) { in block_crypto_create_init_func() 174 if (luks_opts->size > INT64_MAX) { in block_crypto_co_format_luks_payload() 440 if (payload_offset > INT64_MAX - offset) { in block_crypto_co_truncate() 482 assert(payload_offset < INT64_MAX); in block_crypto_co_preadv() 546 assert(payload_offset < INT64_MAX); in block_crypto_co_pwritev() 609 assert(offset < INT64_MAX); in block_crypto_co_getlength()
|
H A D | copy-before-write.c | 572 if (min_cluster_size > INT64_MAX) { in bdrv_cbw_append() 574 min_cluster_size, INT64_MAX); in bdrv_cbw_append()
|
H A D | block-copy.c | 373 if (min_cluster_size > INT64_MAX) { in block_copy_state_new() 375 min_cluster_size, INT64_MAX); in block_copy_state_new() 509 assert(offset >= 0 && bytes > 0 && INT64_MAX - offset >= bytes); in block_copy_do_copy()
|
H A D | raw-format.c | 201 if (*offset > INT64_MAX - s->offset) { in raw_adjust_offset() 425 if (INT64_MAX - offset < s->offset) { in raw_co_truncate()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-rng.c | 188 vrng->conf.max_bytes > INT64_MAX) { in virtio_rng_device_realize() 258 DEFINE_PROP_UINT64("max-bytes", VirtIORNG, conf.max_bytes, INT64_MAX),
|
/openbmc/qemu/tests/tcg/sh4/ |
H A D | test-macl.c | 54 { INT64_MAX, MACL_S_MIN } }, in main()
|
/openbmc/qemu/qapi/ |
H A D | opts-visitor.c | 419 if (errno == 0 && endptr > str && INT64_MIN <= val && val <= INT64_MAX) { in opts_type_int64() 431 INT64_MIN <= val2 && val2 <= INT64_MAX && val <= val2 && in opts_type_int64() 432 (val > INT64_MAX - OPTS_VISITOR_RANGE_MAX || in opts_type_int64()
|
/openbmc/qemu/hw/intc/ |
H A D | riscv_aclint.c | 93 ns_diff > INT64_MAX) { in riscv_aclint_mtimer_write_timecmp() 94 next = INT64_MAX; in riscv_aclint_mtimer_write_timecmp() 106 next = MIN(next, INT64_MAX); in riscv_aclint_mtimer_write_timecmp()
|
/openbmc/qemu/hw/ppc/ |
H A D | ppc_booke.c | 177 if ((*next < now) || (*next > INT64_MAX)) { in booke_update_fixed_timer() 179 *next = INT64_MAX; in booke_update_fixed_timer()
|
/openbmc/qemu/ |
H A D | event-loop-base.c | 67 info->name, INT64_MAX); in event_loop_base_set_param()
|
/openbmc/qemu/hw/timer/ |
H A D | nrf51_timer.c | 60 int64_t min_ns = INT64_MAX; in rearm_timer() 82 if (min_ns != INT64_MAX) { in rearm_timer()
|
/openbmc/qemu/include/hw/ |
H A D | clock.h | 288 return INT64_MAX; in clock_ticks_to_ns()
|
/openbmc/qemu/qobject/ |
H A D | qnum.c | 79 if (qn->u.u64 > INT64_MAX) { in qnum_get_try_int()
|
/openbmc/qemu/include/block/ |
H A D | block-common.h | 283 #define BDRV_MAX_LENGTH (QEMU_ALIGN_DOWN(INT64_MAX, BDRV_MAX_ALIGNMENT))
|
/openbmc/qemu/target/arm/tcg/ |
H A D | vec_internal.h | 180 return src < 0 ? INT64_MIN : INT64_MAX; in do_sqrshl_d()
|
/openbmc/qemu/util/ |
H A D | hbitmap.c | 799 assert(size <= INT64_MAX); in hbitmap_alloc() 830 assert(size <= INT64_MAX); in hbitmap_truncate() 887 hbitmap_next_dirty_area(src, offset, src->orig_size, INT64_MAX, in hbitmap_sparse_merge()
|
/openbmc/qemu/migration/ |
H A D | migration-hmp-cmds.c | 541 if (ret < 0 || valuebw > INT64_MAX in hmp_migrate_set_parameter() 551 if (ret < 0 || valuebw > INT64_MAX in hmp_migrate_set_parameter() 596 if (cache_size > INT64_MAX || (size_t)cache_size != cache_size) { in hmp_migrate_set_parameter()
|
/openbmc/qemu/target/tricore/ |
H A D | op_helper.c | 287 result = INT64_MAX; in helper_add64_ssov() 443 result = INT64_MAX; in helper_sub64_ssov() 715 ret = INT64_MAX; in helper_madd64_ssov() 793 result = INT64_MAX; in helper_madd64_q_ssov() 807 result = INT64_MAX; in helper_madd64_q_ssov() 937 ret = INT64_MAX; in helper_msub64_ssov() 1041 result = INT64_MAX; in helper_msub64_q_ssov() 1055 result = INT64_MAX; in helper_msub64_q_ssov()
|