OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UINTPTR_MAX
(Results
1 - 25
of
116
) sorted by null
1
2
3
4
5
/bionic/libc/bionic/
brk.cpp
60
if ((increment > 0 && static_cast<uintptr_t>(increment) > (
UINTPTR_MAX
- old_brk)) ||
/external/liblzf/
lzfP.h
152
# define LZF_USE_OFFSETS (
UINTPTR_MAX
> 0xffffffffU)
/external/opencv3/3rdparty/include/
msc_stdint.h
148
# define
UINTPTR_MAX
UINT64_MAX
152
# define
UINTPTR_MAX
UINT32_MAX
/ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp
134
#ifndef
UINTPTR_MAX
135
#error
UINTPTR_MAX
defined!
test_c.c
132
#ifndef
UINTPTR_MAX
133
#error
UINTPTR_MAX
defined!
test_no_macros.cpp
134
#ifdef
UINTPTR_MAX
135
#error
UINTPTR_MAX
defined!
test_constant_macros.cpp
135
#ifdef
UINTPTR_MAX
136
#error
UINTPTR_MAX
is defined!
test_limit_macros.cpp
134
#ifndef
UINTPTR_MAX
135
#error
UINTPTR_MAX
is not defined!
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h
128
#define
UINTPTR_MAX
UINT64_MAX
132
#define
UINTPTR_MAX
UINT32_MAX
/art/test/004-ReferenceMap/
stack_walk_refmap_jni.cc
31
if (native_quick_pc !=
UINTPTR_MAX
) { \
/external/clang/test/Preprocessor/
stdint.c
[
all
...]
/external/jemalloc/include/msvc_compat/C99/
stdint.h
177
# define
UINTPTR_MAX
UINT64_MAX
181
# define
UINTPTR_MAX
UINT32_MAX
/external/libvncserver/compat/msvc/
stdint.h
177
# define
UINTPTR_MAX
UINT64_MAX
181
# define
UINTPTR_MAX
UINT32_MAX
/external/mesa3d/include/c99/
stdint.h
177
# define
UINTPTR_MAX
UINT64_MAX
181
# define
UINTPTR_MAX
UINT32_MAX
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h
223
# define
UINTPTR_MAX
UINT64_MAX
227
# define
UINTPTR_MAX
UINT32_MAX
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h
183
#define
UINTPTR_MAX
UINT64_MAX
185
#define
UINTPTR_MAX
UINT32_MAX
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdint.h
232
# define
UINTPTR_MAX
(18446744073709551615UL)
236
# define
UINTPTR_MAX
(4294967295U)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h
232
# define
UINTPTR_MAX
(18446744073709551615UL)
236
# define
UINTPTR_MAX
(4294967295U)
/art/runtime/
oat_quick_method_header.cc
90
return
UINTPTR_MAX
;
/external/bison/lib/
inttypes.in.h
563
# ifdef
UINTPTR_MAX
569
# ifdef
UINTPTR_MAX
575
# ifdef
UINTPTR_MAX
581
# ifdef
UINTPTR_MAX
1030
# ifdef
UINTPTR_MAX
1036
# ifdef
UINTPTR_MAX
1042
# ifdef
UINTPTR_MAX
/external/bison/src/
system.h
48
# ifndef
UINTPTR_MAX
/bionic/libc/include/
stdint.h
215
# define
UINTPTR_MAX
UINT64_MAX
222
# define
UINTPTR_MAX
UINT32_MAX
/development/ndk/platforms/android-21/include/
stdint.h
216
# define
UINTPTR_MAX
UINT64_MAX
223
# define
UINTPTR_MAX
UINT32_MAX
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdint-gcc.h
197
# undef
UINTPTR_MAX
198
# define
UINTPTR_MAX
__UINTPTR_MAX__
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdint-gcc.h
197
# undef
UINTPTR_MAX
198
# define
UINTPTR_MAX
__UINTPTR_MAX__
Completed in 486 milliseconds
1
2
3
4
5