OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:int_fast8_t
(Results
76 - 100
of
199
) sorted by null
1
2
3
4
5
6
7
8
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp
21
// typedef atomic<
int_fast8_t
> atomic_int_fast8_t;
52
static_assert((std::is_same<std::atomic< std::
int_fast8_t
>, std::atomic_int_fast8_t>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp
106
// typedef std::
int_fast8_t
107
static_assert(sizeof(std::
int_fast8_t
)*CHAR_BIT >= 8,
108
"sizeof(std::
int_fast8_t
)*CHAR_BIT >= 8");
109
static_assert(std::is_signed<std::
int_fast8_t
>::value,
110
"std::is_signed<std::
int_fast8_t
>::value");
/external/clang/test/Preprocessor/
stdint.c
28
// ARM:typedef int8_t
int_fast8_t
;
136
// I386:typedef int8_t
int_fast8_t
;
236
// MSP430:typedef int8_t
int_fast8_t
;
343
// PPC64:typedef int8_t
int_fast8_t
;
451
// PPC:typedef int8_t
int_fast8_t
;
558
// S390X:typedef int8_t
int_fast8_t
;
665
// SPARC:typedef int8_t
int_fast8_t
;
765
// TCE:typedef int8_t
int_fast8_t
;
873
// X86_64:typedef int8_t
int_fast8_t
;
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp
75
typedef ::intfast8_t
int_fast8_t
;
typedef
105
using ::
int_fast8_t
;
148
typedef int8_t
int_fast8_t
;
210
typedef signed char
int_fast8_t
;
/bionic/libc/include/
stdint.h
56
typedef int8_t
int_fast8_t
;
typedef
/development/ndk/platforms/android-3/include/
stdint.h
56
typedef int8_t
int_fast8_t
;
typedef
/external/chromium_org/third_party/libusb/src/msvc/
inttypes.h
158
* NOTE: if 32-bit int is used for
int_fast8_t
and int_fast16_t
stdint.h
111
typedef __int8
int_fast8_t
;
typedef
/external/chromium_org/third_party/mesa/src/include/c99/
stdint.h
104
typedef int8_t
int_fast8_t
;
typedef
/external/chromium_org/third_party/re2/mswin/
stdint.h
104
typedef int8_t
int_fast8_t
;
typedef
/external/mesa3d/include/c99/
stdint.h
104
typedef int8_t
int_fast8_t
;
typedef
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mltypes.h
120
typedef
int_fast8_t
bool;
/hardware/invensense/60xx/mlsdk/mllite/
mlstates.c
57
int_fast8_t
numStateChangeCallbacks;
/hardware/invensense/60xx/mlsdk/platform/include/
mltypes.h
106
typedef
int_fast8_t
bool;
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mltypes.h
120
typedef
int_fast8_t
bool;
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h
71
typedef __INT_FAST8_TYPE__
int_fast8_t
;
typedef
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h
71
typedef __INT_FAST8_TYPE__
int_fast8_t
;
typedef
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h
71
typedef __INT_FAST8_TYPE__
int_fast8_t
;
typedef
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h
71
typedef __INT_FAST8_TYPE__
int_fast8_t
;
typedef
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h
70
typedef int8_t
int_fast8_t
;
typedef
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h
71
typedef __INT_FAST8_TYPE__
int_fast8_t
;
typedef
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
stdint-gcc.h
71
typedef __INT_FAST8_TYPE__
int_fast8_t
;
typedef
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h
71
typedef __INT_FAST8_TYPE__
int_fast8_t
;
typedef
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdint-gcc.h
71
typedef __INT_FAST8_TYPE__
int_fast8_t
;
typedef
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h
71
typedef __INT_FAST8_TYPE__
int_fast8_t
;
typedef
Completed in 6628 milliseconds
1
2
3
4
5
6
7
8