Home
last modified time | relevance | path

Searched refs:from_offset (Results 1 – 18 of 18) sorted by relevance

/third_party/libnl/lib/route/cls/ematch/
Dtext.c36 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/
Dlibxt_string.c58 .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/
Dslice.hpp66 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/
Dslice.hpp66 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/
Dhb-ot-var-avar-table.hh63 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/
Dhb-ot-var-avar-table.hh63 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/
Dbimap.cpp56 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/
Dxt_string.h15 __u16 from_offset; member
/third_party/mesa3d/src/util/perf/
Du_trace.h229 void *ts_from, uint32_t from_offset,
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvdemux.h158 gint64 from_offset; member
Dgstflvdemux.c2534 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/
Dcpp_include_paths.hpp66 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/
Dmatroska-ids.h559 gint64 from_offset; member
Dmatroska-demux.c731 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()
Dmatroska-parse.c2033 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/
Dtu_device.c1336 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()
Dtu_private.h1735 void *ts_from, uint32_t from_offset,
/third_party/gstreamer/gstplugins_good/
DChangeLog70868 matroskademux: Properly initialize from_offset and from_time