OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTMAX_MIN
(Results
1 - 25
of
27
) sorted by null
1
2
/external/clang/test/Preprocessor/
expr_usual_conversions.c
3
#define
INTMAX_MIN
(-9223372036854775807LL -1)
stdint.c
[
all
...]
/bionic/libc/stdlib/
strtoimax.c
99
cutlim =
INTMAX_MIN
% x; \
100
cutoff =
INTMAX_MIN
/ x; \
110
cutlim = (int)(
INTMAX_MIN
% 4);
111
cutoff =
INTMAX_MIN
/ 4;
122
cutoff = neg ?
INTMAX_MIN
: INTMAX_MAX;
149
acc =
INTMAX_MIN
;
/ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp
113
#ifndef
INTMAX_MIN
114
#error
INTMAX_MIN
defined!
test_c.c
111
#ifndef
INTMAX_MIN
112
#error
INTMAX_MIN
defined!
test_no_macros.cpp
111
#ifdef
INTMAX_MIN
112
#error
INTMAX_MIN
defined!
test_constant_macros.cpp
112
#ifdef
INTMAX_MIN
113
#error
INTMAX_MIN
is defined!
test_limit_macros.cpp
112
#ifndef
INTMAX_MIN
113
#error
INTMAX_MIN
is not defined!
/bionic/libc/include/
stdint.h
236
# define
INTMAX_MIN
INT64_MIN
252
# define
INTMAX_MIN
INT32_MIN
/development/ndk/platforms/android-3/include/
stdint.h
236
# define
INTMAX_MIN
INT64_MIN
252
# define
INTMAX_MIN
INT32_MIN
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h
233
#define
INTMAX_MIN
INT64_MIN
245
#define
INTMAX_MIN
INT32_MIN
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h
233
#define
INTMAX_MIN
INT64_MIN
245
#define
INTMAX_MIN
INT32_MIN
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h
233
#define
INTMAX_MIN
INT64_MIN
245
#define
INTMAX_MIN
INT32_MIN
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h
233
#define
INTMAX_MIN
INT64_MIN
245
#define
INTMAX_MIN
INT32_MIN
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h
233
#define
INTMAX_MIN
INT64_MIN
245
#define
INTMAX_MIN
INT32_MIN
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h
233
#define
INTMAX_MIN
INT64_MIN
245
#define
INTMAX_MIN
INT32_MIN
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h
236
# define
INTMAX_MIN
INT64_MIN
252
# define
INTMAX_MIN
INT32_MIN
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h
236
# define
INTMAX_MIN
INT64_MIN
252
# define
INTMAX_MIN
INT32_MIN
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h
236
# define
INTMAX_MIN
INT64_MIN
252
# define
INTMAX_MIN
INT32_MIN
/ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h
417
#undef
INTMAX_MIN
420
# define
INTMAX_MIN
INT64_MIN
423
# define
INTMAX_MIN
INT32_MIN
/external/mesa3d/include/c99/
stdint.h
185
#define
INTMAX_MIN
INT64_MIN
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h
241
# define
INTMAX_MIN
(-__INT64_C(9223372036854775807)-1)
/external/clang/lib/Headers/
stdint.h
630
#define
INTMAX_MIN
__INTN_MIN(__INTMAX_WIDTH__)
/prebuilt/sdk/11/renderscript/clang-include/
stdint.h
626
#define
INTMAX_MIN
__INTN_MIN(__INTMAX_WIDTH__)
/prebuilt/sdk/12/renderscript/clang-include/
stdint.h
626
#define
INTMAX_MIN
__INTN_MIN(__INTMAX_WIDTH__)
Completed in 854 milliseconds
1
2