Home
last modified time | relevance | path

Searched refs:uint8 (Results 1 - 25 of 178) sorted by relevance

12345678

/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.h281 PROTOBUF_ALWAYS_INLINE static const uint8* ReadPrimitiveFromArray(
282 const uint8* buffer, CType* value);
463 PROTOBUF_ALWAYS_INLINE static uint8* WriteTagToArray(int field_number,
465 uint8* target);
468 PROTOBUF_ALWAYS_INLINE static uint8* WriteInt32NoTagToArray(int32 value,
469 uint8* target);
470 PROTOBUF_ALWAYS_INLINE static uint8* WriteInt64NoTagToArray(int64 value,
471 uint8* target);
472 PROTOBUF_ALWAYS_INLINE static uint8* WriteUInt32NoTagToArray(uint32 value,
473 uint8* targe
[all...]
H A Dgenerated_message_util.cc114 static uint8* SerializeToArray(const void* ptr, uint8* buffer) { in SerializeToArray()
125 static uint8* SerializeToArray(const void* ptr, uint8* buffer) { in SerializeToArray()
136 static uint8* SerializeToArray(const void* ptr, uint8* buffer) { in SerializeToArray()
147 static uint8* SerializeToArray(const void* ptr, uint8* buffer) { in SerializeToArray()
157 static uint8* SerializeToArray(const void* ptr, uint8* buffe in Serialize()
[all...]
H A Dwire_format.h134 static uint8* _InternalSerialize(const Message& message, uint8* target,
178 static uint8* SerializeUnknownFieldsToArray( in SerializeUnknownFieldsToArray()
179 const UnknownFieldSet& unknown_fields, uint8* target) { in SerializeUnknownFieldsToArray()
186 static uint8* InternalSerializeUnknownFieldsToArray(
187 const UnknownFieldSet& unknown_fields, uint8* target,
202 static uint8* SerializeUnknownMessageSetItemsToArray(
203 const UnknownFieldSet& unknown_fields, uint8* target);
204 static uint8* InternalSerializeUnknownMessageSetItemsToArray(
205 const UnknownFieldSet& unknown_fields, uint8* targe
[all...]
H A Dgenerated_message_table_driven.h239 PROTOBUF_EXPORT void SerializeInternal(const uint8* base,
249 const uint8* base = reinterpret_cast<const uint8*>(&msg);
259 uint8* SerializeInternalToArray(const uint8* base, const FieldMetadata* table,
261 uint8* buffer);
263 inline uint8* TableSerializeToArray(const MessageLite& msg,
265 bool is_deterministic, uint8* buffer) {
266 const uint8* base = reinterpret_cast<const uint8*>(
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h189 explicit CodedInputStream(const uint8* buffer, int size);
235 static const uint8* ReadLittleEndian32FromArray(const uint8* buffer,
238 static const uint8* ReadLittleEndian64FromArray(const uint8* buffer,
308 static const uint8* ExpectTagFromArray(const uint8* buffer, uint32 expected);
538 const uint8* buffer_;
539 const uint8* buffer_end_; // pointer to the end of the buffer.
658 uint8** p in EpsCopyOutputStream()
[all...]
H A Dcoded_stream.cc246 buffer = reinterpret_cast<uint8*>(buffer) + current_buffer_size; in ReadRaw()
312 uint8 bytes[sizeof(*value)]; in ReadLittleEndian32Fallback()
314 const uint8* ptr; in ReadLittleEndian32Fallback()
329 uint8 bytes[sizeof(*value)]; in ReadLittleEndian64Fallback()
331 const uint8* ptr; in ReadLittleEndian64Fallback()
351 const uint8* DecodeVarint64KnownSize(const uint8* buffer, uint64* value) { in DecodeVarint64KnownSize()
366 ::std::pair<bool, const uint8*> ReadVarint32FromArray(uint32 first_byte,
367 const uint8* buffer,
369 inline ::std::pair<bool, const uint8*> ReadVarint32FromArra
[all...]
H A Dzero_copy_stream_unittest.cc143 const uint8* in = reinterpret_cast<const uint8*>(data); in WriteToOutput()
170 uint8* out = reinterpret_cast<uint8*>(data); in ReadFromInput()
243 uint8 byte; in ReadStuff()
274 uint8 byte; in ReadStuffLarge()
282 uint8 buffer[kBufferSize]; in TEST_F()
305 uint8* buffer = new uint8[kBufferSize]; in TEST_F()
353 uint8* buffe in TEST_F()
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h77 typedef uint8 SVGA3dColorWriteEnable;
82 typedef uint8 SVGA3dDepthWriteMask;
99 typedef uint8 SVGA3dCullMode;
113 typedef uint8 SVGA3dComparisonFunc;
121 typedef uint8 SVGA3dMultisampleRastEnable;
541 #define SVGADX_QDSTATE_INVALID ((uint8)-1)
548 typedef uint8 SVGADXQueryDeviceState;
771 uint8 readback;
772 uint8 unsynchronized;
773 uint8 mustBeZer
[all...]
H A Dsvga3d_surfacedefs.h325 uint8 blue;
326 uint8 w_bump;
327 uint8 l_bump;
328 uint8 uv_video;
329 uint8 u_video;
332 uint8 green;
333 uint8 stencil;
334 uint8 v_bump;
335 uint8 v_video;
338 uint8 re
[all...]
H A Dsvga3d_cmd.h825 uint8 primitiveType; // SVGA3dPrimitiveType
826 uint8 padding[3];
836 uint8 primitiveType; // SVGA3dPrimitiveType
843 uint8 indexBufferStride; // Allowable values = 1, 2, or 4
865 uint8 stream;
866 uint8 type; // SVGA3dDeclType
867 uint8 method; // SVGA3dDeclMethod
868 uint8 usage; // SVGA3dDeclUsage
869 uint8 usageIndex;
870 uint8 paddin
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.h63 typedef unsigned char uint8; typedef
80 uint8 en_app_ie_type;
81 uint8 auc_rsv[3];
82 uint8 auc_ie[WLAN_WPS_IE_MAX_SIZE];
107 uint8 en_ops_ctrl;
108 uint8 uc_ct_window;
109 uint8 auc_rsv[2];
118 uint8 uc_count;
119 uint8 auc_rsv[3];
125 uint8 vali
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.h63 typedef unsigned char uint8; typedef
86 uint8 en_app_ie_type;
87 uint8 auc_rsv[3];
88 uint8 auc_ie[WLAN_WPS_IE_MAX_SIZE];
113 uint8 en_ops_ctrl;
114 uint8 uc_ct_window;
115 uint8 auc_rsv[2];
124 uint8 uc_count;
125 uint8 auc_rsv[3];
131 uint8 vali
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.h531 uint8 alphaToCoverageEnable,
532 uint8 independentBlendEnable,
542 uint8 depthEnable,
545 uint8 stencilEnable,
546 uint8 frontEnable,
547 uint8 backEnable,
548 uint8 stencilReadMask,
549 uint8 stencilWriteMask,
550 uint8 frontStencilFailOp,
551 uint8 frontStencilDepthFailO
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_string.cpp494 uint8 c = (uint8) *(s++); in IsASCII()
673 uint8 *d = buffer.Buffer_uint8 (); in Set_UTF8()
674 uint8 * const destEnd = d + destBufferLength; in Set_UTF8()
698 *(d++) = (uint8) aChar; in Set_UTF8()
704 *(d++) = (uint8) ((aChar >> 6) | 0x000000C0); in Set_UTF8()
705 *(d++) = (uint8) ((aChar & 0x0000003F) | 0x00000080); in Set_UTF8()
711 *(d++) = (uint8) ( (aChar >> 12) | 0x000000E0); in Set_UTF8()
712 *(d++) = (uint8) (((aChar >> 6) & 0x0000003F) | 0x00000080); in Set_UTF8()
713 *(d++) = (uint8) ( (aCha in Set_UTF8()
[all...]
H A Ddng_read_image.cpp47 static void DecodeDelta8 (uint8 *dPtr, in DecodeDelta8()
140 inline void DecodeDeltaBytes (uint8 *bytePtr, int32 cols, int32 channels) in DecodeDeltaBytes()
146 uint8 b0 = bytePtr [0]; in DecodeDeltaBytes()
166 uint8 b0 = bytePtr [0]; in DecodeDeltaBytes()
167 uint8 b1 = bytePtr [1]; in DecodeDeltaBytes()
168 uint8 b2 = bytePtr [2]; in DecodeDeltaBytes()
192 uint8 b0 = bytePtr [0]; in DecodeDeltaBytes()
193 uint8 b1 = bytePtr [1]; in DecodeDeltaBytes()
194 uint8 b2 = bytePtr [2]; in DecodeDeltaBytes()
195 uint8 b in DecodeDeltaBytes()
[all...]
H A Ddng_memory.h125 /// Return pointer to allocated memory as a uint8 *.
126 /// \retval uint8 * valid for as many bytes as were allocated.
128 uint8 * Buffer_uint8 () in Buffer_uint8()
130 return (uint8 *) Buffer (); in Buffer_uint8()
133 /// Return pointer to allocated memory as a const uint8 *.
134 /// \retval const uint8 * valid for as many bytes as were allocated.
136 const uint8 * Buffer_uint8 () const in Buffer_uint8()
138 return (const uint8 *) Buffer (); in Buffer_uint8()
387 /// Return pointer to allocated memory as a uint8 *.
388 /// \retval uint8 * vali
[all...]
H A Ddng_color_space.h152 const uint8 *&data) const;
184 const uint8 *&data) const;
212 const uint8 *&data) const;
240 const uint8 *&data) const;
268 const uint8 *&data) const;
296 const uint8 *&data) const;
324 const uint8 *&data) const;
H A Ddng_pixel_buffer.cpp76 (((const uint8 *) sPtr) + (int32)(count0 - 1) * sStep0 * (int32)sPixelSize); in OptimizeOrder()
79 (((uint8 *) dPtr) + (int32)(count0 - 1) * dStep0 * (int32)dPixelSize); in OptimizeOrder()
90 (((const uint8 *) sPtr) + (int32)(count1 - 1) * sStep1 * (int32)sPixelSize); in OptimizeOrder()
93 (((uint8 *) dPtr) + (int32)(count1 - 1) * dStep1 * (int32)dPixelSize); in OptimizeOrder()
104 (((const uint8 *) sPtr) + (int32)(count2 - 1) * sStep2 * (int32)sPixelSize); in OptimizeOrder()
107 (((uint8 *) dPtr) + (int32)(count2 - 1) * dStep2 * (int32)dPixelSize); in OptimizeOrder()
127 (((const uint8 *) sPtr) + (int32)(count0 - 1) * sStep0 * (int32)sPixelSize); in OptimizeOrder()
130 (((uint8 *) dPtr) + (int32)(count0 - 1) * dStep0 * (int32)dPixelSize); in OptimizeOrder()
141 (((const uint8 *) sPtr) + (int32)(count1 - 1) * sStep1 * (int32)sPixelSize); in OptimizeOrder()
144 (((uint8 *) dPt in OptimizeOrder()
[all...]
H A Ddng_memory_stream.cpp100 const uint8 *sPtr = fPageList [pageIndex]->Buffer_uint8 () + in DoRead()
103 uint8 *dPtr = ((uint8 *) data) + (uint32) (offset - baseOffset); in DoRead()
204 const uint8 *sPtr = ((const uint8 *) data) + (uint32) (offset - baseOffset); in DoWrite()
206 uint8 *dPtr = fPageList [pageIndex]->Buffer_uint8 () + in DoWrite()
253 const uint8 *sPtr = fPageList [pageIndex]->Buffer_uint8 () + in CopyToStream()
H A Ddng_reference.h42 void RefSetArea8 (uint8 *dPtr,
43 uint8 value,
71 void RefCopyArea8 (const uint8 *sPtr,
72 uint8 *dPtr,
107 void RefCopyArea8_16 (const uint8 *sPtr,
119 void RefCopyArea8_S16 (const uint8 *sPtr,
131 void RefCopyArea8_32 (const uint8 *sPtr,
167 void RefCopyArea8_R32 (const uint8 *sPtr,
207 uint8 *dPtr,
247 void RefRepeatArea8 (const uint8 *sPt
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dbitfield.hpp104 GLM_FUNC_DECL uint16 bitfieldInterleave(uint8 x, uint8 y);
146 GLM_FUNC_DECL uint32 bitfieldInterleave(uint8 x, uint8 y, uint8 z);
188 GLM_FUNC_DECL uint32 bitfieldInterleave(uint8 x, uint8 y, uint8 z, uint8 w);
H A Dtype_precision.hpp322 typedef detail::uint8 lowp_uint8;
338 typedef detail::uint8 lowp_uint8_t;
354 typedef detail::uint8 lowp_u8;
370 typedef detail::uint8 mediump_uint8;
386 typedef detail::uint8 mediump_uint8_t;
402 typedef detail::uint8 mediump_u8;
418 typedef detail::uint8 highp_uint8;
434 typedef detail::uint8 highp_uint8_t;
450 typedef detail::uint8 highp_u8;
466 typedef detail::uint8 uint typedef
[all...]
H A Dpacking.hpp39 GLM_FUNC_DECL uint8 packUnorm1x8(float v);
51 GLM_FUNC_DECL float unpackUnorm1x8(uint8 p);
63 /// @see uint8 packUnorm1x8(float const & v)
79 /// @see float unpackUnorm1x8(uint8 v)
96 GLM_FUNC_DECL uint8 packSnorm1x8(float s);
109 GLM_FUNC_DECL float unpackSnorm1x8(uint8 p);
121 /// @see uint8 packSnorm1x8(float const & v)
137 /// @see float unpackSnorm1x8(uint8 p)
520 /// @see vec2 unpackUnorm2x4(uint8 p)
521 GLM_FUNC_DECL uint8 packUnorm2x
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dglm.cpp11 template struct tvec1<uint8, lowp>;
22 template struct tvec1<uint8, mediump>;
33 template struct tvec1<uint8, highp>;
45 template struct tvec2<uint8, lowp>;
56 template struct tvec2<uint8, mediump>;
67 template struct tvec2<uint8, highp>;
79 template struct tvec3<uint8, lowp>;
90 template struct tvec3<uint8, mediump>;
101 template struct tvec3<uint8, highp>;
113 template struct tvec4<uint8, low
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonemetadata.pb.cc238 if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { in _InternalParse()
246 if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { in _InternalParse()
254 if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { in _InternalParse()
267 if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) { in _InternalParse()
275 if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) { in _InternalParse()
283 if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 48)) { in _InternalParse()
312 ::PROTOBUF_NAMESPACE_ID::uint8* NumberFormat::_InternalSerialize( in _InternalSerialize()
313 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { in _InternalSerialize()
614 if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { in _InternalParse()
622 if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(ta in _InternalParse()
[all...]

Completed in 26 milliseconds

12345678