Home
last modified time | relevance | path

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

/external/syslinux/efi/
Dmain.c464 static inline UINT64 round_down(UINT64 x, UINT64 y) in round_down() function
529 start = round_down(best, align); in find_addr()
/external/f2fs-tools/lib/
Dlibf2fs.c342 start = round_down(start, BITS_PER_BYTE); in _find_next_bit_le()
/external/f2fs-tools/include/
Df2fs_fs.h395 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/external/v8/src/compiler/
Deffect-control-linearizer.cc2547 Node* round_down = __ Float64RoundDown(value); in BuildFloat64RoundDown() local
2548 if (round_down != nullptr) { in BuildFloat64RoundDown()
2549 return round_down; in BuildFloat64RoundDown()