OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Oct 19 01:09:53 GMT 2025