OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uint_fast8_t
(Results
76 - 100
of
201
) sorted by null
1
2
3
4
5
6
7
8
9
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp
127
// typedef std::
uint_fast8_t
128
static_assert(sizeof(std::
uint_fast8_t
)*CHAR_BIT >= 8,
129
"sizeof(std::
uint_fast8_t
)*CHAR_BIT >= 8");
130
static_assert(std::is_unsigned<std::
uint_fast8_t
>::value,
131
"std::is_unsigned<std::
uint_fast8_t
>::value");
/external/clang/test/Preprocessor/
stdint.c
29
// ARM:typedef uint8_t
uint_fast8_t
;
137
// I386:typedef uint8_t
uint_fast8_t
;
237
// MSP430:typedef uint8_t
uint_fast8_t
;
344
// PPC64:typedef uint8_t
uint_fast8_t
;
452
// PPC:typedef uint8_t
uint_fast8_t
;
559
// S390X:typedef uint8_t
uint_fast8_t
;
666
// SPARC:typedef uint8_t
uint_fast8_t
;
766
// TCE:typedef uint8_t
uint_fast8_t
;
874
// X86_64:typedef uint8_t
uint_fast8_t
;
[
all
...]
/hardware/invensense/60xx/mlsdk/mllite/
mlFIFO.h
137
inv_error_t inv_set_gyro_data_source(
uint_fast8_t
source);
ml_mputest.c
67
uint_fast8_t
provide_result);
mldl.h
156
uint_fast8_t
inv_dmpkey_supported(unsigned short key);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp
77
typedef ::uintfast8_t
uint_fast8_t
;
typedef
108
using ::
uint_fast8_t
;
151
typedef uint8_t
uint_fast8_t
;
213
typedef unsigned char
uint_fast8_t
;
/external/elfutils/libdw/
dwarf_getsrclines.c
198
uint_fast8_t
minimum_instr_len = *linep++;
202
uint_fast8_t
default_is_stmt = *linep++;
209
uint_fast8_t
line_range = *linep++;
212
uint_fast8_t
opcode_base = *linep++;
350
uint_fast8_t
is_stmt = default_is_stmt;
/external/qemu/target-mips/
cpu.h
15
//
uint_fast8_t
and uint_fast16_t not in <sys/int_types.h>
18
typedef unsigned char
uint_fast8_t
;
typedef
28
uint_fast8_t
ASID;
/bionic/libc/include/
stdint.h
59
typedef uint8_t
uint_fast8_t
;
typedef
/development/ndk/platforms/android-3/include/
stdint.h
59
typedef uint8_t
uint_fast8_t
;
typedef
/external/chromium_org/third_party/libusb/src/msvc/
stdint.h
112
typedef unsigned __int8
uint_fast8_t
;
typedef
/external/chromium_org/third_party/mesa/src/include/c99/
stdint.h
108
typedef uint8_t
uint_fast8_t
;
typedef
/external/chromium_org/third_party/re2/mswin/
stdint.h
108
typedef uint8_t
uint_fast8_t
;
typedef
/external/elfutils/libcpu/
i386_disasm.c
378
uint_fast8_t
len = *curr++;
405
uint_fast8_t
masked = *codep++ & *curr++;
497
uint_fast8_t
byte;
570
uint_fast8_t
modrm = codep[-1];
/external/mesa3d/include/c99/
stdint.h
108
typedef uint8_t
uint_fast8_t
;
typedef
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h
75
typedef __UINT_FAST8_TYPE__
uint_fast8_t
;
typedef
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h
75
typedef __UINT_FAST8_TYPE__
uint_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
75
typedef __UINT_FAST8_TYPE__
uint_fast8_t
;
typedef
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h
75
typedef __UINT_FAST8_TYPE__
uint_fast8_t
;
typedef
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h
74
typedef uint8_t
uint_fast8_t
;
typedef
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h
75
typedef __UINT_FAST8_TYPE__
uint_fast8_t
;
typedef
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
stdint-gcc.h
75
typedef __UINT_FAST8_TYPE__
uint_fast8_t
;
typedef
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h
75
typedef __UINT_FAST8_TYPE__
uint_fast8_t
;
typedef
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdint-gcc.h
75
typedef __UINT_FAST8_TYPE__
uint_fast8_t
;
typedef
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h
75
typedef __UINT_FAST8_TYPE__
uint_fast8_t
;
typedef
Completed in 1880 milliseconds
1
2
3
4
5
6
7
8
9