OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_BITULL
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
const.h
30
#define
_BITULL
(x) (_AC(1, ULL) << (x))
/external/kernel-headers/original/uapi/linux/
const.h
26
#define
_BITULL
(x) (_AC(1,ULL) << (x))
Completed in 668 milliseconds