OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_ilog2_helper
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/sys/
bitops.h
190
#define
_ilog2_helper
(_n, _x) ((_n) & (1ULL << (_x))) ? _x :
macro
192
_ilog2_helper
(_n, 63) \
193
_ilog2_helper
(_n, 62) \
194
_ilog2_helper
(_n, 61) \
195
_ilog2_helper
(_n, 60) \
196
_ilog2_helper
(_n, 59) \
197
_ilog2_helper
(_n, 58) \
198
_ilog2_helper
(_n, 57) \
199
_ilog2_helper
(_n, 56) \
200
_ilog2_helper
(_n, 55)
[
all
...]
Completed in 15 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025