Home
last modified time | relevance | path

Searched defs:last (Results 1 – 25 of 95) sorted by relevance

1234

/openbmc/qemu/util/
H A Dhbitmap.c384 static uint64_t hb_count_between(HBitmap *hb, uint64_t start, uint64_t last) in hb_count_between()
414 static inline bool hb_set_elem(unsigned long *elem, uint64_t start, uint64_t last) in hb_set_elem()
432 uint64_t last) in hb_set_between()
468 uint64_t last = start + count - 1; in hbitmap_set() local
492 static inline bool hb_reset_elem(unsigned long *elem, uint64_t start, uint64_t last) in hb_reset_elem()
510 uint64_t last) in hb_reset_between()
562 uint64_t last = start + count - 1; in hbitmap_reset() local
643 uint64_t last = start + count - 1; in serialization_chunk() local
H A Dinterval-tree.c714 uint64_t start = node->start, last = node->last; in interval_tree_insert() local
755 uint64_t last) in interval_tree_subtree_search()
796 uint64_t start, uint64_t last) in interval_tree_iter_first()
831 uint64_t start, uint64_t last) in interval_tree_iter_next()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dstl_utils.hpp14 ForwardIterator firstDuplicate(ForwardIterator first, ForwardIterator last) in firstDuplicate()
/openbmc/u-boot/board/keymile/km83xx/
H A Dkm83xx_i2c.c29 uchar last; in i2c_make_abort() local
/openbmc/u-boot/arch/powerpc/lib/
H A Dextable.c33 const struct exception_table_entry *last, in search_one_table()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dreal_pel_test.cpp550 auto& last = pel.optionalSections().back(); in TEST_F() local
/openbmc/qemu/bsd-user/
H A Dstrace.c35 get_comma(int last) in get_comma()
45 print_raw_param(const char *fmt, abi_long param, int last) in print_raw_param()
262 print_signal(abi_ulong arg, int last) in print_signal()
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dtimer.c59 unsigned long now, last = readl(&timer_base->tcrr); in __udelay() local
/openbmc/qemu/block/
H A Dqed-cluster.c37 uint64_t last = table->offsets[index]; in qed_count_contiguous_clusters() local
/openbmc/u-boot/post/
H A Dpost.c174 int last; in post_get_env_flags() local
301 unsigned int last; in post_run() local
/openbmc/u-boot/drivers/mtd/
H A Dstm32_flash.c80 int flash_erase(flash_info_t *info, int first, int last) in flash_erase()
/openbmc/phosphor-power/
H A Djson_parser_utils.cpp87 const char* last = strValue.data() + strValue.size(); in parseDouble() local
150 const char* last = strValue.data() + strValue.size(); in parseInteger() local
/openbmc/u-boot/drivers/watchdog/
H A Dtangier_wdt.c30 static unsigned long last; in hw_watchdog_reset() local
/openbmc/qemu/hw/display/
H A Dframebuffer.c72 int first, last = 0; in framebuffer_update_display() local
/openbmc/qemu/tests/unit/
H A Dtest-interval-tree.c15 static void rand_interval(IntervalTreeNode *n, uint64_t start, uint64_t last) in rand_interval()
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/
H A Dtimer.c155 unsigned long now, last = readl(&tmr->timer3_counter); in __udelay() local
/openbmc/qemu/include/qemu/
H A Dinterval-tree.h39 uint64_t last; /* Last location _in_ interval */ member
/openbmc/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson-axg.h15 unsigned int last; member
/openbmc/u-boot/drivers/i2c/
H A Dmeson_i2c.c48 bool last; /* Whether the message is the last */ member
159 int last) in meson_i2c_xfer_msg()
/openbmc/u-boot/lib/zlib/
H A Dinffast.c74 unsigned char FAR *last; /* while in < last, enough input available */ in inflate_fast() local
/openbmc/u-boot/drivers/mtd/nand/
H A Dcore.c158 struct nand_pos pos, last; in nanddev_mtd_erase() local
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/
H A Dtimer.c84 ulong now, last = read_timer(); in __udelay() local
/openbmc/qemu/include/hw/input/
H A Dpl050.h34 uint32_t last; member
/openbmc/u-boot/drivers/net/mscc_eswitch/
H A Dmscc_xfer.c30 int i, count = (buff_len + 3) / 4, last = buff_len % 4; in mscc_send() local
/openbmc/entity-manager/src/entity_manager/
H A Dperform_probe.cpp193 auto last = foundDevs.back(); in doProbe() local

1234