Home
last modified time | relevance | path

Searched refs:int64_t (Results 426 – 450 of 1251) sorted by relevance

1...<<11121314151617181920>>...51

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_rmap_btree.c242 STATIC int64_t
250 int64_t d; in xfs_rmapbt_key_diff()
252 d = (int64_t)be32_to_cpu(kp->rm_startblock) - rec->rm_startblock; in xfs_rmapbt_key_diff()
272 STATIC int64_t
281 int64_t d; in xfs_rmapbt_diff_two_keys()
287 d = (int64_t)be32_to_cpu(kp1->rm_startblock) - in xfs_rmapbt_diff_two_keys()
/openbmc/qemu/block/
H A Dreplication.c182 static int64_t coroutine_fn GRAPH_RDLOCK
225 replication_co_readv(BlockDriverState *bs, int64_t sector_num, in replication_co_readv()
248 replication_co_writev(BlockDriverState *bs, int64_t sector_num, in replication_co_writev()
258 int64_t n; in replication_co_writev()
277 int64_t count; in replication_co_writev()
457 int64_t active_length, hidden_length, disk_length; in replication_start()
H A Dvdi.c524 vdi_co_block_status(BlockDriverState *bs, bool want_zero, int64_t offset, in vdi_co_block_status()
525 int64_t bytes, int64_t *pnum, int64_t *map, in vdi_co_block_status()
549 vdi_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in vdi_co_preadv()
605 vdi_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in vdi_co_pwritev()
750 int64_t offset = 0; in vdi_co_do_create()
/openbmc/phosphor-hwmon/test/
H A Dfilesystem_mock.hpp15 MOCK_CONST_METHOD1(read, int64_t(const std::string&));
/openbmc/qemu/dump/
H A Ddump.c532 int64_t size, Error **errp) in write_memory()
535 int64_t i; in write_memory()
563 int64_t size_in_block, start; in get_offset_range()
714 int64_t dump_filtered_memblock_size(GuestPhysBlock *block, in dump_filtered_memblock_size()
718 int64_t size, left, right; in dump_filtered_memblock_size()
734 int64_t dump_filtered_memblock_start(GuestPhysBlock *block, in dump_filtered_memblock_start()
759 int64_t memblock_size, memblock_start; in dump_iterate()
1725 static int64_t dump_calculate_size(DumpState *s) in dump_calculate_size()
1728 int64_t total = 0; in dump_calculate_size()
1782 int64_t begin, int64_t length, bool kdump_raw, in dump_init()
[all …]
/openbmc/qemu/util/
H A Dblock-helpers.h16 void check_block_size(const char *id, const char *name, int64_t value,
/openbmc/linux/kernel/time/
H A Dclockevents.c236 int64_t delta; in clockevents_program_min_delta()
275 int64_t delta = 0; in clockevents_program_min_delta()
307 int64_t delta; in clockevents_program_event()
330 delta = min(delta, (int64_t) dev->max_delta_ns); in clockevents_program_event()
331 delta = max(delta, (int64_t) dev->min_delta_ns); in clockevents_program_event()
/openbmc/qemu/tests/unit/
H A Dtest-qobject-input-visitor.c112 int64_t res = 0; in test_visitor_in_int()
130 int64_t i64; in test_visitor_in_uint()
164 int64_t res = 0; in test_visitor_in_int_overflow()
182 int64_t res = 0, value = -42; in test_visitor_in_int_keyval()
206 int64_t res = 0; in test_visitor_in_int_str_fail()
283 int64_t i64; in test_visitor_in_large_number()
620 int64_t val; in test_visitor_in_any()
959 int64_t i; in test_visitor_in_wrong_type()
1049 int64_t i64; in test_visitor_in_fail_struct_missing()
1093 int64_t i64 = -1; in test_visitor_in_fail_list()
[all …]
H A Dtest-qmp-cmds.c106 int64_t qmp_guest_get_time(int64_t a, bool has_b, int64_t b, Error **errp) in qmp_guest_get_time()
243 int64_t val; in test_dispatch_cmd_io()
/openbmc/qemu/include/hw/rtc/
H A Daspeed_rtc.h21 int64_t offset;
/openbmc/qemu/hw/timer/
H A Drenesas_cmt.c56 int64_t next_time; in update_events()
77 static int64_t read_cmcnt(RCMTState *cmt, int ch) in read_cmcnt()
79 int64_t delta, now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in read_cmcnt()
/openbmc/qemu/hw/adc/
H A Dnpcm7xx_adc.c76 int64_t now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in npcm7xx_adc_start_timer()
77 int64_t ticks = cycles; in npcm7xx_adc_start_timer()
78 int64_t ns; in npcm7xx_adc_start_timer()
/openbmc/qemu/hw/core/
H A Dcpu-common.c37 CPUState *cpu_by_arch_id(int64_t id) in cpu_by_arch_id()
51 bool cpu_exists(int64_t id) in cpu_exists()
296 static int64_t cpu_common_get_arch_id(CPUState *cpu) in cpu_common_get_arch_id()
/openbmc/qemu/include/hw/ppc/
H A Dpnv_pnor.h29 int64_t size;
/openbmc/qemu/migration/
H A Dpage_cache.c43 int64_t i; in cache_init()
92 int64_t i; in cache_fini()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-Use-long-long-instead-of-int64_t.patch4 Subject: [PATCH 02/10] Use long long instead of int64_t
8 since this function expects long long as parameter and not int64_t
/openbmc/qemu/include/qapi/
H A Dvisitor.h551 bool visit_type_int(Visitor *v, const char *name, int64_t *obj, Error **errp);
606 bool visit_type_int64(Visitor *v, const char *name, int64_t *obj,
/openbmc/qemu/include/qemu/
H A Dcoroutine.h235 QEMUClockType type, int64_t ns);
242 static inline void coroutine_fn qemu_co_sleep_ns(QEMUClockType type, int64_t ns) in qemu_co_sleep_ns()
/openbmc/qemu/stubs/
H A Dicount.c16 int64_t icount_get_raw(void) in icount_get_raw()
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c48 int64_t diff_clk;
49 int64_t last_cpu_icount;
50 int64_t realtime_clock;
63 int64_t max_delay;
64 int64_t max_advance;
68 int64_t cpu_icount; in align_clocks()
98 static int64_t last_realtime_clock; in print_delay()
/openbmc/qemu/target/hexagon/
H A Dop_helper.h23 int64_t val, int width, int slot);
/openbmc/linux/fs/xfs/
H A Dxfs_mount.h536 int64_t delta, bool rsvd);
539 xfs_mod_fdblocks(struct xfs_mount *mp, int64_t delta, bool reserved) in xfs_mod_fdblocks()
545 xfs_mod_frextents(struct xfs_mount *mp, int64_t delta) in xfs_mod_frextents()
567 void xfs_mod_delalloc(struct xfs_mount *mp, int64_t delta);
/openbmc/phosphor-pid-control/sysfs/
H A Dsysfsread.cpp28 int64_t value; in read()
/openbmc/qemu/include/authz/
H A Dlistfile.h86 int64_t file_watch;
/openbmc/qemu/include/hw/timer/
H A Darmv7m_systick.h42 int64_t tick;

1...<<11121314151617181920>>...51