Searched refs:from_offset (Results 1 - 8 of 8) sorted by relevance

/external/kernel-headers/original/uapi/linux/tc_ematch/
H A Dtc_em_text.h12 __u16 from_offset; member in struct:tcf_em_text
/external/iptables/include/linux/netfilter/
H A Dxt_string.h15 __u16 from_offset; member in struct:xt_string_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_string.h16 __u16 from_offset; member in struct:xt_string_info
/external/libnl/lib/route/cls/ematch/
H A Dtext.c35 t->cfg.from_offset = offset;
41 return ((struct text_data *) rtnl_ematch_data(e))->cfg.from_offset;
133 if (t->cfg.from_layer || t->cfg.from_offset) {
136 t->cfg.from_offset,
/external/iptables/extensions/
H A Dlibxt_string.c58 .flags = XTOPT_PUT, XTOPT_POINTER(s, from_offset)},
269 if (info->from_offset != 0)
270 printf(" FROM %u", info->from_offset);
293 if (info->from_offset != 0)
294 printf(" --from %u", info->from_offset);
/external/clang/bindings/python/tests/cindex/
H A Dtest_location.py63 offset_location = SourceLocation.from_offset(tu, file, 5)
/external/clang/bindings/python/clang/
H A Dcindex.py188 def from_offset(tu, file, offset): member in class: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/v8/src/
H A Dcode-stub-assembler.cc2170 Node* from_offset = IntPtrSub( local
2173 var_from_offset.Bind(from_offset);
2177 to_offset = from_offset;
2236 Node* compare = WordNotEqual(from_offset, limit_offset);
2262 Node* from_offset = local
2267 Node* limit_offset = IntPtrAdd(from_offset, byte_count);
2291 BuildFastLoop(vars, from_offset, limit_offset,

Completed in 1232 milliseconds