OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GENMASK_ULL
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/common/include/linux/
bitops.h
119
#define
GENMASK_ULL
(h,l)((unsigned long long)__BITS(h,l))
/src/sys/external/bsd/ena-com/
ena_plat.h
154
#define
GENMASK_ULL
(h, l) (((~0ULL) << (l)) & (~0ULL >> (64 - 1 - (h))))
Completed in 12 milliseconds
Indexes created Sun Sep 21 18:09:52 GMT 2025