/third_party/libnl/lib/route/cls/ematch/ |
D | text.c | 36 t->cfg.from_offset = offset; in rtnl_ematch_text_set_from() 42 return ((struct text_data *) rtnl_ematch_data(e))->cfg.from_offset; in rtnl_ematch_text_get_from_offset() 135 if (t->cfg.from_layer || t->cfg.from_offset) { in text_dump() 138 t->cfg.from_offset, in text_dump()
|
/third_party/iptables/extensions/ |
D | libxt_string.c | 58 .flags = XTOPT_PUT, XTOPT_POINTER(s, from_offset)}, 270 if (info->from_offset != 0) in string_print() 271 printf(" FROM %u", info->from_offset); in string_print() 294 if (info->from_offset != 0) in string_save() 295 printf(" --from %u", info->from_offset); in string_save()
|
/third_party/boost/boost/hana/ |
D | slice.hpp | 66 static constexpr auto from_offset(Xs&& xs, std::index_sequence<i...>) { in from_offset() function 72 return slice_impl::from_offset<from>( in apply()
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | slice.hpp | 66 static constexpr auto from_offset(Xs&& xs, std::index_sequence<i...>) { in from_offset() function 72 return slice_impl::from_offset<from>( in apply()
|
/third_party/harfbuzz/src/ |
D | hb-ot-var-avar-table.hh | 63 int map (int value, unsigned int from_offset = 0, unsigned int to_offset = 1) const in map() 65 #define fromCoord coords[from_offset] in map()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-var-avar-table.hh | 63 int map (int value, unsigned int from_offset = 0, unsigned int to_offset = 1) const in map() 65 #define fromCoord coords[from_offset] in map()
|
/third_party/boost/libs/multi_index/example/ |
D | bimap.cpp | 56 BOOST_STATIC_CONSTANT(unsigned,from_offset=offsetof(value_type,first)); 63 tag<from>,member_offset<value_type,FromType,from_offset> >,
|
/third_party/iptables/include/linux/netfilter/ |
D | xt_string.h | 15 __u16 from_offset; member
|
/third_party/mesa3d/src/util/perf/ |
D | u_trace.h | 229 void *ts_from, uint32_t from_offset,
|
/third_party/gstreamer/gstplugins_good/gst/flv/ |
D | gstflvdemux.h | 158 gint64 from_offset; member
|
D | gstflvdemux.c | 2534 demux->from_offset = -1; in gst_flv_demux_move_to_offset() 2539 demux->from_offset = -1; in gst_flv_demux_move_to_offset() 2560 demux->from_offset); in gst_flv_demux_seek_to_prev_keyframe() 2569 if (demux->from_offset <= 0) in gst_flv_demux_seek_to_prev_keyframe() 2580 GST_FORMAT_BYTES, demux->from_offset - 1); in gst_flv_demux_seek_to_prev_keyframe() 2593 demux->to_offset = demux->from_offset; in gst_flv_demux_seek_to_prev_keyframe() 2733 if (demux->from_offset == -1) in gst_flv_demux_loop() 2734 demux->from_offset = demux->offset; in gst_flv_demux_loop()
|
/third_party/boost/boost/wave/util/ |
D | cpp_include_paths.hpp | 66 BOOST_STATIC_CONSTANT(unsigned, from_offset = offsetof(value_type, first)); 74 boost::multi_index::member_offset<value_type, FromType, from_offset>
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-ids.h | 559 gint64 from_offset; member
|
D | matroska-demux.c | 731 context->from_offset = -1; in gst_matroska_demux_parse_stream() 2070 if (stream->from_offset != -1) in gst_matroska_demux_move_to_entry() 2071 stream->to_offset = stream->from_offset; in gst_matroska_demux_move_to_entry() 2073 stream->from_offset = -1; in gst_matroska_demux_move_to_entry() 4932 if (stream->from_offset == -1) in gst_matroska_demux_parse_blockgroup_or_simpleblock() 4933 stream->from_offset = offset; in gst_matroska_demux_parse_blockgroup_or_simpleblock()
|
D | matroska-parse.c | 2033 if (stream->from_offset == -1) in gst_matroska_parse_parse_blockgroup_or_simpleblock() 2034 stream->from_offset = offset; in gst_matroska_parse_parse_blockgroup_or_simpleblock()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 1336 void *ts_from, uint32_t from_offset, in tu_copy_timestamp_buffer() argument 1346 tu_cs_emit_qw(cs, bo_from->iova + from_offset * sizeof(uint64_t)); in tu_copy_timestamp_buffer()
|
D | tu_private.h | 1735 void *ts_from, uint32_t from_offset,
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 70868 matroskademux: Properly initialize from_offset and from_time
|