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
94
) sorted by null
1
2
3
4
/external/bison/darwin-lib/
stdint.h
310
# undef
INTMAX_C
375
/* Prefer (-
INTMAX_C
(1) << 63) over (~ INT64_MAX) because SunPRO C 5.0
377
# define INT64_MIN (-
INTMAX_C
(1) << 63)
378
# define INT64_MAX
INTMAX_C
(9223372036854775807)
615
#ifndef
INTMAX_C
617
# define
INTMAX_C
(x) x##LL
619
# define
INTMAX_C
(x) INT64_C(x)
621
# define
INTMAX_C
(x) x##L
/external/bison/lib/
stdint.in.h
309
# undef
INTMAX_C
374
/* Prefer (-
INTMAX_C
(1) << 63) over (~ INT64_MAX) because SunPRO C 5.0
376
# define INT64_MIN (-
INTMAX_C
(1) << 63)
377
# define INT64_MAX
INTMAX_C
(9223372036854775807)
614
#ifndef
INTMAX_C
616
# define
INTMAX_C
(x) x##LL
618
# define
INTMAX_C
(x) INT64_C(x)
620
# define
INTMAX_C
(x) x##L
/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/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp
61
# undef
INTMAX_C
63
# define
INTMAX_C
(c) c##LL
422
#ifndef
INTMAX_C
423
# define
INTMAX_C
(value) value##i64
495
# define
INTMAX_C
(value) INT32_C(value)
498
# define
INTMAX_C
(value) INT64_C(value)
/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!
/external/clang/test/Preprocessor/
stdint.c
[
all
...]
/prebuilts/gcc/linux-x86/host/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
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h
311
# define
INTMAX_C
(c) c ## L
314
# define
INTMAX_C
(c) c ## LL
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h
311
# define
INTMAX_C
(c) c ## L
314
# define
INTMAX_C
(c) c ## LL
/prebuilts/ndk/4/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)
/prebuilts/ndk/4/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)
/prebuilts/ndk/4/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)
/prebuilts/ndk/4/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)
/prebuilts/ndk/4/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)
/prebuilts/ndk/4/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)
/prebuilts/ndk/5/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)
/prebuilts/ndk/6/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)
/prebuilts/ndk/6/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)
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
stdint.h
242
# define
INTMAX_C
(c) INT64_C(c)
258
# define
INTMAX_C
(c) INT32_C(c)
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
stdint.h
242
# define
INTMAX_C
(c) INT64_C(c)
258
# define
INTMAX_C
(c) INT32_C(c)
/prebuilts/ndk/7/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)
/prebuilts/ndk/7/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)
Completed in 764 milliseconds
1
2
3
4