Searched defs:int8 (Results 1 - 10 of 10) sorted by relevance

/external/openfst/src/include/fst/
H A Dtypes.h28 typedef int8_t int8; typedef
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h29 typedef char int8; typedef
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbasictypes.h50 typedef char int8; typedef
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h53 typedef signed char int8; typedef
/external/regex-re2/util/
H A Dutil.h62 typedef int8_t int8; typedef in namespace:re2
/external/chromium/base/
H A Dbasictypes.h21 typedef signed char int8; typedef
73 const int8 kint8min = (( int8) 0x80);
74 const int8 kint8max = (( int8) 0x7F);
/external/stressapptest/src/
H A Dsattypes.h40 typedef signed char int8; typedef
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h130 typedef __int8 int8; typedef in namespace:google::protobuf
140 typedef int8_t int8; typedef in namespace:google::protobuf
/external/qemu/fpu/
H A Dsoftfloat.h53 | implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
58 typedef int8_t int8; typedef
244 void float_raise( int8 flags STATUS_PARAM);
/external/genext2fs/
H A Dgenext2fs.c275 typedef signed char int8; typedef
506 #define decl8(x) int8 x;
1274 for(d = (directory*)b; (int8*)d + sizeof(*d) < (int8*)b + BLOCKSIZE; d = (directory*)((int8*)d + d->d_rec_len))
1292 d = (directory*) (((int8*)d) + d->d_rec_len);
1331 for(d = (directory*)b; (int8*)d + sizeof(*d) < (int8*)b + BLOCKSIZE; d = (directory*)((int8*)d + d->d_rec_len))
1916 for(d = (directory*)b; (int8*)
[all...]

Completed in 258 milliseconds