OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INT16_C
(Results
1 - 25
of
27
) sorted by null
1
2
/ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp
155
#ifndef
INT16_C
156
#error
INT16_C
defined!
test_c.c
153
#ifndef
INT16_C
154
#error
INT16_C
defined!
test_no_macros.cpp
153
#ifdef
INT16_C
154
#error
INT16_C
defined!
test_constant_macros.cpp
154
#ifndef
INT16_C
155
#error
INT16_C
is not defined!
test_limit_macros.cpp
154
#ifdef
INT16_C
155
#error
INT16_C
is defined!
/bionic/libc/include/
stdint.h
117
# define
INT16_C
(c) c
118
# define INT_LEAST16_C(c)
INT16_C
(c)
/development/ndk/platforms/android-3/include/
stdint.h
117
# define
INT16_C
(c) c
118
# define INT_LEAST16_C(c)
INT16_C
(c)
/external/clang/test/Preprocessor/
stdint.c
[
all
...]
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h
122
# define
INT16_C
(c) c
123
# define INT_LEAST16_C(c)
INT16_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h
122
# define
INT16_C
(c) c
123
# define INT_LEAST16_C(c)
INT16_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h
122
# define
INT16_C
(c) c
123
# define INT_LEAST16_C(c)
INT16_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h
122
# define
INT16_C
(c) c
123
# define INT_LEAST16_C(c)
INT16_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h
122
# define
INT16_C
(c) c
123
# define INT_LEAST16_C(c)
INT16_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h
122
# define
INT16_C
(c) c
123
# define INT_LEAST16_C(c)
INT16_C
(c)
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h
117
# define
INT16_C
(c) c
118
# define INT_LEAST16_C(c)
INT16_C
(c)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h
117
# define
INT16_C
(c) c
118
# define INT_LEAST16_C(c)
INT16_C
(c)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h
117
# define
INT16_C
(c) c
118
# define INT_LEAST16_C(c)
INT16_C
(c)
/external/llvm/include/llvm/Support/
DataTypes.h.cmake
148
#ifndef
INT16_C
149
# define
INT16_C
(C) C##i16
/external/clang/lib/Headers/
stdint.h
387
# define
INT16_C
(v) __int_c(v, __int16_c_suffix)
390
# define
INT16_C
(v) v
573
#define INT16_MAX
INT16_C
(32767)
574
#define INT16_MIN (-
INT16_C
(32767)-1)
/prebuilt/sdk/11/renderscript/clang-include/
stdint.h
387
# define
INT16_C
(v) __int_c(v, __int16_c_suffix)
390
# define
INT16_C
(v) v
573
#define INT16_MAX
INT16_C
(32767)
574
#define INT16_MIN (-
INT16_C
(32767)-1)
/prebuilt/sdk/12/renderscript/clang-include/
stdint.h
387
# define
INT16_C
(v) __int_c(v, __int16_c_suffix)
390
# define
INT16_C
(v) v
573
#define INT16_MAX
INT16_C
(32767)
574
#define INT16_MIN (-
INT16_C
(32767)-1)
/prebuilt/sdk/13/renderscript/clang-include/
stdint.h
387
# define
INT16_C
(v) __int_c(v, __int16_c_suffix)
390
# define
INT16_C
(v) v
573
#define INT16_MAX
INT16_C
(32767)
574
#define INT16_MIN (-
INT16_C
(32767)-1)
/prebuilt/sdk/14/renderscript/clang-include/
stdint.h
387
# define
INT16_C
(v) __int_c(v, __int16_c_suffix)
390
# define
INT16_C
(v) v
573
#define INT16_MAX
INT16_C
(32767)
574
#define INT16_MIN (-
INT16_C
(32767)-1)
/external/mesa3d/include/c99/
stdint.h
231
#define
INT16_C
(val) val##i16
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h
291
# define
INT16_C
(c) c
Completed in 29 milliseconds
1
2