| /third_party/node/test/parallel/ |
| D | test-http2-getpackedsettings.js | 98 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/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | Writer.java | 140 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 …]
|
| D | SchemaUtil.java | 183 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 …]
|
| D | CodedOutputStreamWriter.java | 187 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 …]
|
| D | BinaryWriter.java | 201 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/src/core/ |
| D | SkPath_serial.cpp | 44 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
|
| D | SkFont_serial.cpp | 48 uint32_t packed = 0; in Flatten() local 83 const uint32_t packed = buffer.read32(); in Unflatten() local
|
| D | SkBitmapProcState.h | 120 #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
|
| /third_party/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() 387 LLVMValueRef packed, in yuyv_to_rgba_aos() 408 LLVMValueRef packed, in rgbg_to_rgba_aos() 427 LLVMValueRef packed, in grgb_to_rgba_aos() 445 LLVMValueRef packed, in grbr_to_rgba_aos() 464 LLVMValueRef packed, in rgrb_to_rgba_aos() 491 LLVMValueRef packed; in lp_build_fetch_subsampled_rgba_aos() local
|
| 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
|
| D | lp_bld_format_aos.c | 223 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
|
| /third_party/mesa3d/src/imagination/csbgen/ |
| D | pvr_packet_helpers.h | 86 __pvr_uint_unpack(uint64_t packed, uint32_t start, uint32_t end) in __pvr_uint_unpack() 115 __pvr_sint_unpack(uint64_t packed, uint32_t start, uint32_t end) in __pvr_sint_unpack() 139 __pvr_offset_unpack(uint64_t packed, in __pvr_offset_unpack() 165 __pvr_address_unpack(uint64_t packed, in __pvr_address_unpack() 183 __pvr_float_unpack(uint32_t packed) in __pvr_float_unpack()
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| D | v3d33_vpm_setup.c | 49 uint32_t packed; in v3d33_vir_vpm_read_setup() local 59 uint32_t packed; in v3d33_vir_vpm_write_setup() local
|
| /third_party/skia/include/core/ |
| D | SkColorPriv.h | 90 #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/mesa3d/src/compiler/nir/ |
| D | nir_format_convert.h | 89 nir_format_unpack_int(nir_builder *b, nir_ssa_def *packed, in nir_format_unpack_int() 126 nir_format_unpack_uint(nir_builder *b, nir_ssa_def *packed, in nir_format_unpack_uint() 133 nir_format_unpack_sint(nir_builder *b, nir_ssa_def *packed, in nir_format_unpack_sint() 144 nir_ssa_def *packed = nir_imm_int(b, 0); in nir_format_pack_uint_unmasked() local 160 nir_ssa_def *packed = nir_imm_int(b, 0); in nir_format_pack_uint_unmasked_ssa() local 369 nir_format_unpack_11f11f10f(nir_builder *b, nir_ssa_def *packed) in nir_format_unpack_11f11f10f() 398 nir_ssa_def *packed = nir_imm_int(b, 0); in nir_format_pack_11f11f10f() local 460 nir_ssa_def *packed = nir_channel(b, mantissa, 0); in nir_format_pack_r9g9b9e5() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| D | st_draw_hw_select.c | 62 #define set_uniform_location(var, field, packed) \ argument 108 face_culling(nir_builder *b, nir_ssa_def **v, bool packed) in face_culling() 349 get_user_clip_plane(nir_builder *b, int index, bool packed) in get_user_clip_plane() 362 get_depth_range_transform(nir_builder *b, bool packed, nir_ssa_def **trans) in get_depth_range_transform() 394 bool offset_from_attribute, bool packed) in update_result_buffer() 422 build_point_nir_shader(nir_builder *b, union state_key state, bool packed) in build_point_nir_shader() 452 create_clip_planes(nir_builder *b, int num_clip_planes, bool packed) in create_clip_planes() 477 build_line_nir_shader(nir_builder *b, union state_key state, bool packed) in build_line_nir_shader() 536 build_planar_primitive_nir_shader(nir_builder *b, union state_key state, bool packed) in build_planar_primitive_nir_shader() 625 bool packed = st->ctx->Const.PackedDriverUniformStorage; in hw_select_create_gs() local
|
| /third_party/mesa3d/src/broadcom/qpu/ |
| D | qpu_pack.c | 627 v3d_qpu_float32_unpack_unpack(uint32_t packed, in v3d_qpu_float32_unpack_unpack() 650 uint32_t *packed) in v3d_qpu_float32_unpack_pack() 671 v3d_qpu_float16_unpack_unpack(uint32_t packed, in v3d_qpu_float16_unpack_unpack() 697 uint32_t *packed) in v3d_qpu_float16_unpack_pack() 722 uint32_t *packed) in v3d_qpu_float32_pack_pack() 1130 uint32_t packed; in v3d_qpu_add_pack() local 1155 uint32_t packed; in v3d_qpu_add_pack() local 1228 uint32_t packed; in v3d_qpu_mul_pack() local 1254 uint32_t packed; in v3d_qpu_mul_pack() local 1272 uint32_t packed; in v3d_qpu_mul_pack() local
|
| /third_party/mesa3d/src/panfrost/lib/ |
| D | pan_clear.c | 50 pan_pack_color_32(uint32_t *packed, uint32_t v) in pan_pack_color_32() 94 pan_pack_raw(uint32_t *packed, const union pipe_color_union *color, enum pipe_format format) in pan_pack_raw() 118 pan_pack_color(uint32_t *packed, const union pipe_color_union *color, in pan_pack_color()
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| D | u_pack_color.h | 488 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 597 uint32_t packed = util_pack_z(format, z); in util_pack_z_stencil() local 620 uint64_t packed; in util_pack64_z_stencil() local
|
| /third_party/mesa3d/src/panfrost/lib/tests/ |
| D | test-clear.c | 33 uint32_t packed[4]; member 157 uint32_t packed[4]; in main() local
|
| /third_party/mesa3d/src/util/tests/format/ |
| D | u_format_test.c | 59 const uint8_t *packed, in print_packed() 284 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_rgba_float() local 407 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_rgba_8unorm() local 503 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_z_float() local 581 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_z_32unorm() local 660 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_s_8uint() local
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| D | panvk_vX_nir_lower_descriptors.c | 115 const uint32_t packed = (array_size - 1) << 16 | ubo_idx; in build_res_index() local 128 const uint32_t packed = (bind_layout->desc_ubo_stride << 16 ) | in build_res_index() local 149 const uint32_t packed = (desc_stride << 16) | ubo_idx; in build_res_index() local 206 nir_ssa_def *packed = nir_channel(b, res_index, 0); in build_buffer_addr_for_res_index() local 220 nir_ssa_def *packed = nir_channel(b, res_index, 0); in build_buffer_addr_for_res_index() local
|
| /third_party/skia/fuzz/oss_fuzz/ |
| D | FuzzPathDeserialize.cpp | 35 uint32_t packed; in LLVMFuzzerTestOneInput() local
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| D | midgard_emit.c | 181 unsigned packed = 0; in mir_pack_swizzle_64() local 230 unsigned packed = 0; in mir_pack_swizzle() local 397 unsigned packed = 0; in mir_pack_swizzle_tex() local 472 unsigned packed = 0; in midgard_pack_common_store_mask() local 504 unsigned packed = ins->mask; in mir_pack_ldst_mask() local 643 uint8_t packed; in texture_word_from_instr() local
|
| /third_party/mesa3d/src/util/format/ |
| D | u_format_tests.h | 55 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; member
|