/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/android-crates-io/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/stable/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 …]
|
/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 …]
|
/external/cronet/tot/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 …]
|
/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
|
D | SkColorPriv.h | 96 #define SkGetPackedA32(packed) ((uint32_t)((packed) << (24 - SK_A32_SHIFT)) >> 24) argument 97 #define SkGetPackedR32(packed) ((uint32_t)((packed) << (24 - SK_R32_SHIFT)) >> 24) argument 98 #define SkGetPackedG32(packed) ((uint32_t)((packed) << (24 - SK_G32_SHIFT)) >> 24) argument 99 #define SkGetPackedB32(packed) ((uint32_t)((packed) << (24 - SK_B32_SHIFT)) >> 24) argument
|
/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/executorch/backends/vulkan/runtime/graph/ops/ |
D | PrepackNode.cpp | 19 vkapi::ShaderInfo get_noop_shader(ComputeGraph& graph, const ValueRef packed) { in get_noop_shader() 33 const ValueRef packed, in PrepackNode() 49 vTensorPtr packed = graph->get_tensor(packed_); in create_staging_buffer() local 71 vTensorPtr packed = graph->get_tensor(packed_); in encode() local
|
/external/python/cpython3/Tools/unicode/ |
D | dawg.py | 422 def decode_node(packed, node): argument 427 def decode_edge(packed, edgeindex, prev_child_offset, offset): argument 439 def _match_edge(packed, s, size, node_offset, stringpos): argument 452 def lookup(packed, data, s): argument 455 def _lookup(packed, s): argument 487 def inverse_lookup(packed, inverse, x): argument 491 def _inverse_lookup(packed, pos): argument
|
/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 | 837 uint32_t packed, in v3d_qpu_float32_unpack_unpack() 870 uint32_t *packed) in v3d_qpu_float32_unpack_pack() 900 v3d_qpu_int32_unpack_unpack(uint32_t packed, in v3d_qpu_int32_unpack_unpack() 926 uint32_t *packed) in v3d_qpu_int32_unpack_pack() 950 v3d_qpu_float16_unpack_unpack(uint32_t packed, in v3d_qpu_float16_unpack_unpack() 976 uint32_t *packed) in v3d_qpu_float16_unpack_pack() 1001 uint32_t *packed) in v3d_qpu_float32_pack_pack() 1696 uint32_t packed; in v3d42_qpu_add_pack() local 1722 uint32_t packed; in v3d42_qpu_add_pack() local 1933 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/android-crates-io/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 121 let packed: Vec<u8> = #packed; in generate_unit_tests() localVariable
|
/external/rust/android-crates-io/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/pytorch/aten/src/ATen/ |
D | cpp_custom_type_hack.h | 66 isa(const Tensor& packed) { in isa() 76 cast(const Tensor& packed) { in cast()
|
/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()
|