Home
last modified time | relevance | path

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

12345678

/external/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 …]
/external/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
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
DSkFont_serial.cpp48 uint32_t packed = 0; in Flatten() local
83 const uint32_t packed = buffer.read32(); in Unflatten() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_yuv.c57 LLVMValueRef packed, in uyvy_to_yuv_soa()
141 LLVMValueRef packed, in yuyv_to_yuv_soa()
367 LLVMValueRef packed, in uyvy_to_rgba_aos()
388 LLVMValueRef packed, in yuyv_to_rgba_aos()
409 LLVMValueRef packed, in rgbg_to_rgba_aos()
428 LLVMValueRef packed, in grgb_to_rgba_aos()
446 LLVMValueRef packed, in grbr_to_rgba_aos()
465 LLVMValueRef packed, in rgrb_to_rgba_aos()
492 LLVMValueRef packed; in lp_build_fetch_subsampled_rgba_aos() local
Dlp_bld_format_soa.c125 LLVMValueRef packed) in lp_build_extract_soa_chan()
306 LLVMValueRef packed, in lp_build_unpack_rgba_soa()
357 LLVMValueRef packed, in lp_build_rgba8_to_fi32_soa()
447 LLVMValueRef packed; in lp_build_fetch_rgba_soa() local
495 LLVMValueRef packed[4], dst[4], output[4], shuffles[LP_MAX_VECTOR_WIDTH/32]; in lp_build_fetch_rgba_soa() local
687 LLVMValueRef packed; in lp_build_fetch_rgba_soa() local
712 LLVMValueRef packed; in lp_build_fetch_rgba_soa() local
757 LLVMValueRef packed, rgba[4]; in lp_build_fetch_rgba_soa() local
976 LLVMValueRef *packed) in lp_build_pack_rgba_soa()
1009 LLVMValueRef packed[4]; in lp_build_store_rgba_soa() local
Dlp_bld_format_aos.c223 LLVMValueRef packed) in lp_build_unpack_arith_rgba_aos()
370 LLVMValueRef packed = NULL; in lp_build_pack_rgba_aos() local
503 LLVMValueRef packed; in lp_build_fetch_rgba_aos() local
538 LLVMValueRef packed, res = NULL, chans[4], rgba[4]; in lp_build_fetch_rgba_aos() local
639 LLVMValueRef packed; in lp_build_fetch_rgba_aos() local
/external/clang/test/SemaCXX/
Dcxx11-gnu-attrs.cpp70 struct [[gnu::packed]] packed { char c; int n; }; struct
/external/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
/external/mesa3d/src/broadcom/compiler/
Dv3d33_vpm_setup.c49 uint32_t packed; in v3d33_vir_vpm_read_setup() local
59 uint32_t packed; in v3d33_vir_vpm_write_setup() local
/external/mesa3d/src/broadcom/qpu/
Dqpu_pack.c603 v3d_qpu_float32_unpack_unpack(uint32_t packed, in v3d_qpu_float32_unpack_unpack()
626 uint32_t *packed) in v3d_qpu_float32_unpack_pack()
647 v3d_qpu_float16_unpack_unpack(uint32_t packed, in v3d_qpu_float16_unpack_unpack()
673 uint32_t *packed) in v3d_qpu_float16_unpack_pack()
698 uint32_t *packed) in v3d_qpu_float32_pack_pack()
1088 uint32_t packed; in v3d_qpu_add_pack() local
1113 uint32_t packed; in v3d_qpu_add_pack() local
1188 uint32_t packed; in v3d_qpu_mul_pack() local
1214 uint32_t packed; in v3d_qpu_mul_pack() local
1232 uint32_t packed; in v3d_qpu_mul_pack() local
/external/mesa3d/src/compiler/nir/
Dnir_format_convert.h80 nir_format_unpack_int(nir_builder *b, nir_ssa_def *packed, in nir_format_unpack_int()
117 nir_format_unpack_uint(nir_builder *b, nir_ssa_def *packed, in nir_format_unpack_uint()
124 nir_format_unpack_sint(nir_builder *b, nir_ssa_def *packed, in nir_format_unpack_sint()
135 nir_ssa_def *packed = nir_imm_int(b, 0); in nir_format_pack_uint_unmasked() local
347 nir_format_unpack_11f11f10f(nir_builder *b, nir_ssa_def *packed) in nir_format_unpack_11f11f10f()
376 nir_ssa_def *packed = nir_imm_int(b, 0); in nir_format_pack_11f11f10f() local
438 nir_ssa_def *packed = nir_channel(b, mantissa, 0); in nir_format_pack_r9g9b9e5() local
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
DGifHeaderParser.java151 int packed = read(); in readGraphicControlExt() local
182 int packed = read(); in readBitmap() local
254 int packed = read(); in readLSD() local
/external/libvpx/libvpx/vp8/common/x86/
Dbilinear_filter_sse2.c83 const __m128i packed = _mm_packus_epi16(row_lo, row_hi); in vertical_16x16() local
121 const __m128i packed = _mm_packus_epi16(shifted_lo, shifted_hi); in vertical_16x16() local
191 const __m128i packed = _mm_packus_epi16(row, row); in vertical_8xN() local
213 const __m128i packed = _mm_packus_epi16(shifted, shifted); in vertical_8xN() local
291 __m128i packed = _mm_packus_epi16(row, row); in vertical_4x4() local
315 __m128i packed = _mm_packus_epi16(shifted, shifted); in vertical_4x4() local
/external/rust/crates/grpcio-sys/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
/external/grpc-grpc/src/core/lib/slice/
Db64.cc133 uint32_t packed = (static_cast<uint32_t>(codes[0]) << 2) | in decode_one_char() local
140 uint32_t packed = (static_cast<uint32_t>(codes[0]) << 10) | in decode_two_chars() local
182 uint32_t packed = (static_cast<uint32_t>(codes[0]) << 18) | in decode_group() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_pack_color.h488 uint32_t packed = util_pack_mask_z(format, z); in util_pack_mask_z_stencil() local
511 uint64_t packed; in util_pack64_mask_z_stencil() local
595 uint32_t packed = util_pack_z(format, z); in util_pack_z_stencil() local
618 uint64_t packed; in util_pack64_z_stencil() local
/external/mesa3d/src/util/tests/format/
Du_format_test.c59 const uint8_t *packed, in print_packed()
286 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_rgba_float() local
411 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_rgba_8unorm() local
507 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_z_float() local
585 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_z_32unorm() local
664 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_s_8uint() local
/external/rust/crates/serde_cbor/tests/
Dstd_types.rs62 let packed = &to_vec_packed(&expr).expect("serializing packed")[..]; localVariable
68 let mut packed = to_vec_packed(&expr).expect("serializing packed"); localVariable
/external/pigweed/pw_protobuf/pw_protobuf_test_protos/
Dnon_pw_package.proto24 string packed = 1; field
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliFlexLexer.java134 private static int zzUnpackAction(String packed, int offset, int [] result) { in zzUnpackAction()
319 private static int zzUnpackRowMap(String packed, int offset, int [] result) { in zzUnpackRowMap()
2935 private static int zzUnpackTrans(String packed, int offset, int [] result) { in zzUnpackTrans()
3002 private static int zzUnpackAttribute(String packed, int offset, int [] result) { in zzUnpackAttribute()
3258 private static char [] zzUnpackCMap(String packed) { in zzUnpackCMap()
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php48 private $packed; variable in Google\\Protobuf\\Internal\\FieldDescriptor
162 public function setPacked($packed)

12345678