OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__UINT64_C
(Results
51 - 72
of
72
) sorted by null
1
2
3
/prebuilts/ndk/r11/platforms/android-16/arch-mips/usr/include/
stdint.h
167
# define UINT64_MAX (
__UINT64_C
(18446744073709551615))
174
#define
__UINT64_C
(c) c ## ULL
181
# define UINT64_C(c)
__UINT64_C
(c)
/prebuilts/ndk/r11/platforms/android-16/arch-x86/usr/include/
stdint.h
167
# define UINT64_MAX (
__UINT64_C
(18446744073709551615))
174
#define
__UINT64_C
(c) c ## ULL
181
# define UINT64_C(c)
__UINT64_C
(c)
/prebuilts/ndk/r11/platforms/android-17/arch-arm/usr/include/
stdint.h
167
# define UINT64_MAX (
__UINT64_C
(18446744073709551615))
174
#define
__UINT64_C
(c) c ## ULL
181
# define UINT64_C(c)
__UINT64_C
(c)
/prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/
stdint.h
167
# define UINT64_MAX (
__UINT64_C
(18446744073709551615))
174
#define
__UINT64_C
(c) c ## ULL
181
# define UINT64_C(c)
__UINT64_C
(c)
/prebuilts/ndk/r11/platforms/android-17/arch-x86/usr/include/
stdint.h
167
# define UINT64_MAX (
__UINT64_C
(18446744073709551615))
174
#define
__UINT64_C
(c) c ## ULL
181
# define UINT64_C(c)
__UINT64_C
(c)
/prebuilts/ndk/r11/platforms/android-18/arch-arm/usr/include/
stdint.h
167
# define UINT64_MAX (
__UINT64_C
(18446744073709551615))
174
#define
__UINT64_C
(c) c ## ULL
181
# define UINT64_C(c)
__UINT64_C
(c)
/prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/
stdint.h
167
# define UINT64_MAX (
__UINT64_C
(18446744073709551615))
174
#define
__UINT64_C
(c) c ## ULL
181
# define UINT64_C(c)
__UINT64_C
(c)
/prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/
stdint.h
167
# define UINT64_MAX (
__UINT64_C
(18446744073709551615))
174
#define
__UINT64_C
(c) c ## ULL
181
# define UINT64_C(c)
__UINT64_C
(c)
/prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/
stdint.h
167
# define UINT64_MAX (
__UINT64_C
(18446744073709551615))
174
#define
__UINT64_C
(c) c ## ULL
181
# define UINT64_C(c)
__UINT64_C
(c)
/prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/
stdint.h
167
# define UINT64_MAX (
__UINT64_C
(18446744073709551615))
174
#define
__UINT64_C
(c) c ## ULL
181
# define UINT64_C(c)
__UINT64_C
(c)
/prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/
stdint.h
167
# define UINT64_MAX (
__UINT64_C
(18446744073709551615))
174
#define
__UINT64_C
(c) c ## ULL
181
# define UINT64_C(c)
__UINT64_C
(c)
/prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/
stdint.h
167
# define UINT64_MAX (
__UINT64_C
(18446744073709551615))
174
#define
__UINT64_C
(c) c ## ULL
181
# define UINT64_C(c)
__UINT64_C
(c)
/prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/
stdint.h
167
# define UINT64_MAX (
__UINT64_C
(18446744073709551615))
174
#define
__UINT64_C
(c) c ## ULL
181
# define UINT64_C(c)
__UINT64_C
(c)
/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/
stdint.h
167
# define UINT64_MAX (
__UINT64_C
(18446744073709551615))
174
#define
__UINT64_C
(c) c ## ULL
181
# define UINT64_C(c)
__UINT64_C
(c)
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/
stdint.h
167
# define UINT64_MAX (
__UINT64_C
(18446744073709551615))
174
#define
__UINT64_C
(c) c ## ULL
181
# define UINT64_C(c)
__UINT64_C
(c)
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/
stdint.h
167
# define UINT64_MAX (
__UINT64_C
(18446744073709551615))
174
#define
__UINT64_C
(c) c ## ULL
181
# define UINT64_C(c)
__UINT64_C
(c)
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/
stdint.h
167
# define UINT64_MAX (
__UINT64_C
(18446744073709551615))
174
#define
__UINT64_C
(c) c ## ULL
181
# define UINT64_C(c)
__UINT64_C
(c)
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/
stdint.h
167
# define UINT64_MAX (
__UINT64_C
(18446744073709551615))
174
#define
__UINT64_C
(c) c ## ULL
181
# define UINT64_C(c)
__UINT64_C
(c)
/external/python/cpython2/Lib/plat-linux2/
IN.py
88
def
__UINT64_C
(c): return c ## UL
92
def
__UINT64_C
(c): return c ## ULL
104
UINT64_MAX = (
__UINT64_C
(18446744073709551615))
115
UINT_LEAST64_MAX = (
__UINT64_C
(18446744073709551615))
129
UINT_FAST64_MAX = (
__UINT64_C
(18446744073709551615))
136
UINTMAX_MAX = (
__UINT64_C
(18446744073709551615))
/prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py
88
def
__UINT64_C
(c): return c ## UL
92
def
__UINT64_C
(c): return c ## ULL
104
UINT64_MAX = (
__UINT64_C
(18446744073709551615))
115
UINT_LEAST64_MAX = (
__UINT64_C
(18446744073709551615))
129
UINT_FAST64_MAX = (
__UINT64_C
(18446744073709551615))
136
UINTMAX_MAX = (
__UINT64_C
(18446744073709551615))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py
88
def
__UINT64_C
(c): return c ## UL
92
def
__UINT64_C
(c): return c ## ULL
104
UINT64_MAX = (
__UINT64_C
(18446744073709551615))
115
UINT_LEAST64_MAX = (
__UINT64_C
(18446744073709551615))
129
UINT_FAST64_MAX = (
__UINT64_C
(18446744073709551615))
136
UINTMAX_MAX = (
__UINT64_C
(18446744073709551615))
/external/python/cpython2/Lib/plat-atheos/
IN.py
221
def
__UINT64_C
(c): return c ## UL
225
def
__UINT64_C
(c): return c ## ULL
235
UINT64_MAX = (
__UINT64_C
(18446744073709551615))
244
UINT_LEAST64_MAX = (
__UINT64_C
(18446744073709551615))
257
UINT_FAST64_MAX = (
__UINT64_C
(18446744073709551615))
264
UINTMAX_MAX = (
__UINT64_C
(18446744073709551615))
Completed in 359 milliseconds
1
2
3