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