Searched defs:uint8_t (Results 26 - 50 of 79) sorted by relevance

1234

/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/webrtc/
H A Dtypedefs.h71 typedef unsigned char uint8_t; typedef
/external/mesa3d/src/egl/main/
H A Deglcompiler.h41 typedef unsigned __int8 uint8_t; typedef
/external/lldb/test/lang/c/bitfields/
H A Dmain.c52 uint8_t : 1; member in struct:MoreBits
53 uint8_t b : 1;
54 uint8_t c : 1;
55 uint8_t d : 1;
/external/nanopb-c/extra/
H A Dpb_syshdr.h20 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/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/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/smhasher/src/
H A DPMurHash.c58 #undef uint8_t macro
59 #define uint8_t MH_UINT8 macro
183 const uint8_t *ptr = (uint8_t*)key;
184 const uint8_t *end;
299 const uint8_t *ptr = (uint8_t*)key;
300 const uint8_t *end = ptr + len;
304 //const uint8_t *mid = ptr + rand()%(end-ptr)+1;
305 const uint8_t *mi
[all...]
/external/clang/test/ARCMT/
H A DCommon.h18 typedef unsigned char uint8_t; typedef
/external/clang/test/CodeGen/
H A Dtbaa-class.cpp5 typedef unsigned char uint8_t; typedef
37 uint8_t f8;
H A Dtbaa.cpp5 typedef unsigned char uint8_t; typedef
33 uint8_t f8;
/external/sfntly/cpp/src/sfntly/port/
H A Dtype.h23 typedef unsigned char uint8_t; typedef
50 typedef uint8_t byte_t;
/external/skia/include/gpu/
H A DGrConfig.h45 typedef unsigned char uint8_t; typedef
/external/webrtc/src/
H A Dtypedefs.h106 typedef unsigned char uint8_t; typedef
124 typedef uint8_t WebRtc_UWord8;
139 typedef uint8_t WebRtc_UWord8;
/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/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/clang/test/CodeGenCXX/
H A D2010-07-23-DeclLoc.cpp9 typedef unsigned char uint8_t; typedef
57 TRangeValue< SIZE, uint8_t* > _TEXT_text_section;
H A Daarch64-mangle-neon-vectors.cpp3 typedef unsigned char uint8_t; typedef
22 typedef __attribute__((neon_vector_type(8))) uint8_t uint8x8_t;
23 typedef __attribute__((neon_vector_type(16))) uint8_t uint8x16_t;
/external/clang/test/SemaCXX/
H A Dconversion.cpp11 typedef unsigned char uint8_t; typedef
/external/llvm/include/llvm/Support/
H A DDataTypes.h113 typedef unsigned char uint8_t; typedef
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_dreamcast.h31 typedef unsigned char uint8_t; typedef
H A DSDL_config_macos.h33 typedef UInt8 uint8_t; typedef
H A DSDL_config_symbian.h59 typedef unsigned char uint8_t; typedef

Completed in 6161 milliseconds

1234