| /external/pigweed/pw_protobuf/ |
| D | decoder_fuzzer.cc | 51 uint32_t packed[kMaxRepeatedRead] = {0}; in RecursiveFuzzedDecode() local 62 uint64_t packed[kMaxRepeatedRead] = {0}; in RecursiveFuzzedDecode() local 73 int32_t packed[kMaxRepeatedRead] = {0}; in RecursiveFuzzedDecode() local 84 int64_t packed[kMaxRepeatedRead] = {0}; in RecursiveFuzzedDecode() local 95 int32_t packed[kMaxRepeatedRead] = {0}; in RecursiveFuzzedDecode() local 106 int64_t packed[kMaxRepeatedRead] = {0}; in RecursiveFuzzedDecode() local 122 uint32_t packed[kMaxRepeatedRead] = {0}; in RecursiveFuzzedDecode() local 133 uint64_t packed[kMaxRepeatedRead] = {0}; in RecursiveFuzzedDecode() local 144 int32_t packed[kMaxRepeatedRead] = {0}; in RecursiveFuzzedDecode() local 155 int64_t packed[kMaxRepeatedRead] = {0}; in RecursiveFuzzedDecode() local [all …]
|
| /external/rust/crates/pdl-compiler/tests/canonical/ |
| D | le_test_vectors.json | 6 "packed": "0000000000000000", string 13 "packed": "80ffffffffffffff", string 20 "packed": "8003830282018100", string 27 "packed": "7f00000000000000", string 34 "packed": "ffffffffffffffff", string 41 "packed": "ff03830282018100", string 48 "packed": "0000000000000000", string 55 "packed": "80ffffffffffffff", string 62 "packed": "8003830282018100", string 74 "packed": "0100000000000000", string [all …]
|
| D | be_test_vectors.json | 6 "packed": "0000000000000000", string 13 "packed": "ffffffffffffff80", string 20 "packed": "0081018202830380", string 27 "packed": "000000000000007f", string 34 "packed": "ffffffffffffffff", string 41 "packed": "00810182028303ff", string 48 "packed": "0000000000000000", string 55 "packed": "ffffffffffffff80", string 62 "packed": "0081018202830380", string 74 "packed": "0000000000000001", string [all …]
|
| /external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | Writer.java | 141 void writeInt32List(int fieldNumber, List<Integer> value, boolean packed) throws IOException; in writeInt32List() 144 void writeFixed32List(int fieldNumber, List<Integer> value, boolean packed) throws IOException; in writeFixed32List() 147 void writeInt64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeInt64List() 150 void writeUInt64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeUInt64List() 153 void writeFixed64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeFixed64List() 156 void writeFloatList(int fieldNumber, List<Float> value, boolean packed) throws IOException; in writeFloatList() 159 void writeDoubleList(int fieldNumber, List<Double> value, boolean packed) throws IOException; in writeDoubleList() 162 void writeEnumList(int fieldNumber, List<Integer> value, boolean packed) throws IOException; in writeEnumList() 165 void writeBoolList(int fieldNumber, List<Boolean> value, boolean packed) throws IOException; in writeBoolList() 174 void writeUInt32List(int fieldNumber, List<Integer> value, boolean packed) throws IOException; in writeUInt32List() [all …]
|
| D | SchemaUtil.java | 186 int fieldNumber, List<Double> value, Writer writer, boolean packed) throws IOException { in writeDoubleList() 193 int fieldNumber, List<Float> value, Writer writer, boolean packed) throws IOException { in writeFloatList() 200 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeInt64List() 207 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeUInt64List() 214 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeSInt64List() 221 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeFixed64List() 228 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeSFixed64List() 235 int fieldNumber, List<Integer> value, Writer writer, boolean packed) throws IOException { in writeInt32List() 242 int fieldNumber, List<Integer> value, Writer writer, boolean packed) throws IOException { in writeUInt32List() 249 int fieldNumber, List<Integer> value, Writer writer, boolean packed) throws IOException { in writeSInt32List() [all …]
|
| D | CodedOutputStreamWriter.java | 191 public void writeInt32List(int fieldNumber, List<Integer> value, boolean packed) in writeInt32List() 215 public void writeFixed32List(int fieldNumber, List<Integer> value, boolean packed) in writeFixed32List() 239 public void writeInt64List(int fieldNumber, List<Long> value, boolean packed) throws IOException { in writeInt64List() 262 public void writeUInt64List(int fieldNumber, List<Long> value, boolean packed) in writeUInt64List() 286 public void writeFixed64List(int fieldNumber, List<Long> value, boolean packed) in writeFixed64List() 310 public void writeFloatList(int fieldNumber, List<Float> value, boolean packed) in writeFloatList() 334 public void writeDoubleList(int fieldNumber, List<Double> value, boolean packed) in writeDoubleList() 358 public void writeEnumList(int fieldNumber, List<Integer> value, boolean packed) in writeEnumList() 382 public void writeBoolList(int fieldNumber, List<Boolean> value, boolean packed) in writeBoolList() 435 public void writeUInt32List(int fieldNumber, List<Integer> value, boolean packed) in writeUInt32List() [all …]
|
| D | BinaryWriter.java | 203 public final void writeInt32List(int fieldNumber, List<Integer> list, boolean packed) in writeInt32List() 212 private final void writeInt32List_Internal(int fieldNumber, List<Integer> list, boolean packed) in writeInt32List_Internal() 230 private final void writeInt32List_Internal(int fieldNumber, IntArrayList list, boolean packed) in writeInt32List_Internal() 249 public final void writeFixed32List(int fieldNumber, List<Integer> list, boolean packed) in writeFixed32List() 258 private final void writeFixed32List_Internal(int fieldNumber, List<Integer> list, boolean packed) in writeFixed32List_Internal() 276 private final void writeFixed32List_Internal(int fieldNumber, IntArrayList list, boolean packed) in writeFixed32List_Internal() 295 public final void writeInt64List(int fieldNumber, List<Long> list, boolean packed) in writeInt64List() 301 public final void writeUInt64List(int fieldNumber, List<Long> list, boolean packed) in writeUInt64List() 310 private final void writeUInt64List_Internal(int fieldNumber, List<Long> list, boolean packed) in writeUInt64List_Internal() 328 private final void writeUInt64List_Internal(int fieldNumber, LongArrayList list, boolean packed) in writeUInt64List_Internal() [all …]
|
| /external/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | Writer.java | 141 void writeInt32List(int fieldNumber, List<Integer> value, boolean packed) throws IOException; in writeInt32List() 144 void writeFixed32List(int fieldNumber, List<Integer> value, boolean packed) throws IOException; in writeFixed32List() 147 void writeInt64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeInt64List() 150 void writeUInt64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeUInt64List() 153 void writeFixed64List(int fieldNumber, List<Long> value, boolean packed) throws IOException; in writeFixed64List() 156 void writeFloatList(int fieldNumber, List<Float> value, boolean packed) throws IOException; in writeFloatList() 159 void writeDoubleList(int fieldNumber, List<Double> value, boolean packed) throws IOException; in writeDoubleList() 162 void writeEnumList(int fieldNumber, List<Integer> value, boolean packed) throws IOException; in writeEnumList() 165 void writeBoolList(int fieldNumber, List<Boolean> value, boolean packed) throws IOException; in writeBoolList() 174 void writeUInt32List(int fieldNumber, List<Integer> value, boolean packed) throws IOException; in writeUInt32List() [all …]
|
| D | SchemaUtil.java | 186 int fieldNumber, List<Double> value, Writer writer, boolean packed) throws IOException { in writeDoubleList() 193 int fieldNumber, List<Float> value, Writer writer, boolean packed) throws IOException { in writeFloatList() 200 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeInt64List() 207 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeUInt64List() 214 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeSInt64List() 221 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeFixed64List() 228 int fieldNumber, List<Long> value, Writer writer, boolean packed) throws IOException { in writeSFixed64List() 235 int fieldNumber, List<Integer> value, Writer writer, boolean packed) throws IOException { in writeInt32List() 242 int fieldNumber, List<Integer> value, Writer writer, boolean packed) throws IOException { in writeUInt32List() 249 int fieldNumber, List<Integer> value, Writer writer, boolean packed) throws IOException { in writeSInt32List() [all …]
|
| D | CodedOutputStreamWriter.java | 191 public void writeInt32List(int fieldNumber, List<Integer> value, boolean packed) in writeInt32List() 215 public void writeFixed32List(int fieldNumber, List<Integer> value, boolean packed) in writeFixed32List() 239 public void writeInt64List(int fieldNumber, List<Long> value, boolean packed) throws IOException { in writeInt64List() 262 public void writeUInt64List(int fieldNumber, List<Long> value, boolean packed) in writeUInt64List() 286 public void writeFixed64List(int fieldNumber, List<Long> value, boolean packed) in writeFixed64List() 310 public void writeFloatList(int fieldNumber, List<Float> value, boolean packed) in writeFloatList() 334 public void writeDoubleList(int fieldNumber, List<Double> value, boolean packed) in writeDoubleList() 358 public void writeEnumList(int fieldNumber, List<Integer> value, boolean packed) in writeEnumList() 382 public void writeBoolList(int fieldNumber, List<Boolean> value, boolean packed) in writeBoolList() 435 public void writeUInt32List(int fieldNumber, List<Integer> value, boolean packed) in writeUInt32List() [all …]
|
| D | BinaryWriter.java | 203 public final void writeInt32List(int fieldNumber, List<Integer> list, boolean packed) in writeInt32List() 212 private final void writeInt32List_Internal(int fieldNumber, List<Integer> list, boolean packed) in writeInt32List_Internal() 230 private final void writeInt32List_Internal(int fieldNumber, IntArrayList list, boolean packed) in writeInt32List_Internal() 249 public final void writeFixed32List(int fieldNumber, List<Integer> list, boolean packed) in writeFixed32List() 258 private final void writeFixed32List_Internal(int fieldNumber, List<Integer> list, boolean packed) in writeFixed32List_Internal() 276 private final void writeFixed32List_Internal(int fieldNumber, IntArrayList list, boolean packed) in writeFixed32List_Internal() 295 public final void writeInt64List(int fieldNumber, List<Long> list, boolean packed) in writeInt64List() 301 public final void writeUInt64List(int fieldNumber, List<Long> list, boolean packed) in writeUInt64List() 310 private final void writeUInt64List_Internal(int fieldNumber, List<Long> list, boolean packed) in writeUInt64List_Internal() 328 private final void writeUInt64List_Internal(int fieldNumber, LongArrayList list, boolean packed) in writeUInt64List_Internal() [all …]
|
| /external/skia/src/core/ |
| D | SkPath_serial.cpp | 55 static unsigned extract_version(uint32_t packed) { in extract_version() 59 static SkPathFillType extract_filltype(uint32_t packed) { in extract_filltype() 63 static SerializationType extract_serializationtype(uint32_t packed) { in extract_serializationtype() 89 int32_t packed = (fFillType << kFillType_SerializationShift) | in writeToMemoryAsRRect() local 110 int32_t packed = (fFillType << kFillType_SerializationShift) | in writeToMemory() local 157 uint32_t packed; in readAsRRect() local 195 uint32_t packed; in readFromMemory() local
|
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_format_yuv.c | 57 LLVMValueRef packed, in uyvy_to_yuv_soa() 141 LLVMValueRef packed, in yuyv_to_yuv_soa() 366 LLVMValueRef packed, in uyvy_to_rgba_aos() 386 LLVMValueRef packed, in vyuy_to_rgba_aos() 407 LLVMValueRef packed, in yuyv_to_rgba_aos() 427 LLVMValueRef packed, in yvyu_to_rgba_aos() 448 LLVMValueRef packed, in rgbg_to_rgba_aos() 467 LLVMValueRef packed, in grgb_to_rgba_aos() 485 LLVMValueRef packed, in grbr_to_rgba_aos() 504 LLVMValueRef packed, in rgrb_to_rgba_aos() [all …]
|
| D | lp_bld_format_soa.c | 125 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 986 LLVMValueRef *packed) in lp_build_pack_rgba_soa() 1023 LLVMValueRef packed[4]; in lp_build_store_rgba_soa() local
|
| /external/clang/test/SemaCXX/ |
| D | cxx11-gnu-attrs.cpp | 70 struct [[gnu::packed]] packed { char c; int n; }; argument
|
| /external/mesa3d/src/broadcom/qpu/ |
| D | qpu_pack.c | 902 v3d_qpu_float32_unpack_unpack(uint32_t packed, in v3d_qpu_float32_unpack_unpack() 925 uint32_t *packed) in v3d_qpu_float32_unpack_pack() 946 v3d_qpu_int32_unpack_unpack(uint32_t packed, in v3d_qpu_int32_unpack_unpack() 972 uint32_t *packed) in v3d_qpu_int32_unpack_pack() 996 v3d_qpu_float16_unpack_unpack(uint32_t packed, in v3d_qpu_float16_unpack_unpack() 1022 uint32_t *packed) in v3d_qpu_float16_unpack_pack() 1047 uint32_t *packed) in v3d_qpu_float32_pack_pack() 1738 uint32_t packed; in v3d33_qpu_add_pack() local 1763 uint32_t packed; in v3d33_qpu_add_pack() local 1969 uint32_t packed; in v3d71_qpu_add_pack() local [all …]
|
| /external/mesa3d/src/nouveau/mme/ |
| D | mme_bitpack_helpers.h | 21 uint64_t packed = util_bitpack_uint(data, start, end); in pack_uint() local 38 uint64_t packed = util_bitpack_sint(data, start, end); in pack_sint() local 55 uint64_t packed = b[dw]; in unpack_uint() local
|
| /external/rust/crates/pdl-compiler/src/backends/rust/ |
| D | test.rs | 30 packed: String, field 90 let packed = hexadecimal_to_vec(&test_vector.packed); in generate_unit_tests() localVariable 111 let packed = #packed; in generate_unit_tests() localVariable 120 let packed: Vec<u8> = #packed; in generate_unit_tests() localVariable
|
| /external/rust/crates/pdl-compiler/src/backends/rust_legacy/ |
| D | test.rs | 30 packed: String, field 90 let packed = hexadecimal_to_vec(&test_vector.packed); in generate_unit_tests() localVariable 112 let packed = #packed; in generate_unit_tests() localVariable 122 let packed: Vec<u8> = #packed; in generate_unit_tests() localVariable
|
| /external/mesa3d/src/imagination/csbgen/ |
| D | pvr_packet_helpers.h | 87 __pvr_uint_unpack(uint64_t packed, uint32_t start, uint32_t end) in __pvr_uint_unpack() 116 __pvr_sint_unpack(uint64_t packed, uint32_t start, uint32_t end) in __pvr_sint_unpack() 140 __pvr_offset_unpack(uint64_t packed, in __pvr_offset_unpack() 166 __pvr_address_unpack(uint64_t packed, in __pvr_address_unpack() 184 __pvr_float_unpack(uint32_t packed) in __pvr_float_unpack()
|
| /external/mesa3d/src/compiler/nir/ |
| D | nir_format_convert.h | 90 nir_format_unpack_int(nir_builder *b, nir_def *packed, in nir_format_unpack_int() 127 nir_format_unpack_uint(nir_builder *b, nir_def *packed, in nir_format_unpack_uint() 134 nir_format_unpack_sint(nir_builder *b, nir_def *packed, in nir_format_unpack_sint() 145 nir_def *packed = nir_imm_int(b, 0); in nir_format_pack_uint_unmasked() local 160 nir_def *packed = nir_imm_int(b, 0); in nir_format_pack_uint_unmasked_ssa() local 369 nir_format_unpack_11f11f10f(nir_builder *b, nir_def *packed) in nir_format_unpack_11f11f10f() 398 nir_def *packed = nir_imm_int(b, 0); in nir_format_pack_11f11f10f() local 458 nir_def *packed = nir_channel(b, mantissa, 0); in nir_format_pack_r9g9b9e5() local
|
| /external/skia/include/core/ |
| D | SkColorPriv.h | 92 #define SkGetPackedA32(packed) ((uint32_t)((packed) << (24 - SK_A32_SHIFT)) >> 24) argument 93 #define SkGetPackedR32(packed) ((uint32_t)((packed) << (24 - SK_R32_SHIFT)) >> 24) argument 94 #define SkGetPackedG32(packed) ((uint32_t)((packed) << (24 - SK_G32_SHIFT)) >> 24) argument 95 #define SkGetPackedB32(packed) ((uint32_t)((packed) << (24 - SK_B32_SHIFT)) >> 24) argument
|
| /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/ |
| D | GifHeaderParser.java | 151 int packed = read(); in readGraphicControlExt() local 182 int packed = read(); in readBitmap() local 254 int packed = read(); in readLSD() local
|
| /external/mesa3d/src/mesa/state_tracker/ |
| D | st_draw_hw_select.c | 62 #define set_uniform_location(var, field, packed) \ argument 107 face_culling(nir_builder *b, nir_def **v, bool packed) in face_culling() 348 get_user_clip_plane(nir_builder *b, int index, bool packed) in get_user_clip_plane() 361 get_depth_range_transform(nir_builder *b, bool packed, nir_def **trans) in get_depth_range_transform() 393 bool offset_from_attribute, bool packed) in update_result_buffer() 424 build_point_nir_shader(nir_builder *b, union state_key state, bool packed) in build_point_nir_shader() 454 create_clip_planes(nir_builder *b, int num_clip_planes, bool packed) in create_clip_planes() 479 build_line_nir_shader(nir_builder *b, union state_key state, bool packed) in build_line_nir_shader() 538 build_planar_primitive_nir_shader(nir_builder *b, union state_key state, bool packed) in build_planar_primitive_nir_shader() 627 bool packed = st->ctx->Const.PackedDriverUniformStorage; in hw_select_create_gs() local
|
| /external/rust/crates/sharded-slab/src/tests/ |
| D | mod.rs | 14 let packed = tid.pack(0); localVariable 28 let packed = tid.pack(gen.pack(addr.pack(0))); localVariable
|