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/mesa3d/src/egl/main/
H A Deglcompiler.h41 typedef unsigned __int8 uint8_t; typedef
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_test_utils.h19 typedef unsigned __int8 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/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.h45 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.h103 typedef unsigned char uint8_t; typedef
121 typedef uint8_t WebRtc_UWord8;
136 typedef uint8_t WebRtc_UWord8;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dpopenbsd.h97 /* doesn't have uint8_t depending on the OS version. */
107 typedef unsigned char uint8_t; typedef
120 typedef unsigned char uint8_t; typedef
H A Dppalmos.h108 typedef unsigned char uint8_t; typedef
H A Dpwin32.h135 typedef unsigned char 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/skia/src/core/
H A DSkMaskGamma.h79 void SkTMaskGamma_build_correcting_lut(uint8_t table[256], U8CPU srcI, SkScalar contrast,
143 uint8_t fGammaTables[1 << MAX_LUM_BITS][256];
162 const uint8_t* r, const uint8_t* g, const uint8_t* b)
185 const uint8_t* fR;
186 const uint8_t* fG;
187 const uint8_t* fB;
208 template<bool APPLY_LUT> static inline U8CPU sk_apply_lut_if(U8CPU component, const uint8_t*) { argument
211 template<> /*static*/ inline U8CPU sk_apply_lut_if<true>(U8CPU component, const uint8_t* lu
[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.cpp4 typedef unsigned char uint8_t; typedef
23 typedef __attribute__((neon_vector_type(8))) uint8_t uint8x8_t;
24 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 473 milliseconds

1234