OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UINT64_C
(Results
26 - 28
of
28
) sorted by null
1
2
/prebuilt/sdk/12/renderscript/clang-include/
stdint.h
278
# define
UINT64_C
(v) __uint_c(v, __int64_c_suffix)
281
# define
UINT64_C
(v) v ## U
437
# define UINT64_MAX
UINT64_C
(18446744073709551615)
/prebuilt/sdk/13/renderscript/clang-include/
stdint.h
278
# define
UINT64_C
(v) __uint_c(v, __int64_c_suffix)
281
# define
UINT64_C
(v) v ## U
437
# define UINT64_MAX
UINT64_C
(18446744073709551615)
/prebuilt/sdk/14/renderscript/clang-include/
stdint.h
278
# define
UINT64_C
(v) __uint_c(v, __int64_c_suffix)
281
# define
UINT64_C
(v) v ## U
437
# define UINT64_MAX
UINT64_C
(18446744073709551615)
Completed in 613 milliseconds
1
2