Home
last modified time | relevance | path

Searched defs:round_down (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dfold-const.h153 #define round_down(T,N) round_down_loc (UNKNOWN_LOCATION, T, N) macro
/dflybsd-src/sys/dev/drm/include/linux/
H A Dkernel.h96 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree.h4816 #define round_down(T,N) round_down_loc (UNKNOWN_LOCATION, T, N) macro