Searched defs:int8 (Results 1 - 25 of 30) sorted by path

12

/external/ceres-solver/internal/ceres/
H A Dintegral_types.h79 typedef Integer< 8>::type int8; typedef in namespace:ceres::internal
/external/chromium_org/base/
H A Dbasictypes.h22 typedef int8_t int8; typedef
49 const int8 kint8min = (( int8) 0x80);
50 const int8 kint8max = (( int8) 0x7F);
/external/chromium_org/third_party/cld/base/
H A Dbasictypes.h20 typedef signed char int8; typedef
69 const int8 kint8min = (( int8) 0x80);
70 const int8 kint8max = (( int8) 0x7F);
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/
H A Dbasictypes.h24 typedef int8_t int8; typedef
37 const int8 kint8min = INT8_MIN;
38 const int8 kint8max = INT8_MAX;
48 typedef signed char int8; typedef
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dbasictypes.h36 typedef int8_t int8; typedef
49 const int8 kint8min = INT8_MIN;
50 const int8 kint8max = INT8_MAX;
60 typedef signed char int8; typedef
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dbasictypes.h95 typedef signed char int8; typedef
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dbasictypes.h24 typedef int8_t int8; typedef in namespace:i18n::phonenumbers
37 const int8 kint8min = INT8_MIN;
38 const int8 kint8max = INT8_MAX;
48 typedef signed char int8;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h60 typedef char int8; typedef
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dbasic_types.h63 typedef signed char int8; typedef
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga_types.h41 typedef int8_t int8; typedef
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
H A Dprotypes.h51 * It is trickier to define uint, int8, uint8, int16, uint16,
80 * defines the types int8, int16, int32, and int64.
86 /* model.h on HP-UX defines int8, int16, and int32. */
172 * int8
178 typedef PRInt8 int8; typedef
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h175 typedef __int8 int8; typedef in namespace:google::protobuf
185 typedef int8_t int8; typedef in namespace:google::protobuf
/external/chromium_org/third_party/re2/util/
H A Dutil.h68 typedef int8_t int8; typedef in namespace:re2
/external/chromium_org/third_party/snappy/linux/
H A Dsnappy-stubs-public.h62 typedef int8_t int8; typedef in namespace:snappy
71 typedef signed char int8;
/external/chromium_org/third_party/snappy/mac/
H A Dsnappy-stubs-public.h62 typedef int8_t int8; typedef in namespace:snappy
71 typedef signed char int8;
/external/chromium_org/third_party/snappy/win32/
H A Dsnappy-stubs-public.h62 typedef int8_t int8;
71 typedef signed char int8; typedef in namespace:snappy
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dbasictypes.h57 typedef int8_t int8; typedef
77 const int8 kint8max = ( ( int8) 0x7F);
82 const int8 kint8min = ( ( int8) 0x80);
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dbasictypes.h57 typedef int8_t int8; typedef
77 const int8 kint8max = ( ( int8) 0x7F);
82 const int8 kint8min = ( ( int8) 0x80);
/external/chromium_org/third_party/webrtc/base/
H A Dbasictypes.h78 typedef signed char int8; typedef
/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))
1917 for(d = (directory*)b; (int8*)
[all...]
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h60 typedef char int8; typedef
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h60 typedef signed char int8; typedef
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py106 def int8(self): member in class:BinaryReader
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_types.h41 typedef int8_t int8; typedef
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h53 typedef signed char int8; typedef

Completed in 890 milliseconds

12