Home
last modified time | relevance | path

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

12345678910>>...38

/aosp_15_r20/hardware/google/apf/
Dapf_checksum_test.cc19 #define packed __attribute__((packed)) macro
25 union packed { in TEST() union
27 struct packed { in TEST() struct
28 struct ethhdr ethhdr; in TEST()
29 struct iphdr iphdr; in TEST()
30 struct udphdr udphdr; in TEST()
31 uint8_t udp_payload[]; in TEST()
72 union packed { in TEST() union
74 struct packed { in TEST() struct
75 struct ethhdr ethhdr; in TEST()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/canonical/
Dle_test_vectors.json6 "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 …]
Dbe_test_vectors.json6 "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 …]
/aosp_15_r20/external/pigweed/pw_protobuf/
H A Ddecoder_fuzzer.cc51 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 …]
/aosp_15_r20/frameworks/minikin/tests/unittest/
H A DPackedVectorTest.cpp29 PackedVector<int> packed; in TEST() local
36 PackedVector<int> packed(data, 5); in TEST() local
47 PackedVector<int> packed(data + 2, 2); in TEST() local
55 PackedVector<int> packed(data); in TEST() local
66 PackedVector<int> packed; in TEST() local
123 PackedVector<int> packed; in TEST() local
134 PackedVector<int> packed; in TEST() local
149 PackedVector<int> packed = {0, 1, 2, 3, 4, 5}; in TEST() local
158 PackedVector<int> packed = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in TEST() local
206 PackedVector<int> packed = {}; in TEST() local
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DSchemaUtil.java186 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 …]
H A DWriter.java141 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 …]
H A DCodedOutputStreamWriter.java191 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 …]
H A DBinaryWriter.java203 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 …]
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DSchemaUtil.java186 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 …]
H A DWriter.java141 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 …]
H A DCodedOutputStreamWriter.java191 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 …]
H A DBinaryWriter.java203 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 …]
/aosp_15_r20/external/mesa3d/src/broadcom/qpu/
H A Dqpu_pack.c835 uint32_t packed, in v3d_qpu_float32_unpack_unpack()
868 uint32_t *packed) in v3d_qpu_float32_unpack_pack()
898 v3d_qpu_int32_unpack_unpack(uint32_t packed, in v3d_qpu_int32_unpack_unpack()
924 uint32_t *packed) in v3d_qpu_int32_unpack_pack()
948 v3d_qpu_float16_unpack_unpack(uint32_t packed, in v3d_qpu_float16_unpack_unpack()
974 uint32_t *packed) in v3d_qpu_float16_unpack_pack()
999 uint32_t *packed) in v3d_qpu_float32_pack_pack()
1694 uint32_t packed; in v3d42_qpu_add_pack() local
1720 uint32_t packed; in v3d42_qpu_add_pack() local
1931 uint32_t packed; in v3d71_qpu_add_pack() local
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_yuv.c57 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 …]
H A 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
986 LLVMValueRef *packed) in lp_build_pack_rgba_soa()
1023 LLVMValueRef packed[4]; in lp_build_store_rgba_soa() local
/aosp_15_r20/external/skia/src/core/
H A DSkPath_serial.cpp55 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
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_draw_hw_select.c62 #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
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_format_convert.c57 nir_format_unpack_int(nir_builder *b, nir_def *packed, in nir_format_unpack_int()
103 nir_def *packed = nir_imm_int(b, 0); in nir_format_pack_uint_unmasked() local
123 nir_def *packed = nir_imm_int(b, 0); in nir_format_pack_uint_unmasked_ssa() local
378 nir_format_unpack_11f11f10f(nir_builder *b, nir_def *packed) in nir_format_unpack_11f11f10f()
407 nir_def *packed = nir_imm_int(b, 0); in nir_format_pack_11f11f10f() local
416 nir_format_unpack_r9g9b9e5(nir_builder *b, nir_def *packed) in nir_format_unpack_r9g9b9e5()
488 nir_def *packed = nir_channel(b, mantissa, 0); in nir_format_pack_r9g9b9e5() local
497 nir_format_unpack_rgba(nir_builder *b, nir_def *packed, in nir_format_unpack_rgba()
/aosp_15_r20/external/mesa3d/src/imagination/csbgen/
H A Dpvr_packet_helpers.h87 __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()
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/
H A DPrepackNode.cpp19 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
/aosp_15_r20/external/libvpx/vp8/common/x86/
H A 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
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust/
Dtest.rs30 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
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_legacy/
Dtest.rs30 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
/aosp_15_r20/out/soong/.intermediates/packages/modules/GeoTZ/s2storage/s2storage_ro/android_common/turbine/
Ds2storage_ro.jarcom/android/storage/block/read/Block$BlockVisitor.class <Unknown> package ...

12345678910>>...38