OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UINT16_MAX
(Results
1 - 25
of
35
) sorted by null
1
2
/external/llvm/include/llvm/Support/
DataTypes.h
84
#define
UINT16_MAX
65535
/external/bison/src/
system.h
35
# undef
UINT16_MAX
scan-gram.c
89
#ifndef
UINT16_MAX
90
#define
UINT16_MAX
(65535U)
[
all
...]
scan-skel.c
89
#ifndef
UINT16_MAX
90
#define
UINT16_MAX
(65535U)
[
all
...]
/external/icu4c/common/unicode/
umachine.h
172
#ifndef
UINT16_MAX
174
# define
UINT16_MAX
((uint16_t)(65535U))
/external/webkit/Source/JavaScriptCore/icu/unicode/
umachine.h
188
#ifndef
UINT16_MAX
190
# define
UINT16_MAX
((uint16_t)(65535U))
/external/webkit/Source/JavaScriptGlue/icu/unicode/
umachine.h
188
#ifndef
UINT16_MAX
190
# define
UINT16_MAX
((uint16_t)(65535U))
/external/webkit/Source/WebCore/icu/unicode/
umachine.h
188
#ifndef
UINT16_MAX
190
# define
UINT16_MAX
((uint16_t)(65535U))
/external/webkit/Source/WebKit/mac/icu/unicode/
umachine.h
188
#ifndef
UINT16_MAX
190
# define
UINT16_MAX
((uint16_t)(65535U))
/external/mesa3d/include/c99/
stdint.h
141
#define
UINT16_MAX
_UI16_MAX
155
#define UINT_LEAST16_MAX
UINT16_MAX
169
#define UINT_FAST16_MAX
UINT16_MAX
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h
172
# define
UINT16_MAX
(65535)
/bionic/libc/include/
stdint.h
111
# define
UINT16_MAX
(65535U)
112
# define UINT_LEAST16_MAX
UINT16_MAX
/development/ndk/platforms/android-3/include/
stdint.h
111
# define
UINT16_MAX
(65535U)
112
# define UINT_LEAST16_MAX
UINT16_MAX
/ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h
302
#undef
UINT16_MAX
305
#define
UINT16_MAX
65535
346
#define UINT_LEAST16_MAX
UINT16_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h
116
# define
UINT16_MAX
(65535U)
117
# define UINT_LEAST16_MAX
UINT16_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h
116
# define
UINT16_MAX
(65535U)
117
# define UINT_LEAST16_MAX
UINT16_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h
116
# define
UINT16_MAX
(65535U)
117
# define UINT_LEAST16_MAX
UINT16_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h
116
# define
UINT16_MAX
(65535U)
117
# define UINT_LEAST16_MAX
UINT16_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h
116
# define
UINT16_MAX
(65535U)
117
# define UINT_LEAST16_MAX
UINT16_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h
116
# define
UINT16_MAX
(65535U)
117
# define UINT_LEAST16_MAX
UINT16_MAX
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h
111
# define
UINT16_MAX
(65535U)
112
# define UINT_LEAST16_MAX
UINT16_MAX
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h
111
# define
UINT16_MAX
(65535U)
112
# define UINT_LEAST16_MAX
UINT16_MAX
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h
111
# define
UINT16_MAX
(65535U)
112
# define UINT_LEAST16_MAX
UINT16_MAX
/external/bluetooth/bluez/tools/
lexer.c
72
#ifndef
UINT16_MAX
73
#define
UINT16_MAX
(65535U)
[
all
...]
/external/clang/lib/Headers/
stdint.h
575
#define
UINT16_MAX
UINT16_C(65535)
578
# define __UINT_LEAST16_MAX
UINT16_MAX
581
# define __UINT_LEAST8_MAX
UINT16_MAX
Completed in 1937 milliseconds
1
2