Home
last modified time | relevance | path

Searched defs:packed (Results 1 – 25 of 108) sorted by relevance

12345

/third_party/flutter/skia/src/core/
DSkPath_serial.cpp41 static unsigned extract_version(uint32_t packed) { in extract_version()
45 static SkPath::FillType extract_filltype(uint32_t packed) { in extract_filltype()
49 static SerializationType extract_serializationtype(uint32_t packed) { in extract_serializationtype()
75 int32_t packed = (fFillType << kFillType_SerializationShift) | in writeToMemoryAsRRect() local
96 int32_t packed = (fFillType << kFillType_SerializationShift) | in writeToMemory() local
143 uint32_t packed; in readFromMemory() local
159 uint32_t packed; in readAsRRect() local
197 uint32_t packed; in readFromMemory_EQ4() local
284 int32_t packed; in readFromMemory_LE3() local
DSkBitmapProcState.h135 #define UNPACK_PRIMARY_SHORT(packed) ((uint32_t)(packed) >> 16) argument
136 #define UNPACK_SECONDARY_SHORT(packed) ((packed) & 0xFFFF) argument
139 #define UNPACK_PRIMARY_SHORT(packed) ((packed) & 0xFFFF) argument
140 #define UNPACK_SECONDARY_SHORT(packed) ((uint32_t)(packed) >> 16) argument
DSkPicturePlayback.cpp129 uint32_t packed = reader->readInt(); in handleOp() local
144 uint32_t packed = reader->readInt(); in handleOp() local
158 uint32_t packed = reader->readInt(); in handleOp() local
173 uint32_t packed = reader->readInt(); in handleOp() local
DSkPaint.cpp234 static FlatFlags unpack_paint_flags(SkPaint* paint, uint32_t packed, SkFont* font) { in unpack_paint_flags()
280 uint32_t packed = 0; in pack_v68() local
292 static uint32_t unpack_v68(SkPaint* paint, uint32_t packed, SkSafeRange& safe) { in unpack_v68()
/third_party/node/test/parallel/
Dtest-http2-getpackedsettings.js98 const packed = http2.getPackedSettings({ constant
115 const packed = http2.getPackedSettings(); constant
120 const packed = Buffer.from([ constant
163 const packed = new Uint16Array([ constant
194 const packed = new DataView(Buffer.from([ constant
215 const packed = Buffer.from([ constant
224 const packed = Buffer.from([ constant
235 const packed = Buffer.from([ constant
249 const packed = Buffer.from([0x00, 0x05, 0x01, 0x00, 0x00, 0x00]); constant
/third_party/skia/src/core/
DSkPath_serial.cpp44 static unsigned extract_version(uint32_t packed) { in extract_version()
48 static SkPathFillType extract_filltype(uint32_t packed) { in extract_filltype()
52 static SerializationType extract_serializationtype(uint32_t packed) { in extract_serializationtype()
78 int32_t packed = (fFillType << kFillType_SerializationShift) | in writeToMemoryAsRRect() local
99 int32_t packed = (fFillType << kFillType_SerializationShift) | in writeToMemory() local
146 uint32_t packed; in readFromMemory() local
163 uint32_t packed; in readAsRRect() local
201 uint32_t packed; in readFromMemory_EQ4Or5() local
DSkFont_serial.cpp48 uint32_t packed = 0; in Flatten() local
83 const uint32_t packed = buffer.read32(); in Unflatten() local
DSkBitmapProcState.h120 #define UNPACK_PRIMARY_SHORT(packed) ((uint32_t)(packed) >> 16) argument
121 #define UNPACK_SECONDARY_SHORT(packed) ((packed) & 0xFFFF) argument
124 #define UNPACK_PRIMARY_SHORT(packed) ((packed) & 0xFFFF) argument
125 #define UNPACK_SECONDARY_SHORT(packed) ((uint32_t)(packed) >> 16) argument
DSkPicturePlayback.cpp120 uint32_t packed = reader->readInt(); in handleOp() local
138 uint32_t packed = reader->readInt(); in handleOp() local
155 uint32_t packed = reader->readInt(); in handleOp() local
173 uint32_t packed = reader->readInt(); in handleOp() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWriter.java140 void writeInt32List(int fieldNumber, List<Integer> value, boolean packed) throws IOException; in writeInt32List()
143 void writeFixed32List(int fieldNumber, List<Integer> value, boolean packed) throws IOException; in writeFixed32List()
146 void writeInt64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeInt64List()
149 void writeUInt64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeUInt64List()
152 void writeFixed64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeFixed64List()
155 void writeFloatList(int fieldNumber, List<Float> value, boolean packed) throws IOException; in writeFloatList()
158 void writeDoubleList(int fieldNumber, List<Double> value, boolean packed) throws IOException; in writeDoubleList()
161 void writeEnumList(int fieldNumber, List<Integer> value, boolean packed) throws IOException; in writeEnumList()
164 void writeBoolList(int fieldNumber, List<Boolean> value, boolean packed) throws IOException; in writeBoolList()
173 void writeUInt32List(int fieldNumber, List<Integer> value, boolean packed) throws IOException; in writeUInt32List()
[all …]
DSchemaUtil.java183 int fieldNumber, List<Double> value, Writer writer, boolean packed) throws IOException { in writeDoubleList()
190 int fieldNumber, List<Float> value, Writer writer, boolean packed) throws IOException { in writeFloatList()
197 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeInt64List()
204 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeUInt64List()
211 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeSInt64List()
218 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeFixed64List()
225 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeSFixed64List()
232 int fieldNumber, List<Integer> value, Writer writer, boolean packed) throws IOException { in writeInt32List()
239 int fieldNumber, List<Integer> value, Writer writer, boolean packed) throws IOException { in writeUInt32List()
246 int fieldNumber, List<Integer> value, Writer writer, boolean packed) throws IOException { in writeSInt32List()
[all …]
DCodedOutputStreamWriter.java187 public void writeInt32List(int fieldNumber, List<Integer> value, boolean packed) in writeInt32List()
211 public void writeFixed32List(int fieldNumber, List<Integer> value, boolean packed) in writeFixed32List()
235 public void writeInt64List(int fieldNumber, List<Long> value, boolean packed) throws IOException { in writeInt64List()
258 public void writeUInt64List(int fieldNumber, List<Long> value, boolean packed) in writeUInt64List()
282 public void writeFixed64List(int fieldNumber, List<Long> value, boolean packed) in writeFixed64List()
306 public void writeFloatList(int fieldNumber, List<Float> value, boolean packed) in writeFloatList()
330 public void writeDoubleList(int fieldNumber, List<Double> value, boolean packed) in writeDoubleList()
354 public void writeEnumList(int fieldNumber, List<Integer> value, boolean packed) in writeEnumList()
378 public void writeBoolList(int fieldNumber, List<Boolean> value, boolean packed) in writeBoolList()
431 public void writeUInt32List(int fieldNumber, List<Integer> value, boolean packed) in writeUInt32List()
[all …]
DBinaryWriter.java201 public final void writeInt32List(int fieldNumber, List<Integer> list, boolean packed) in writeInt32List()
210 private final void writeInt32List_Internal(int fieldNumber, List<Integer> list, boolean packed) in writeInt32List_Internal()
228 private final void writeInt32List_Internal(int fieldNumber, IntArrayList list, boolean packed) in writeInt32List_Internal()
247 public final void writeFixed32List(int fieldNumber, List<Integer> list, boolean packed) in writeFixed32List()
256 private final void writeFixed32List_Internal(int fieldNumber, List<Integer> list, boolean packed) in writeFixed32List_Internal()
274 private final void writeFixed32List_Internal(int fieldNumber, IntArrayList list, boolean packed) in writeFixed32List_Internal()
293 public final void writeInt64List(int fieldNumber, List<Long> list, boolean packed) in writeInt64List()
299 public final void writeUInt64List(int fieldNumber, List<Long> list, boolean packed) in writeUInt64List()
308 private final void writeUInt64List_Internal(int fieldNumber, List<Long> list, boolean packed) in writeUInt64List_Internal()
326 private final void writeUInt64List_Internal(int fieldNumber, LongArrayList list, boolean packed) in writeUInt64List_Internal()
[all …]
/third_party/skia/include/core/
DSkColorPriv.h90 #define SkGetPackedA32(packed) ((uint32_t)((packed) << (24 - SK_A32_SHIFT)) >> 24) argument
91 #define SkGetPackedR32(packed) ((uint32_t)((packed) << (24 - SK_R32_SHIFT)) >> 24) argument
92 #define SkGetPackedG32(packed) ((uint32_t)((packed) << (24 - SK_G32_SHIFT)) >> 24) argument
93 #define SkGetPackedB32(packed) ((uint32_t)((packed) << (24 - SK_B32_SHIFT)) >> 24) argument
/third_party/flutter/skia/include/core/
DSkColorPriv.h89 #define SkGetPackedA32(packed) ((uint32_t)((packed) << (24 - SK_A32_SHIFT)) >> 24) argument
90 #define SkGetPackedR32(packed) ((uint32_t)((packed) << (24 - SK_R32_SHIFT)) >> 24) argument
91 #define SkGetPackedG32(packed) ((uint32_t)((packed) << (24 - SK_G32_SHIFT)) >> 24) argument
92 #define SkGetPackedB32(packed) ((uint32_t)((packed) << (24 - SK_B32_SHIFT)) >> 24) argument
/third_party/grpc/src/core/lib/slice/
Db64.cc132 uint32_t packed = (static_cast<uint32_t>(codes[0]) << 2) | in decode_one_char() local
139 uint32_t packed = (static_cast<uint32_t>(codes[0]) << 10) | in decode_two_chars() local
181 uint32_t packed = (static_cast<uint32_t>(codes[0]) << 18) | in decode_group() local
/third_party/boost/boost/mpi/
Ddatatype_fwd.hpp33 struct packed {}; struct
/third_party/flutter/skia/fuzz/oss_fuzz/
DFuzzPathDeserialize.cpp34 uint32_t packed; in LLVMFuzzerTestOneInput() local
/third_party/skia/fuzz/oss_fuzz/
DFuzzPathDeserialize.cpp35 uint32_t packed; in LLVMFuzzerTestOneInput() local
/third_party/flutter/skia/tests/
DPremulAlphaRoundTripTest.cpp16 uint32_t packed; in pack_unpremul_rgba() local
26 uint32_t packed; in pack_unpremul_bgra() local
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php48 private $packed; variable in Google\\Protobuf\\Internal\\FieldDescriptor
162 public function setPacked($packed)
/third_party/icu/icu4c/source/test/cintltst/
Dbocu1tst.c128 #define BOCU1_LENGTH_FROM_PACKED(packed) \ argument
611 writePacked(int32_t packed, uint8_t *p) { in writePacked()
644 unpackDiff(int32_t initialPrev, int32_t packed) { in unpackDiff()
680 int32_t packed, initialPrev; in writeDiff() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dprecision.hpp26 packed = packed_highp, enumerator
/third_party/flutter/skia/src/gpu/text/
DGrStrikeCache.h46 GrGlyph* getGlyph(SkPackedGlyphID packed, SkStrike* skStrike) { in getGlyph()
/third_party/ffmpeg/libavcodec/
Dffv1enc_template.c132 int packed = !src[1]; in RENAME() local

12345