Searched refs:padded (Results 1 – 25 of 205) sorted by relevance
123456789
661 …cceleration_structures.flags.fragment_shader.cpu_built.triangles.identical_instances.padded.0_0_0_0662 …structures.flags.fragment_shader.cpu_built.triangles.identical_instances.padded.0_0_0_0_bottomgene…663 …_structures.flags.fragment_shader.cpu_built.triangles.identical_instances.padded.0_0_0_0_topgeneric664 …structures.flags.fragment_shader.cpu_built.triangles.identical_instances.padded.0_0_0_0_bothgeneric665 …ion_structures.flags.fragment_shader.cpu_built.triangles.identical_instances.padded.0_0_0_lowmemory666 …structures.flags.fragment_shader.cpu_built.triangles.identical_instances.padded.0_0_0_lowmemory_bo…667 …structures.flags.fragment_shader.cpu_built.triangles.identical_instances.padded.0_0_0_lowmemory_to…668 …structures.flags.fragment_shader.cpu_built.triangles.identical_instances.padded.0_0_0_lowmemory_bo…669 …on_structures.flags.fragment_shader.cpu_built.triangles.identical_instances.padded.0_0_compaction_0670 …structures.flags.fragment_shader.cpu_built.triangles.identical_instances.padded.0_0_compaction_0_b…[all …]
1643 …acing_pipeline.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_0_01644 …ne.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_0_0_bottomgene…1645 …ine.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_0_0_topgeneric1646 …ne.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_0_0_bothgeneric1647 …peline.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_0_lowmemory1648 …ne.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_0_lowmemory_bo…1649 …ne.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_0_lowmemory_to…1650 …ne.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_0_lowmemory_bo…1651 …eline.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_compaction_01652 …ne.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_compaction_0_b…[all …]
1673 …acing_pipeline.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_0_01674 …ne.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_0_0_bottomgene…1675 …ine.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_0_0_topgeneric1676 …ne.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_0_0_bothgeneric1677 …peline.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_0_lowmemory1678 …ne.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_0_lowmemory_bo…1679 …ne.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_0_lowmemory_to…1680 …ne.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_0_lowmemory_bo…1681 …eline.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_compaction_01682 …ne.acceleration_structures.flags.cpu_built.triangles.identical_instances.padded.0_0_compaction_0_b…[all …]
31 Normally the final MDC2 block is padded with zeros.32 If the pad type is set to 2 then the final block is padded with 0x80 followed by
235 g_free (ffmpegdec->padded); in gst_ffmpegauddec_stop()236 ffmpegdec->padded = NULL; in gst_ffmpegauddec_stop()697 ffmpegdec->padded = g_realloc (ffmpegdec->padded, ffmpegdec->padded_size); in gst_ffmpegauddec_handle_frame()703 memcpy (ffmpegdec->padded, data, size); in gst_ffmpegauddec_handle_frame()704 memset (ffmpegdec->padded + size, 0, AV_INPUT_BUFFER_PADDING_SIZE); in gst_ffmpegauddec_handle_frame()706 data = ffmpegdec->padded; in gst_ffmpegauddec_handle_frame()
41 guint8 *padded; member
62 guint8 *padded; member
49 Rather, the size of the bound range is padded to some power of two multiple,51 and that padded size is bounds-checked.
3 "/wd4324", # Structure was padded due to __declspec(align()), which is
44 "/wd4324", # structure was padded
74 … struct tbb::internal::padded<tbb::internal::arena_slot_line1> at tbb_stddef.h:261:175 … struct tbb::internal::padded<tbb::internal::arena_slot_line2> at tbb_stddef.h:261:177 … struct tbb::internal::padded<tbb::internal::arena_slot_line1, 128ul> at tbb_stddef.h:251:178 … struct tbb::internal::padded<tbb::internal::arena_slot_line2, 128ul> at tbb_stddef.h:251:183 … struct tbb::internal::padded<tbb::internal::arena_base> at tbb_stddef.h:261:185 … struct tbb::internal::padded<tbb::internal::arena_base, 128ul> at tbb_stddef.h:251:196 … struct tbb::internal::padded<tbb::internal::unpadded_mail_outbox, 128ul> at tbb_stddef.h:251:1
73 if *s* is incorrectly padded.135 incorrectly padded or if there are non-alphabet characters present in the176 incorrectly padded or if there are non-alphabet characters present in the193 *pad* controls whether the input is padded to a multiple of 4227 If *pad* is true, the input is padded with ``b'\0'`` so its length is a
18 -Wno-padded \
22 "/wd4324", # structure was padded due to alignment specifier
1607 guint offset, padded; in gst_rtcp_packet_sdes_add_entry() local1625 padded = (offset + 2 + len + 1 + 3) & ~3; in gst_rtcp_packet_sdes_add_entry()1628 if (packet->offset + padded >= maxsize) in gst_rtcp_packet_sdes_add_entry()1631 packet->rtcp->map.size = packet->offset + padded; in gst_rtcp_packet_sdes_add_entry()1639 packet->length = (padded - 4) >> 2; in gst_rtcp_packet_sdes_add_entry()1917 guint8 len, padded; in gst_rtcp_packet_bye_set_reason() local1942 padded = ((len + 1) + 3) & ~3; in gst_rtcp_packet_bye_set_reason()1945 if (roffset + padded >= maxsize) in gst_rtcp_packet_bye_set_reason()1952 packet->length += (padded >> 2) - 1; in gst_rtcp_packet_bye_set_reason()1956 packet->rtcp->map.size += padded; in gst_rtcp_packet_bye_set_reason()