/external/libyuv/files/util/ |
H A D | psnr.h | 23 typedef unsigned char uint8; typedef 34 double ComputeSumSquareError(const uint8* org, const uint8* rec, int size);
|
H A D | ssim.h | 23 typedef unsigned char uint8; typedef 27 double CalcSSIM(const uint8* org, 28 const uint8* rec,
|
/external/libtextclassifier/util/base/ |
H A D | integral_types.h | 31 typedef unsigned char uint8; // NOLINT typedef in namespace:libtextclassifier 53 static_assert(sizeof(uint8) == 1, "wrong size");
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
H A D | mkvmuxertypes.h | 13 typedef unsigned char uint8; typedef in namespace:mkvmuxer
|
/external/dng_sdk/source/ |
H A D | dng_types.h | 46 typedef uint8_t uint8; typedef 62 typedef unsigned char uint8; typedef
|
/external/flatbuffers/python/flatbuffers/ |
H A D | packer.py | 27 uint8 = struct.Struct("<B") variable
|
/external/google-breakpad/src/common/dwarf/ |
H A D | types.h | 43 typedef unsigned char uint8; typedef
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga_types.h | 42 typedef uint8_t uint8; typedef
|
/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/ |
H A D | v8.S | 114 be,a uint8 143 uint8: label
|
/external/syslinux/gpxe/src/include/ |
H A D | stdint.h | 28 typedef uint8_t uint8; typedef
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
H A D | basic_types.h | 62 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/libyuv/files/include/libyuv/ |
H A D | basic_types.h | 62 typedef unsigned char uint8; typedef 80 reinterpret_cast<uint8*>( \ 84 (uint8*)((((uintptr_t)(p) + ((t)-1)) & ~((t)-1))) /* NOLINT */
|
/external/mmc-utils/3rdparty/hmac_sha/ |
H A D | sha2.h | 53 typedef unsigned char uint8; typedef
|
/external/vulkan-validation-layers/libs/glm/detail/ |
H A D | type_int.hpp | 47 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 D | Basic.h | 55 typedef unsigned char uint8; typedef
|
/external/regex-re2/util/ |
H A D | util.h | 68 typedef uint8_t uint8; typedef in namespace:re2
|
/external/clang/test/SemaCXX/ |
H A D | conversion-function.cpp | 279 typedef unsigned char uint8; typedef in namespace:PR7934 288 operator uint8*() { return reinterpret_cast<uint8*>(ptr); }
|
/external/protobuf/src/google/protobuf/stubs/ |
H A D | port.h | 107 typedef unsigned __int8 uint8; typedef in namespace:google::protobuf 117 typedef unsigned char uint8; typedef in namespace:google::protobuf
|
/external/stressapptest/src/ |
H A D | sattypes.h | 45 typedef unsigned char uint8; typedef
|
/external/clang/test/Sema/ |
H A D | conversion.c | 425 typedef __attribute__ ((ext_vector_type( 8),__aligned__( 32))) uint32_t uint8; typedef 428 uint8 pairedConstants = (uint8) constants;
|
/external/libpcap/ |
H A D | pcap-rpcap.h | 116 typedef unsigned char uint8; /* Provides an 8-bits unsigned integer */ typedef 153 uint8 ver; /* RPCAP version number */ 154 uint8 type; /* RPCAP message type (error, findalldevs, ...) */ 243 uint8 jt; /* relative offset to jump to in case of 'true' */ 244 uint8 jf; /* relative offset to jump to in case of 'false' */ 272 uint8 method; /* Sampling method */ 273 uint8 dummy1; /* Must be zero */ 456 void rpcap_createhdr(struct rpcap_header *header, uint8 type, uint16 value, uint32 length); 458 int rpcap_checkmsg(char *errbuf, SOCKET sock, struct rpcap_header *header, uint8 first, ...);
|
/external/clang/lib/Headers/ |
H A D | opencl-c.h | 106 typedef uint uint8 __attribute__((ext_vector_type(8))); typedef 3388 char8 __ovld __cnfn convert_char8_rte(uint8); 3389 char8 __ovld __cnfn convert_char8_sat_rte(uint8); 3390 char8 __ovld __cnfn convert_char8_rtz(uint8); 3391 char8 __ovld __cnfn convert_char8_sat_rtz(uint8); 3392 char8 __ovld __cnfn convert_char8_rtp(uint8); 3393 char8 __ovld __cnfn convert_char8_sat_rtp(uint8); 3394 char8 __ovld __cnfn convert_char8_rtn(uint8); 3395 char8 __ovld __cnfn convert_char8_sat_rtn(uint8); 3396 char8 __ovld __cnfn convert_char8(uint8); [all...] |
/external/vulkan-validation-layers/libs/glm/gtc/ |
H A D | type_precision.hpp | 340 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/pdfium/third_party/libtiff/ |
H A D | tiff.h | 61 * 8-bit quantities int8/uint8 69 typedef TIFF_UINT8_T uint8; typedef
|
/external/vulkan-validation-layers/libs/glm/ |
H A D | fwd.hpp | 727 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...] |