/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | packing.hpp | 35 /// @see uint16 packUnorm2x8(vec2 const & v) 47 /// @see vec2 unpackUnorm2x8(uint16 p) 67 GLM_FUNC_DECL uint16 packUnorm2x8(vec2 const & v); 83 GLM_FUNC_DECL vec2 unpackUnorm2x8(uint16 p); 92 /// @see uint16 packSnorm2x8(vec2 const & v) 105 /// @see vec2 unpackSnorm2x8(uint16 p) 125 GLM_FUNC_DECL uint16 packSnorm2x8(vec2 const & v); 141 GLM_FUNC_DECL vec2 unpackSnorm2x8(uint16 p); 150 /// @see uint16 packSnorm1x16(float const & v) 154 GLM_FUNC_DECL uint16 packUnorm1x1 [all...] |
H A D | bitfield.hpp | 104 GLM_FUNC_DECL uint16 bitfieldInterleave(uint8 x, uint8 y); 118 GLM_FUNC_DECL uint32 bitfieldInterleave(uint16 x, uint16 y); 160 GLM_FUNC_DECL uint64 bitfieldInterleave(uint16 x, uint16 y, uint16 z); 202 GLM_FUNC_DECL uint64 bitfieldInterleave(uint16 x, uint16 y, uint16 z, uint16 [all...] |
H A D | type_precision.hpp | 326 typedef detail::uint16 lowp_uint16; 342 typedef detail::uint16 lowp_uint16_t; 358 typedef detail::uint16 lowp_u16; 374 typedef detail::uint16 mediump_uint16; 390 typedef detail::uint16 mediump_uint16_t; 406 typedef detail::uint16 mediump_u16; 422 typedef detail::uint16 highp_uint16; 438 typedef detail::uint16 highp_uint16_t; 454 typedef detail::uint16 highp_u16; 470 typedef detail::uint16 uint1 typedef [all...] |
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | port.h | 130 typedef uint16_t uint16; typedef 157 inline uint16 GOOGLE_UNALIGNED_LOAD16(const void *p) { in GOOGLE_UNALIGNED_LOAD16() 169 inline void GOOGLE_UNALIGNED_STORE16(void *p, uint16 v) { in GOOGLE_UNALIGNED_STORE16() 183 #define GOOGLE_UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p)) 187 #define GOOGLE_UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val)) 192 inline uint16 GOOGLE_UNALIGNED_LOAD16(const void *p) { in GOOGLE_UNALIGNED_LOAD16() 193 uint16 t; in GOOGLE_UNALIGNED_LOAD16() 210 inline void GOOGLE_UNALIGNED_STORE16(void *p, uint16 v) { in GOOGLE_UNALIGNED_STORE16() 245 static inline uint16 bswap_16(uint16 [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_image_writer.h | 49 uint16 fResolutionUnit; 64 uint16 fCode; 66 uint16 fType; 72 tiff_tag (uint16 code, in tiff_tag() 73 uint16 type, in tiff_tag() 89 uint16 Code () const in Code() 94 uint16 Type () const in Type() 137 tag_data_ptr (uint16 code, in tag_data_ptr() 138 uint16 type, in tag_data_ptr() 177 tag_string (uint16 cod [all...] |
H A D | dng_reference.h | 34 void RefSwapBytes16 (uint16 *dPtr, 51 void RefSetArea16 (uint16 *dPtr, 52 uint16 value, 83 void RefCopyArea16 (const uint16 *sPtr, 84 uint16 *dPtr, 108 uint16 *dPtr, 143 void RefCopyArea16_S16 (const uint16 *sPtr, 155 void RefCopyArea16_32 (const uint16 *sPtr, 180 void RefCopyArea16_R32 (const uint16 *sPtr, 220 uint16 *dPt [all...] |
H A D | dng_bottlenecks.h | 43 (uint16 *dPtr, 63 (uint16 *dPtr, 64 uint16 value, 98 (const uint16 *sPtr, 99 uint16 *dPtr, 125 uint16 *dPtr, 163 (const uint16 *sPtr, 176 (const uint16 *sPtr, 203 (const uint16 *sPtr, 246 uint16 *dPt [all...] |
H A D | dng_reference.cpp | 54 void RefSwapBytes16 (uint16 *dPtr, in RefSwapBytes16() 125 void RefSetArea16 (uint16 *dPtr, in RefSetArea16() 126 uint16 value, in RefSetArea16() 138 uint16 *dPtr1 = dPtr; in RefSetArea16() 143 uint16 *dPtr2 = dPtr1; in RefSetArea16() 256 void RefCopyArea16 (const uint16 *sPtr, in RefCopyArea16() 257 uint16 *dPtr, in RefCopyArea16() 272 const uint16 *sPtr1 = sPtr; in RefCopyArea16() 273 uint16 *dPtr1 = dPtr; in RefCopyArea16() 278 const uint16 *sPtr in RefCopyArea16() [all...] |
H A D | dng_memory.h | 141 /// Return pointer to allocated memory as a uint16 *. 142 /// \retval uint16 * valid for as many bytes as were allocated. 144 uint16 * Buffer_uint16 () in Buffer_uint16() 146 return (uint16 *) Buffer (); in Buffer_uint16() 149 /// Return pointer to allocated memory as a const uint16 *. 150 /// \retval const uint16 * valid for as many bytes as were allocated. 152 const uint16 * Buffer_uint16 () const in Buffer_uint16() 154 return (const uint16 *) Buffer (); in Buffer_uint16() 403 /// Return pointer to allocated memory as a uint16 *. 404 /// \retval uint16 * vali [all...] |
H A D | dng_utils.h | 94 inline uint16 Min_uint16 (uint16 x, uint16 y) in Min_uint16() 101 inline uint16 Max_uint16 (uint16 x, uint16 y) in Max_uint16() 156 inline uint16 Pin_uint16 (int32 x) in Pin_uint16() 178 return (uint16) x; in Pin_uint16() 594 inline uint16 SwapBytes16 (uint16 [all...] |
H A D | dng_linearization_info.cpp | 316 uint16 *lut = NULL; in dng_linearize_plane() 372 uint16 z = (uint16) Round_uint32 (y * 0x0FFFF); in dng_linearize_plane() 574 const uint16 *lut = fScale_buffer->Buffer_uint16 (); in Process() 576 uint16 *dstPtr = (uint16 *) dPtr; in Process() 598 const uint16 *srcPtr = (const uint16 *) sPtr; in Process() 641 const uint16 *srcPtr = (const uint16 *) sPt in Process() [all...] |
H A D | dng_bad_pixels.cpp | 166 uint16 badPixel = (uint16) fConstant; in ProcessArea() 171 const uint16 *sPtr = srcBuffer.ConstPixel_uint16 (dstRow, dstArea.l, 0); in ProcessArea() 172 uint16 *dPtr = dstBuffer.DirtyPixel_uint16 (dstRow, dstArea.l, 0); in ProcessArea() 183 uint16 value; in ProcessArea() 262 *dPtr = (uint16) ((total + 2) >> 2); in ProcessArea() 269 *dPtr = (uint16) ((total + (count >> 1)) / count); in ProcessArea() 812 uint16 *p0 = buffer.DirtyPixel_uint16 (badPoint.v - 2, badPoint.h - 2, 0); in FixIsolatedPixel() 813 uint16 *p1 = buffer.DirtyPixel_uint16 (badPoint.v - 1, badPoint.h - 2, 0); in FixIsolatedPixel() 814 uint16 *p in FixIsolatedPixel() [all...] |
H A D | dng_ref_counted_block.h | 157 /// Return pointer to allocated memory as a uint16 *. 158 /// \retval uint16 * valid for as many bytes as were allocated. 160 uint16 * Buffer_uint16 () in Buffer_uint16() 162 return (uint16 *) Buffer (); in Buffer_uint16() 165 /// Return pointer to allocated memory as a const uint16 *. 166 /// \retval const uint16 * valid for as many bytes as were allocated. 168 const uint16 * Buffer_uint16 () const in Buffer_uint16() 170 return (const uint16 *) Buffer (); in Buffer_uint16()
|
H A D | dng_pixel_buffer.cpp | 612 DoSetArea16 ((uint16 *) dPtr, in SetConstant() 613 (uint16) value, in SetConstant() 787 DoCopyArea16 ((const uint16 *) sPtr, in CopyArea() 788 (uint16 *) dPtr, in CopyArea() 843 (uint16 *) dPtr, in CopyArea() 955 DoCopyArea16_S16 ((const uint16 *) sPtr, in CopyArea() 974 DoCopyArea16_32 ((const uint16 *) sPtr, in CopyArea() 993 DoCopyArea16_R32 ((const uint16 *) sPtr, in CopyArea() 1053 DoCopyArea16_S16 ((const uint16 *) sPtr, in CopyArea() 1128 DoCopyArea16 (((const uint16 *) sPt in CopyArea() [all...] |
H A D | dng_image_writer.cpp | 205 tag_string::tag_string (uint16 code, in tag_string() 250 tag_encoded_text::tag_encoded_text (uint16 code, in tag_encoded_text() 289 const uint16 *buf = fUTF16.Buffer_uint16 (); in Put() 332 const uint16 *p = (const uint16 *) fData; in Put() 415 tag_matrix::tag_matrix (uint16 code, in tag_matrix() 463 stream.Put_uint16 ((uint16) fCols); in Put() 464 stream.Put_uint16 ((uint16) fRows); in Put() 478 tag_exif_date_time::tag_exif_date_time (uint16 code, in tag_exif_date_time() 654 stream.Put_uint16 ((uint16) fEntrie in Put() [all...] |
H A D | dng_pixel_buffer.h | 327 /// Get read-only uint16 * to pixel data starting at a specific pixel in the buffer. 331 /// \retval Pointer to pixel data as uint16 *. 333 const uint16 * ConstPixel_uint16 (int32 row, in ConstPixel_uint16() 340 return (const uint16 *) ConstPixel (row, col, plane); in ConstPixel_uint16() 344 /// Get a writable uint16 * to pixel data starting at a specific pixel in the buffer. 348 /// \retval Pointer to pixel data as uint16 *. 350 uint16 * DirtyPixel_uint16 (int32 row, in DirtyPixel_uint16() 357 return (uint16 *) DirtyPixel (row, col, plane); in DirtyPixel_uint16() 530 /// \param value Constant uint16 value to set pixels to. 535 uint16 valu in SetConstant_uint16() [all...] |
H A D | dng_parse_utils.h | 155 uint16 validType0, 156 uint16 validType1 = 0, 157 uint16 validType2 = 0, 158 uint16 validType3 = 0);
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | glm.cpp | 12 template struct tvec1<uint16, lowp>; 23 template struct tvec1<uint16, mediump>; 34 template struct tvec1<uint16, highp>; 46 template struct tvec2<uint16, lowp>; 57 template struct tvec2<uint16, mediump>; 68 template struct tvec2<uint16, highp>; 80 template struct tvec3<uint16, lowp>; 91 template struct tvec3<uint16, mediump>; 102 template struct tvec3<uint16, highp>; 114 template struct tvec4<uint16, low [all...] |
H A D | type_int.hpp | 25 typedef std::uint16_t uint16; typedef 58 typedef unsigned short uint16; 212 typedef detail::uint16 uint16; typedef 301 GLM_STATIC_ASSERT(sizeof(glm::uint16) == 2, "uint16 size isn't 2 bytes on this platform");
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | json_escaping.h | 47 static constexpr uint16 kMinHighSurrogate = 0xd800; 52 static constexpr uint16 kMaxHighSurrogate = 0xdbff; 57 static constexpr uint16 kMinLowSurrogate = 0xdc00; 62 static constexpr uint16 kMaxLowSurrogate = 0xdfff;
|
H A D | json_escaping.cc | 95 inline uint16 ToLowSurrogate(uint32 cp) { in ToLowSurrogate() 103 inline uint16 ToHighSurrogate(uint32 cp) { in ToHighSurrogate() 193 StringPiece ToHex(uint16 cp, char* buffer) { in ToHex() 208 uint16 low = ToLowSurrogate(cp); in ToSurrogateHex() 209 uint16 high = ToHighSurrogate(cp); in ToSurrogateHex()
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_dx.h | 554 uint16 pad0; 742 uint16 flags; 743 uint16 stencil; 1242 uint16 pad1; 1261 uint16 pad1; 1281 uint16 pad1; 1489 uint16 pad0; 1499 uint16 pad0; 1513 uint16 pad0; 1607 uint16 lineStipplePatter [all...] |
/third_party/libphonenumber/cpp/src/phonenumbers/base/ |
H A D | basictypes.h | 29 typedef uint16_t uint16; typedef 34 const uint16 kuint16max = UINT16_MAX; 72 typedef unsigned short uint16;
|
/third_party/skia/third_party/externals/piex/src/binary_parse/ |
H A D | range_checked_byte_ptr.cc | 299 const uint16 unsigned_value = Get16u(input, big_endian, status); in Get16s() 319 uint16 Get16u(const RangeCheckedBytePtr &input, const bool big_endian, in Get16u() 329 return (static_cast<uint16>(input[0]) << 8) | static_cast<uint16>(input[1]); in Get16u() 331 return (static_cast<uint16>(input[1]) << 8) | static_cast<uint16>(input[0]); in Get16u()
|
/third_party/libphonenumber/tools/cpp/src/base/ |
H A D | basictypes.h | 27 typedef uint16_t uint16; typedef 32 const uint16 kuint16max = UINT16_MAX; 70 typedef unsigned short uint16; typedef
|