OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTMAX_MAX
(Results
1 - 25
of
27
) sorted by null
1
2
/bionic/libc/stdlib/
strtoimax.c
102
cutlim =
INTMAX_MAX
% x; \
103
cutoff =
INTMAX_MAX
/ x; \
113
cutlim = (int)(
INTMAX_MAX
% 4);
114
cutoff =
INTMAX_MAX
/ 4;
122
cutoff = neg ? INTMAX_MIN :
INTMAX_MAX
;
159
acc =
INTMAX_MAX
;
/ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp
116
#ifndef
INTMAX_MAX
117
#error
INTMAX_MAX
defined!
test_c.c
114
#ifndef
INTMAX_MAX
115
#error
INTMAX_MAX
defined!
test_no_macros.cpp
114
#ifdef
INTMAX_MAX
115
#error
INTMAX_MAX
defined!
test_constant_macros.cpp
115
#ifdef
INTMAX_MAX
116
#error
INTMAX_MAX
is defined!
test_limit_macros.cpp
115
#ifndef
INTMAX_MAX
116
#error
INTMAX_MAX
is not defined!
/bionic/libc/include/
stdint.h
237
# define
INTMAX_MAX
INT64_MAX
253
# define
INTMAX_MAX
INT32_MAX
/development/ndk/platforms/android-3/include/
stdint.h
237
# define
INTMAX_MAX
INT64_MAX
253
# define
INTMAX_MAX
INT32_MAX
/external/clang/test/Preprocessor/
stdint.c
[
all
...]
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h
234
#define
INTMAX_MAX
INT64_MAX
246
#define
INTMAX_MAX
INT32_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h
234
#define
INTMAX_MAX
INT64_MAX
246
#define
INTMAX_MAX
INT32_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h
234
#define
INTMAX_MAX
INT64_MAX
246
#define
INTMAX_MAX
INT32_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h
234
#define
INTMAX_MAX
INT64_MAX
246
#define
INTMAX_MAX
INT32_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h
234
#define
INTMAX_MAX
INT64_MAX
246
#define
INTMAX_MAX
INT32_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h
234
#define
INTMAX_MAX
INT64_MAX
246
#define
INTMAX_MAX
INT32_MAX
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h
237
# define
INTMAX_MAX
INT64_MAX
253
# define
INTMAX_MAX
INT32_MAX
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h
237
# define
INTMAX_MAX
INT64_MAX
253
# define
INTMAX_MAX
INT32_MAX
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h
237
# define
INTMAX_MAX
INT64_MAX
253
# define
INTMAX_MAX
INT32_MAX
/ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h
418
#undef
INTMAX_MAX
421
# define
INTMAX_MAX
INT64_MAX
424
# define
INTMAX_MAX
INT32_MAX
/external/mesa3d/include/c99/
stdint.h
186
#define
INTMAX_MAX
INT64_MAX
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h
243
# define
INTMAX_MAX
(__INT64_C(9223372036854775807))
/external/clang/lib/Headers/
stdint.h
631
#define
INTMAX_MAX
__INTN_MAX(__INTMAX_WIDTH__)
/prebuilt/sdk/11/renderscript/clang-include/
stdint.h
627
#define
INTMAX_MAX
__INTN_MAX(__INTMAX_WIDTH__)
/prebuilt/sdk/12/renderscript/clang-include/
stdint.h
627
#define
INTMAX_MAX
__INTN_MAX(__INTMAX_WIDTH__)
/prebuilt/sdk/13/renderscript/clang-include/
stdint.h
627
#define
INTMAX_MAX
__INTN_MAX(__INTMAX_WIDTH__)
Completed in 35 milliseconds
1
2