HomeSort by: relevance | last modified time | path
    Searched defs:rounddown2 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/sys/
param.h 438 * rounddown2,
441 * #define rounddown2(x,m) ((x) & ~((m) - 1)),
446 * roundup2 and rounddown2 would have the unintended effect of clearing
452 #define rounddown2(x,m) ((x) & ~((__typeof__(x))((m) - 1))) macro

Completed in 11 milliseconds