OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INT8_C
(Results
1 - 25
of
28
) sorted by null
1
2
/bionic/libc/include/
stdint.h
83
# define
INT8_C
(c) c
84
# define INT_LEAST8_C(c)
INT8_C
(c)
85
# define INT_FAST8_C(c)
INT8_C
(c)
/development/ndk/platforms/android-3/include/
stdint.h
83
# define
INT8_C
(c) c
84
# define INT_LEAST8_C(c)
INT8_C
(c)
85
# define INT_FAST8_C(c)
INT8_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h
88
# define
INT8_C
(c) c
89
# define INT_LEAST8_C(c)
INT8_C
(c)
90
# define INT_FAST8_C(c)
INT8_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h
88
# define
INT8_C
(c) c
89
# define INT_LEAST8_C(c)
INT8_C
(c)
90
# define INT_FAST8_C(c)
INT8_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h
88
# define
INT8_C
(c) c
89
# define INT_LEAST8_C(c)
INT8_C
(c)
90
# define INT_FAST8_C(c)
INT8_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h
88
# define
INT8_C
(c) c
89
# define INT_LEAST8_C(c)
INT8_C
(c)
90
# define INT_FAST8_C(c)
INT8_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h
88
# define
INT8_C
(c) c
89
# define INT_LEAST8_C(c)
INT8_C
(c)
90
# define INT_FAST8_C(c)
INT8_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h
88
# define
INT8_C
(c) c
89
# define INT_LEAST8_C(c)
INT8_C
(c)
90
# define INT_FAST8_C(c)
INT8_C
(c)
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h
83
# define
INT8_C
(c) c
84
# define INT_LEAST8_C(c)
INT8_C
(c)
85
# define INT_FAST8_C(c)
INT8_C
(c)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h
83
# define
INT8_C
(c) c
84
# define INT_LEAST8_C(c)
INT8_C
(c)
85
# define INT_FAST8_C(c)
INT8_C
(c)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h
83
# define
INT8_C
(c) c
84
# define INT_LEAST8_C(c)
INT8_C
(c)
85
# define INT_FAST8_C(c)
INT8_C
(c)
/ndk/tests/build/stdint-c++/jni/
Android.mk
3
# (e.g. INT8_MIN / INT8_MAX /
INT8_C
)
test_all_macros.cpp
137
#ifndef
INT8_C
138
#error
INT8_C
defined!
test_c.c
135
#ifndef
INT8_C
136
#error
INT8_C
defined!
test_no_macros.cpp
135
#ifdef
INT8_C
136
#error
INT8_C
defined!
test_constant_macros.cpp
136
#ifndef
INT8_C
137
#error
INT8_C
is not defined!
test_limit_macros.cpp
136
#ifdef
INT8_C
137
#error
INT8_C
is defined!
/external/clang/test/Preprocessor/
stdint.c
[
all
...]
/external/llvm/include/llvm/Support/
DataTypes.h.cmake
142
#ifndef
INT8_C
143
# define
INT8_C
(C) C##i8
/external/clang/lib/Headers/
stdint.h
406
# define
INT8_C
(v) __int_c(v, __int8_c_suffix)
409
# define
INT8_C
(v) v
595
# define INT8_MAX
INT8_C
(127)
596
# define INT8_MIN (-
INT8_C
(127)-1)
/prebuilt/sdk/11/renderscript/clang-include/
stdint.h
406
# define
INT8_C
(v) __int_c(v, __int8_c_suffix)
409
# define
INT8_C
(v) v
595
# define INT8_MAX
INT8_C
(127)
596
# define INT8_MIN (-
INT8_C
(127)-1)
/prebuilt/sdk/12/renderscript/clang-include/
stdint.h
406
# define
INT8_C
(v) __int_c(v, __int8_c_suffix)
409
# define
INT8_C
(v) v
595
# define INT8_MAX
INT8_C
(127)
596
# define INT8_MIN (-
INT8_C
(127)-1)
/prebuilt/sdk/13/renderscript/clang-include/
stdint.h
406
# define
INT8_C
(v) __int_c(v, __int8_c_suffix)
409
# define
INT8_C
(v) v
595
# define INT8_MAX
INT8_C
(127)
596
# define INT8_MIN (-
INT8_C
(127)-1)
/prebuilt/sdk/14/renderscript/clang-include/
stdint.h
406
# define
INT8_C
(v) __int_c(v, __int8_c_suffix)
409
# define
INT8_C
(v) v
595
# define INT8_MAX
INT8_C
(127)
596
# define INT8_MIN (-
INT8_C
(127)-1)
/external/mesa3d/include/c99/
stdint.h
230
#define
INT8_C
(val) val##i8
Completed in 1162 milliseconds
1
2