OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UINTMAX_MAX
(Results
1 - 25
of
27
) sorted by null
1
2
/bionic/libc/stdlib/
strtoumax.c
76
case x: cutoff =
UINTMAX_MAX
/ x; \
77
cutlim =
UINTMAX_MAX
% x; \
85
cutoff =
UINTMAX_MAX
/ base;
86
cutlim =
UINTMAX_MAX
% base;
102
acc =
UINTMAX_MAX
;
/ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp
119
#ifndef
UINTMAX_MAX
120
#error
UINTMAX_MAX
defined!
test_c.c
117
#ifndef
UINTMAX_MAX
118
#error
UINTMAX_MAX
defined!
test_no_macros.cpp
117
#ifdef
UINTMAX_MAX
118
#error
UINTMAX_MAX
defined!
test_constant_macros.cpp
118
#ifdef
UINTMAX_MAX
119
#error
UINTMAX_MAX
is defined!
test_limit_macros.cpp
118
#ifndef
UINTMAX_MAX
119
#error
UINTMAX_MAX
is not defined!
/bionic/libc/include/
stdint.h
238
# define
UINTMAX_MAX
UINT64_MAX
254
# define
UINTMAX_MAX
UINT32_MAX
/development/ndk/platforms/android-3/include/
stdint.h
238
# define
UINTMAX_MAX
UINT64_MAX
254
# define
UINTMAX_MAX
UINT32_MAX
/external/clang/test/Preprocessor/
stdint.c
[
all
...]
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h
235
#define
UINTMAX_MAX
UINT64_MAX
247
#define
UINTMAX_MAX
UINT32_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h
235
#define
UINTMAX_MAX
UINT64_MAX
247
#define
UINTMAX_MAX
UINT32_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h
235
#define
UINTMAX_MAX
UINT64_MAX
247
#define
UINTMAX_MAX
UINT32_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h
235
#define
UINTMAX_MAX
UINT64_MAX
247
#define
UINTMAX_MAX
UINT32_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h
235
#define
UINTMAX_MAX
UINT64_MAX
247
#define
UINTMAX_MAX
UINT32_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h
235
#define
UINTMAX_MAX
UINT64_MAX
247
#define
UINTMAX_MAX
UINT32_MAX
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h
238
# define
UINTMAX_MAX
UINT64_MAX
254
# define
UINTMAX_MAX
UINT32_MAX
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h
238
# define
UINTMAX_MAX
UINT64_MAX
254
# define
UINTMAX_MAX
UINT32_MAX
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h
238
# define
UINTMAX_MAX
UINT64_MAX
254
# define
UINTMAX_MAX
UINT32_MAX
/ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h
427
#undef
UINTMAX_MAX
429
# define
UINTMAX_MAX
UINT64_MAX
431
# define
UINTMAX_MAX
UINT32_MAX
/external/mesa3d/include/c99/
stdint.h
187
#define
UINTMAX_MAX
UINT64_MAX
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h
246
# define
UINTMAX_MAX
(__UINT64_C(18446744073709551615))
/external/clang/lib/Headers/
stdint.h
632
#define
UINTMAX_MAX
__UINTN_MAX(__INTMAX_WIDTH__)
/prebuilt/sdk/11/renderscript/clang-include/
stdint.h
628
#define
UINTMAX_MAX
__UINTN_MAX(__INTMAX_WIDTH__)
/prebuilt/sdk/12/renderscript/clang-include/
stdint.h
628
#define
UINTMAX_MAX
__UINTN_MAX(__INTMAX_WIDTH__)
/prebuilt/sdk/13/renderscript/clang-include/
stdint.h
628
#define
UINTMAX_MAX
__UINTN_MAX(__INTMAX_WIDTH__)
Completed in 38 milliseconds
1
2