OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INT8_C
(Results
1 - 25
of
81
) sorted by null
1
2
3
4
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp
377
(!defined(
INT8_C
) || !defined(INT16_C) || !defined(INT32_C) || !defined(INT64_C))
395
#ifndef
INT8_C
396
# define
INT8_C
(value) value##i8
432
# if (UCHAR_MAX == 0xff) && !defined(
INT8_C
)
433
# define
INT8_C
(value) static_cast<boost::int8_t>(value)
/external/llvm/include/llvm/Support/
DataTypes.h
146
#ifndef
INT8_C
147
# define
INT8_C
(C) C##i8
/external/chromium_org/third_party/libusb/src/msvc/
stdint.h
240
#define
INT8_C
(val) (INT_LEAST8_MAX-INT_LEAST8_MAX+(val))
/external/chromium_org/third_party/mesa/src/include/c99/
stdint.h
230
#define
INT8_C
(val) val##i8
/external/chromium_org/third_party/re2/mswin/
stdint.h
230
#define
INT8_C
(val) val##i8
/external/mesa3d/include/c99/
stdint.h
230
#define
INT8_C
(val) val##i8
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h
236
#undef
INT8_C
237
#define
INT8_C
(c) __INT8_C(c)
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h
236
#undef
INT8_C
237
#define
INT8_C
(c) __INT8_C(c)
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h
236
#undef
INT8_C
237
#define
INT8_C
(c) __INT8_C(c)
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h
236
#undef
INT8_C
237
#define
INT8_C
(c) __INT8_C(c)
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h
240
#define
INT8_C
(v) (v)
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h
236
#undef
INT8_C
237
#define
INT8_C
(c) __INT8_C(c)
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
stdint-gcc.h
236
#undef
INT8_C
237
#define
INT8_C
(c) __INT8_C(c)
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h
236
#undef
INT8_C
237
#define
INT8_C
(c) __INT8_C(c)
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdint-gcc.h
236
#undef
INT8_C
237
#define
INT8_C
(c) __INT8_C(c)
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h
236
#undef
INT8_C
237
#define
INT8_C
(c) __INT8_C(c)
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h
236
#undef
INT8_C
237
#define
INT8_C
(c) __INT8_C(c)
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h
236
#undef
INT8_C
237
#define
INT8_C
(c) __INT8_C(c)
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h
236
#undef
INT8_C
237
#define
INT8_C
(c) __INT8_C(c)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h
290
# define
INT8_C
(c) c
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
stdint-gcc.h
236
#undef
INT8_C
237
#define
INT8_C
(c) __INT8_C(c)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h
290
# define
INT8_C
(c) c
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
stdint-gcc.h
236
#undef
INT8_C
237
#define
INT8_C
(c) __INT8_C(c)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h
290
# define
INT8_C
(c) c
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h
236
#undef
INT8_C
237
#define
INT8_C
(c) __INT8_C(c)
Completed in 4485 milliseconds
1
2
3
4