Searched defs:uint8 (Results 1 - 19 of 19) sorted by relevance

/external/chromium/googleurl/base/
H A Dbasictypes.h6 typedef unsigned char uint8; typedef
10 const uint8 kuint8max = (( uint8) 0xFF);
/external/openfst/src/include/fst/
H A Dtypes.h33 typedef uint8_t uint8; typedef
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h54 typedef unsigned char uint8; typedef
65 (reinterpret_cast<uint8*>(((reinterpret_cast<uintptr_t>(p) + \
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbasictypes.h75 typedef unsigned char uint8; typedef
104 (reinterpret_cast<uint8*>(((reinterpret_cast<uintptr_t>(p) + \
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h55 typedef unsigned char uint8; typedef
/external/regex-re2/util/
H A Dutil.h63 typedef uint8_t uint8; typedef in namespace:re2
/external/skia/src/images/
H A Dbmpdecoderhelper.h21 typedef uint8_t uint8; typedef
64 virtual uint8* SetSize(int width, int height) = 0;
84 void PutPixel(int x, int y, uint8 col);
88 uint8 GetByte();
92 const uint8* data_;
100 scoped_array<uint8> colTab_;
110 uint8* output_;
/external/clang/test/SemaCXX/
H A Dconversion-function.cpp253 typedef unsigned char uint8; typedef in namespace:PR7934
262 operator uint8*() { return reinterpret_cast<uint8*>(ptr); }
/external/chromium/base/
H A Dbasictypes.h47 typedef unsigned char uint8; typedef
69 const uint8 kuint8max = (( uint8) 0xFF);
/external/stressapptest/src/
H A Dsattypes.h45 typedef unsigned char uint8; typedef
/external/libvpx/vp8/encoder/
H A Dssim.c26 typedef unsigned char uint8; typedef
34 double get_ssimg(const uint8 *org, const uint8 *rec,
99 double get_ssimfull_kernelg(const uint8 *org, const uint8 *rec,
158 double calc_ssimg(const uint8 *org, const uint8 *rec,
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h135 typedef unsigned __int8 uint8; typedef in namespace:google::protobuf
145 typedef uint8_t uint8; typedef in namespace:google::protobuf
/external/qemu/fpu/
H A Dsoftfloat.h50 | integers of at least as many bits as specified. For example, `uint8' should
53 | implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
57 typedef uint8_t uint8; typedef
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dtls_gnutls.c64 typedef u8 uint8; typedef
67 uint8 suite[2];
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_gnutls.c42 typedef u8 uint8; typedef
45 uint8 suite[2];
/external/wpa_supplicant_8/src/crypto/
H A Dtls_gnutls.c42 typedef u8 uint8; typedef
45 uint8 suite[2];
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_gnutls.c42 typedef u8 uint8; typedef
45 uint8 suite[2];
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_ralink.h87 #define uint8 u8 macro
/external/genext2fs/
H A Dgenext2fs.c276 typedef unsigned char uint8; typedef
507 #define udecl8(x) uint8 x;
538 typedef uint8 block[BLOCKSIZE];
793 static inline uint8 *
820 static inline uint8 *
823 return (uint8*)fs + blk*BLOCKSIZE;
847 uint8 bits;
849 if((bits = b[i]) != (uint8)-1)
1252 uint8 *b;
1329 uint8 *
[all...]

Completed in 497 milliseconds