Home
last modified time | relevance | path

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

/external/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()
/external/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()
/external/harfbuzz_ng/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()
/external/kernel-headers/original/uapi/linux/tc_ematch/
Dtc_em_text.h12 __u16 from_offset; member
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_string.h16 __u16 from_offset; member
/external/iptables/include/linux/netfilter/
Dxt_string.h15 __u16 from_offset; member
/external/rust/crates/nix/test/
Dtest_fcntl.rs120 let mut from_offset: i64 = 3; in test_copy_file_range() localVariable
123 Some(&mut from_offset), in test_copy_file_range()
135 assert_eq!(from_offset, 6); in test_copy_file_range()
/external/rust/crates/chrono/src/offset/
Dutc.rs65 fn from_offset(_state: &Utc) -> Utc { in from_offset() method
Dfixed.rs104 fn from_offset(offset: &FixedOffset) -> FixedOffset { in from_offset() method
Dlocal.rs120 fn from_offset(_offset: &FixedOffset) -> Local { in from_offset() method
Dmod.rs423 fn from_offset(offset: &Self::Offset) -> Self; in from_offset() method
/external/autotest/server/site_tests/tast/
Dtast_unittest.py652 def from_offset(offset): function
663 self._start_time = from_offset(start_offset)
664 self._end_time = from_offset(end_offset)
666 [(e[0], from_offset(e[1])) for e in errors] if errors else [])
/external/clang/bindings/python/tests/cindex/
Dtest_location.py63 offset_location = SourceLocation.from_offset(tu, file, 5)
/external/llvm-project/clang/bindings/python/tests/cindex/
Dtest_location.py73 offset_location = SourceLocation.from_offset(tu, file, 5)
/external/rust/crates/chrono/src/
Ddate.rs214 TimeZone::from_offset(&self.offset) in timezone()
Ddatetime.rs206 TimeZone::from_offset(&self.offset) in timezone()
/external/clang/bindings/python/clang/
Dcindex.py188 def from_offset(tu, file, offset): member in SourceLocation
2493 return SourceLocation.from_offset(self, f, position)
2523 start_location = SourceLocation.from_offset(self, f,
2530 end_location = SourceLocation.from_offset(self, f, end_location)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py260 def from_offset(tu, file, offset): member in SourceLocation
2924 return SourceLocation.from_offset(self, f, position)
2954 start_location = SourceLocation.from_offset(self, f,
2961 end_location = SourceLocation.from_offset(self, f, end_location)