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

/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxertypes.hpp21 typedef unsigned char uint8; typedef in namespace:mkvmuxer
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_types.h42 typedef uint8_t uint8; typedef
/external/ceres-solver/internal/ceres/
H A Dintegral_types.h83 typedef UnsignedInteger< 8>::type uint8; typedef in namespace:ceres::internal
/external/dng_sdk/source/
H A Ddng_types.h46 typedef uint8_t uint8; typedef
62 typedef unsigned char uint8; typedef
/external/google-breakpad/src/common/dwarf/
H A Dtypes.h43 typedef unsigned char uint8; typedef
/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/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h62 typedef unsigned char uint8; typedef
80 (reinterpret_cast<uint8*>(((reinterpret_cast<uintptr_t>(p) + \
84 ((uint8*)((((uintptr_t)(p) + ((t) - 1)) & ~((t) - 1)))) /* NOLINT */
/external/mmc-utils/3rdparty/hmac_sha/
H A Dsha2.h53 typedef unsigned char uint8; typedef
/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_int.hpp47 typedef std::uint8_t uint8; typedef in namespace:glm::detail
74 typedef unsigned char uint8;
94 typedef detail::uint8 uint8; typedef in namespace:glm
183 GLM_STATIC_ASSERT(sizeof(glm::uint8) == 1, "uint8 size isn't 1 byte on this platform");
/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.cpp256 typedef unsigned char uint8; typedef in namespace:PR7934
265 operator uint8*() { return reinterpret_cast<uint8*>(ptr); }
/external/clang/test/Sema/
H A Dconversion.c425 typedef __attribute__ ((ext_vector_type( 8),__aligned__( 32))) uint32_t uint8; typedef
428 uint8 pairedConstants = (uint8) constants;
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h165 typedef unsigned __int8 uint8; typedef in namespace:google::protobuf
175 typedef uint8_t uint8; typedef in namespace:google::protobuf
/external/vulkan-validation-layers/libs/glm/gtc/
H A Dtype_precision.hpp340 typedef detail::uint8 lowp_uint8;
356 typedef detail::uint8 lowp_uint8_t;
372 typedef detail::uint8 lowp_u8;
388 typedef detail::uint8 mediump_uint8;
404 typedef detail::uint8 mediump_uint8_t;
420 typedef detail::uint8 mediump_u8;
436 typedef detail::uint8 highp_uint8;
452 typedef detail::uint8 highp_uint8_t;
468 typedef detail::uint8 highp_u8;
484 typedef detail::uint8 uint typedef in namespace:glm
[all...]
/external/opencv3/3rdparty/libtiff/
H A Dtiff.h61 * 8-bit quantities int8/uint8
69 typedef TIFF_UINT8_T uint8; typedef
/external/pdfium/third_party/libtiff/
H A Dtiff.h61 * 8-bit quantities int8/uint8
69 typedef TIFF_UINT8_T uint8; typedef
/external/vulkan-validation-layers/libs/glm/
H A Dfwd.hpp727 typedef detail::uint8 lowp_uint8;
744 typedef detail::uint8 lowp_uint8_t;
761 typedef detail::uint8 lowp_u8;
779 typedef detail::uint8 mediump_uint8;
795 typedef detail::uint8 mediump_uint8_t;
811 typedef detail::uint8 mediump_u8;
829 typedef detail::uint8 highp_uint8;
845 typedef detail::uint8 highp_uint8_t;
861 typedef detail::uint8 highp_u8;
879 typedef detail::uint8 uint typedef in namespace:glm
[all...]
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py109 def uint8(self): member in class:BinaryReader
193 r_ssym = f.uint8()
263 fileclass = f.uint8()
271 byteordering = f.uint8()

Completed in 1169 milliseconds