Home
last modified time | relevance | path

Searched refs:round_down (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/tools/
H A Dmxsboot.c18 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
159 return round_down(ecc_strength, 2); in mx28_nand_get_ecc_strength()
/openbmc/u-boot/include/linux/
H A Dkernel.h60 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/openbmc/u-boot/cmd/
H A Dnand.c682 off = round_down(off, mtd->erasesize); in do_nand()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dmxs_nand.c233 geo->ecc_strength = min(round_down(geo->ecc_strength, 2), in mxs_nand_calc_ecc_layout()
/openbmc/u-boot/fs/ubifs/
H A Drecovery.c710 min_io_unit = round_down(offs, c->min_io_size); in ubifs_recover_leb()
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0004-fast_float-Add-single-header-library-for-from_char-i.patch3288 +round_down(adjusted_mantissa &am, int32_t shift) noexcept {
3503 + [](adjusted_mantissa &a, int32_t shift) { round_down(a, shift); });