Searched refs:from_offset (Results 1 – 8 of 8) sorted by relevance
/external/libnl/lib/route/cls/ematch/ |
D | text.c | 35 t->cfg.from_offset = offset; in rtnl_ematch_text_set_from() 41 return ((struct text_data *) rtnl_ematch_data(e))->cfg.from_offset; in rtnl_ematch_text_get_from_offset() 133 if (t->cfg.from_layer || t->cfg.from_offset) { in text_dump() 136 t->cfg.from_offset, in text_dump()
|
/external/iptables/extensions/ |
D | libxt_string.c | 58 .flags = XTOPT_PUT, XTOPT_POINTER(s, from_offset)}, 269 if (info->from_offset != 0) in string_print() 270 printf(" FROM %u", info->from_offset); in string_print() 293 if (info->from_offset != 0) in string_save() 294 printf(" --from %u", info->from_offset); in string_save()
|
/external/kernel-headers/original/uapi/linux/tc_ematch/ |
D | tc_em_text.h | 12 __u16 from_offset; member
|
/external/iptables/include/linux/netfilter/ |
D | xt_string.h | 15 __u16 from_offset; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_string.h | 16 __u16 from_offset; member
|
/external/clang/bindings/python/tests/cindex/ |
D | test_location.py | 63 offset_location = SourceLocation.from_offset(tu, file, 5)
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 188 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/v8/src/ |
D | code-stub-assembler.cc | 2170 Node* from_offset = IntPtrSub( in CopyFixedArrayElements() local 2173 var_from_offset.Bind(from_offset); in CopyFixedArrayElements() 2177 to_offset = from_offset; in CopyFixedArrayElements() 2236 Node* compare = WordNotEqual(from_offset, limit_offset); in CopyFixedArrayElements() 2262 Node* from_offset = in CopyStringCharacters() local 2267 Node* limit_offset = IntPtrAdd(from_offset, byte_count); in CopyStringCharacters() 2291 BuildFastLoop(vars, from_offset, limit_offset, in CopyStringCharacters()
|