Home
last modified time | relevance | path

Searched refs:INT64_MAX (Results 51 – 73 of 73) sorted by relevance

123

/openbmc/qemu/block/
H A Dparallels.c1020 if (cl_size >= INT64_MAX / MAX_PARALLELS_IMAGE_FACTOR) { in parallels_co_create()
H A Dgluster.c896 bs->bl.max_pdiscard = MIN(SIZE_MAX, INT64_MAX); in qemu_gluster_refresh_limits()
H A Dqcow2-bitmap.c1313 while ((offset = bdrv_dirty_bitmap_next_dirty(bitmap, offset, INT64_MAX)) in store_bitmap_data()
H A Dqcow2-refcount.c370 int64_t new_block = alloc_clusters_noref(bs, s->cluster_size, INT64_MAX); in alloc_refcount_block()
2125 if (offset > INT64_MAX - s->cluster_size) { in check_refblocks()
H A Dio.c1867 INT64_MAX); in bdrv_co_do_pwrite_zeroes()
3153 max_pdiscard = QEMU_ALIGN_DOWN(MIN_NON_ZERO(bs->bl.max_pdiscard, INT64_MAX), in bdrv_co_pdiscard()
H A Dqcow2.c673 if ((INT64_MAX - entries * entry_len < offset) || in qcow2_validate_table()
5356 if (INT64_MAX - pos < vmstate_offset) { in qcow2_check_vmstate_request()
/openbmc/qemu/qga/
H A Dmain.c967 if (s->pstate.fd_counter == INT64_MAX) { in ga_get_fd_handle()
H A Dcommands-win32.c1777 if (time_ns < 0 || time_ns / 100 > INT64_MAX - W32_FT_OFFSET) { in qmp_guest_set_time()
/openbmc/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c1091 .userns_fd = INT64_MAX, in TEST_F()
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c536 return r < 0 ? INT64_MAX : INT64_MIN; in do_sqadd_d()
570 return r < 0 ? INT64_MAX : INT64_MIN; in DO_ZPZZ()
607 if (r > INT64_MAX) { in DO_ZPZZ()
611 return INT64_MAX; in DO_ZPZZ()
617 if (r < m || r > INT64_MAX) { in DO_ZPZZ()
618 return INT64_MAX; in DO_ZPZZ()
1802 DO_VPZ_D(sve_sminv_d, int64_t, int64_t, INT64_MAX, DO_MIN)
4716 return INT64_MAX; /* infinity */ in do_float64_logb_as_int()
H A Dneon_helper.c398 res = INT64_MAX; in HELPER()
H A Dmve_helper.c1650 if (r > INT64_MAX / 2) { in do_qdmullw()
1652 return INT64_MAX; in do_qdmullw()
H A Dvec_helper.c560 return hs < 0 ? INT64_MIN : INT64_MAX; in do_sat128_d()
H A Dtranslate-sve.c1904 tcg_gen_movi_i64(t1, INT64_MAX); in do_sat_addsub_64()
3244 maxval = a->sf ? INT64_MAX : INT32_MAX; in trans_WHILE()
/openbmc/qemu/target/riscv/
H A Dvector_helper.c2133 res = a > 0 ? INT64_MAX : INT64_MIN; in sadd64()
2256 res = a >= 0 ? INT64_MAX : INT64_MIN; in ssub64()
2527 return INT64_MAX; in vsmul64()
2538 if (res == INT64_MAX) { in vsmul64()
/openbmc/qemu/
H A Dqemu-io-cmds.c189 if (value > INT64_MAX) { in cvtnum()
H A Dblock.c6214 if (ret > INT64_MAX / BDRV_SECTOR_SIZE) { in bdrv_co_getlength()
/openbmc/qemu/nbd/
H A Dserver.c2394 int64_t bound = es->extended ? INT64_MAX : INT32_MAX; in bitmap_to_extents()
/openbmc/qemu/libdecnumber/
H A DdecNumber.c528 if ((hi < prev) || (hi > INT64_MAX)) { in decNumberIntegralToInt64()
535 if ((hi < prev) || (hi > INT64_MAX)) { in decNumberIntegralToInt64()
/openbmc/qemu/target/i386/
H A Dcpu.c5262 const int64_t max = INT64_MAX; in x86_cpuid_set_tsc_freq()
5427 if (ret < 0 || tsc_freq > INT64_MAX) { in x86_cpu_parse_featurestr()
/openbmc/qemu/target/hppa/
H A Dtranslate.c3953 tcg_gen_andi_i64(dst, src, INT64_MAX); in gen_fabs_d()
/openbmc/qemu/target/arm/
H A Dhelper.c2686 if (nexttick > INT64_MAX / gt_cntfrq_period_ns(cpu)) { in gt_recalc_timer()
2687 timer_mod_ns(cpu->gt_timer[timeridx], INT64_MAX); in gt_recalc_timer()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch6490 + p_sys->i_last_late_delay = INT64_MAX;

123