OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTMAX_C
(Results
1 - 25
of
26
) sorted by null
1
2
/ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h
317
/* Prefer (-
INTMAX_C
(1) << 63) over (~ INT64_MAX) because SunPRO C 5.0
319
# define INT64_MIN (-
INTMAX_C
(1) << 63)
320
# define INT64_MAX
INTMAX_C
(9223372036854775807)
548
#undef
INTMAX_C
550
# define
INTMAX_C
(x) x##LL
552
# define
INTMAX_C
(x) INT64_C(x)
554
# define
INTMAX_C
(x) x##L
/ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp
209
#ifndef
INTMAX_C
210
#error
INTMAX_C
defined!
test_c.c
207
#ifndef
INTMAX_C
208
#error
INTMAX_C
defined!
test_no_macros.cpp
207
#ifdef
INTMAX_C
208
#error
INTMAX_C
defined!
test_constant_macros.cpp
208
#ifndef
INTMAX_C
209
#error
INTMAX_C
is not defined!
test_limit_macros.cpp
208
#ifdef
INTMAX_C
209
#error
INTMAX_C
is defined!
/bionic/libc/include/
stdint.h
242
# define
INTMAX_C
(c) INT64_C(c)
258
# define
INTMAX_C
(c) INT32_C(c)
/development/ndk/platforms/android-3/include/
stdint.h
242
# define
INTMAX_C
(c) INT64_C(c)
258
# define
INTMAX_C
(c) INT32_C(c)
/external/clang/test/Preprocessor/
stdint.c
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h
311
# define
INTMAX_C
(c) c ## L
314
# define
INTMAX_C
(c) c ## LL
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h
237
#define
INTMAX_C
(c) INT64_C(c)
249
#define
INTMAX_C
(c) INT32_C(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h
237
#define
INTMAX_C
(c) INT64_C(c)
249
#define
INTMAX_C
(c) INT32_C(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h
237
#define
INTMAX_C
(c) INT64_C(c)
249
#define
INTMAX_C
(c) INT32_C(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h
237
#define
INTMAX_C
(c) INT64_C(c)
249
#define
INTMAX_C
(c) INT32_C(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h
237
#define
INTMAX_C
(c) INT64_C(c)
249
#define
INTMAX_C
(c) INT32_C(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h
237
#define
INTMAX_C
(c) INT64_C(c)
249
#define
INTMAX_C
(c) INT32_C(c)
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h
242
# define
INTMAX_C
(c) INT64_C(c)
258
# define
INTMAX_C
(c) INT32_C(c)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h
242
# define
INTMAX_C
(c) INT64_C(c)
258
# define
INTMAX_C
(c) INT32_C(c)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h
242
# define
INTMAX_C
(c) INT64_C(c)
258
# define
INTMAX_C
(c) INT32_C(c)
/external/mesa3d/include/c99/
stdint.h
241
#define
INTMAX_C
INT64_C
/external/clang/lib/Headers/
stdint.h
657
#define
INTMAX_C
(v) __INTN_C(__INTMAX_WIDTH__, v)
/prebuilt/sdk/11/renderscript/clang-include/
stdint.h
650
#define
INTMAX_C
(v) __INTN_C(__INTMAX_WIDTH__, v)
/prebuilt/sdk/12/renderscript/clang-include/
stdint.h
650
#define
INTMAX_C
(v) __INTN_C(__INTMAX_WIDTH__, v)
/prebuilt/sdk/13/renderscript/clang-include/
stdint.h
650
#define
INTMAX_C
(v) __INTN_C(__INTMAX_WIDTH__, v)
/prebuilt/sdk/14/renderscript/clang-include/
stdint.h
657
#define
INTMAX_C
(v) __INTN_C(__INTMAX_WIDTH__, v)
Completed in 39 milliseconds
1
2