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

12

/external/chromium/googleurl/base/
H A Dbasictypes.h6 typedef unsigned char uint8; typedef
10 const uint8 kuint8max = (( uint8) 0xFF);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga_types.h42 typedef uint8_t uint8; typedef
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_types.h42 typedef uint8_t uint8; typedef
/external/openfst/src/include/fst/
H A Dtypes.h33 typedef uint8_t uint8; typedef
/external/ceres-solver/internal/ceres/
H A Dintegral_types.h84 typedef UnsignedInteger< 8>::type uint8; typedef in namespace:ceres::internal
/external/chromium_org/third_party/smhasher/src/
H A DCity.h51 typedef uint8_t uint8; typedef
/external/chromium_org/third_party/snappy/linux/
H A Dsnappy-stubs-public.h59 typedef uint8_t uint8; typedef in namespace:snappy
68 typedef unsigned char uint8;
/external/chromium_org/third_party/snappy/mac/
H A Dsnappy-stubs-public.h59 typedef uint8_t uint8; typedef in namespace:snappy
68 typedef unsigned char uint8;
/external/chromium_org/third_party/snappy/win32/
H A Dsnappy-stubs-public.h59 typedef uint8_t uint8;
68 typedef unsigned char uint8; typedef in namespace:snappy
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h59 typedef unsigned char uint8; typedef
70 ((uint8*)((((uintptr_t)(p) + \
/external/chromium_org/chrome/installer/test/
H A Dresource_loader.cc19 std::pair<const uint8*, DWORD>* resource_data) {
30 static_cast<const uint8*>(LockResource(loaded_resource));
74 std::pair<const uint8*, DWORD>* resource_data) {
83 std::pair<const uint8*, DWORD>* resource_data) {
17 DoLoad(HMODULE module, const wchar_t* name_or_id, const wchar_t* type_name_or_id, std::pair<const uint8*, DWORD>* resource_data) argument
72 Load(const std::wstring& name, const std::wstring& type, std::pair<const uint8*, DWORD>* resource_data) argument
81 Load(WORD id, WORD type, std::pair<const uint8*, DWORD>* resource_data) argument
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h59 typedef unsigned char uint8; typedef
75 (reinterpret_cast<uint8*>(((reinterpret_cast<uintptr_t>(p) + \
/external/chromium_org/gpu/command_buffer/common/
H A Dtypes.h43 typedef unsigned char uint8; typedef
/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/chromium_org/third_party/libjingle/source/talk/base/
H A Dbasictypes.h94 typedef unsigned char uint8; typedef
141 (reinterpret_cast<uint8*>(((reinterpret_cast<uintptr_t>(p) + \
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dbasictypes.h28 typedef uint8_t uint8; typedef in namespace:i18n::phonenumbers
33 const uint8 kuint8max = UINT8_MAX;
71 typedef unsigned char uint8;
/external/chromium_org/third_party/re2/util/
H A Dutil.h69 typedef uint8_t uint8; typedef in namespace:re2
/external/chromium_org/third_party/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/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h55 typedef unsigned char uint8; typedef
/external/regex-re2/util/
H A Dutil.h68 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.cpp255 typedef unsigned char uint8; typedef in namespace:PR7934
264 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/chromium_org/base/
H A Dbasictypes.h51 typedef unsigned char uint8; typedef
68 const uint8 kuint8max = (( uint8) 0xFF);
/external/chromium_org/third_party/cld/base/
H A Dbasictypes.h43 typedef unsigned char uint8; typedef
65 const uint8 kuint8max = (( uint8) 0xFF);
361 memcpy(&t, reinterpret_cast<const uint8*>(p), sizeof(t));

Completed in 821 milliseconds

12