Searched defs:uint8_t (Results 1 - 25 of 79) sorted by path

1234

/external/bison/darwin-lib/
H A Dstdint.h141 #undef uint8_t macro
145 #define uint8_t gl_uint8_t macro
232 #define uint_least8_t uint8_t
/external/chromium_org/base/i18n/
H A Dchar_iterator.h24 typedef unsigned char uint8_t; typedef
56 const uint8_t* str_;
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
H A Din.h51 typedef __uint8_t uint8_t; typedef
293 typedef __uint8_t uint8_t; typedef
/external/chromium_org/ppapi/c/
H A Dpp_stdint.h30 typedef unsigned char uint8_t; typedef
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dutils.h66 typedef unsigned char uint8_t; typedef
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dtypes.h32 typedef unsigned char uint8_t; typedef
/external/chromium_org/third_party/brotli/src/woff2/
H A Dbuffer.h24 typedef unsigned char uint8_t; typedef
67 Buffer(const uint8_t *buffer, size_t len)
76 bool Read(uint8_t *buffer, size_t n_bytes) {
91 inline bool ReadU8(uint8_t *value) {
157 const uint8_t *buffer() const { return buffer_; }
164 const uint8_t * const buffer_;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-common.h57 typedef unsigned __int8 uint8_t; typedef
84 uint8_t u8[4];
93 #define HB_TAG(c1,c2,c3,c4) ((hb_tag_t)((((uint8_t)(c1))<<24)|(((uint8_t)(c2))<<16)|(((uint8_t)(c3))<<8)|((uint8_t)(c4))))
94 #define HB_UNTAG(tag) ((uint8_t)((tag)>>24)), ((uint8_t)((tag)>>16)), ((uint8_t)((tag)>>8)), ((uint8_t)(ta
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dptypes.h71 /* z/OS has <stdint.h>, but some versions are missing uint8_t (APAR PK62248). */
74 typedef unsigned char uint8_t; typedef
89 typedef unsigned char uint8_t; typedef
/external/chromium_org/third_party/leveldatabase/src/port/win/
H A Dstdint.h19 typedef unsigned char uint8_t; typedef
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dintegers.h92 typedef unsigned char uint8_t; typedef
/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusb.h52 typedef unsigned __int8 uint8_t; typedef
170 uint8_t b8[2];
173 _tmp.b8[1] = (uint8_t) (x >> 8);
174 _tmp.b8[0] = (uint8_t) (x & 0xff);
482 uint8_t bLength;
487 uint8_t bDescriptorType;
494 uint8_t bDeviceClass;
498 uint8_t bDeviceSubClass;
502 uint8_t bDeviceProtocol;
505 uint8_t bMaxPacketSize
[all...]
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h89 typedef unsigned __int8 uint8_t; typedef
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_integer.h32 typedef unsigned char uint8_t; typedef
/external/chromium_org/third_party/libwebp/webp/
H A Dtypes.h28 typedef unsigned char uint8_t; typedef
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h78 typedef unsigned char uint8_t; typedef
85 typedef unsigned __int8 uint8_t; typedef
98 typedef uint8_t uint_least8_t;
108 typedef uint8_t uint_fast8_t;
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcompiler.h41 typedef unsigned __int8 uint8_t; typedef
/external/chromium_org/third_party/ots/include/
H A Dopentype-sanitiser.h11 typedef unsigned char uint8_t; typedef
72 reinterpret_cast<const uint8_t*>(data) + offset));
81 reinterpret_cast<const uint8_t*>(data) + offset, length);
98 static const uint8_t kZerob = 0;
105 bool WriteU8(uint8_t v) {
121 return Write(reinterpret_cast<uint8_t*>(&v)+1, 3);
154 uint8_t chksum_buffer[4];
176 uint8_t chksum_buffer_[4];
188 bool Process(OTSStream *output, const uint8_t *input, size_t length);
/external/chromium_org/third_party/qcms/src/
H A Dqcmstypes.h49 typedef unsigned __int8 uint8_t; typedef
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dtype.h23 typedef unsigned char uint8_t; typedef
50 typedef uint8_t byte_t;
/external/chromium_org/third_party/skia/include/gpu/
H A DGrConfig.h49 typedef unsigned char uint8_t; typedef
/external/chromium_org/third_party/skia/src/core/
H A DSkMaskGamma.h79 void SkTMaskGamma_build_correcting_lut(uint8_t table[256], U8CPU srcI, SkScalar contrast,
151 const uint8_t* getGammaTables() const {
152 return (const uint8_t*) fGammaTables;
159 uint8_t fGammaTables[1 << MAX_LUM_BITS][256];
178 const uint8_t* r, const uint8_t* g, const uint8_t* b)
199 const uint8_t* fR;
200 const uint8_t* fG;
201 const uint8_t* f
222 sk_apply_lut_if(U8CPU component, const uint8_t*) argument
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DCity.h51 typedef unsigned char uint8_t; typedef
58 typedef uint8_t uint8;
H A DMurmurHash1.h15 typedef unsigned char uint8_t; typedef
H A DMurmurHash2.h15 typedef unsigned char uint8_t; typedef

Completed in 767 milliseconds

1234