Searched refs:__align_down (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/sys/ | ||
| D | param.h | 299 #define rounddown2(x, y) __align_down(x, y) /* if y is power of two */ |
| D | cdefs.h | 902 #define __align_down(x, y) __builtin_align_down(x, y) macro |