HomeSort by relevance Sort by last modified time
    Searched refs:round_down (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/
utils_def.h 47 * round_down() is similar but rounds the value down instead.
55 #define round_down(value, boundary) \ macro
  /external/u-boot/include/linux/
kernel.h 50 * get the type for the ~ right in round_down (it needs to be
56 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
  /external/u-boot/tools/
mxsboot.c 18 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
159 return round_down(ecc_strength, 2);
  /external/u-boot/cmd/
nand.c 682 off = round_down(off, mtd->erasesize);
  /external/f2fs-tools/include/
f2fs_fs.h 503 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
    [all...]
  /external/f2fs-tools/lib/
libf2fs.c 361 start = round_down(start, BITS_PER_BYTE);
  /external/u-boot/drivers/mtd/nand/
mxs_nand.c 233 geo->ecc_strength = min(round_down(geo->ecc_strength, 2),
    [all...]
  /external/u-boot/fs/ubifs/
recovery.c 710 min_io_unit = round_down(offs, c->min_io_size);
    [all...]

Completed in 3116 milliseconds