Home
last modified time | relevance | path

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

/external/iptables/extensions/
Dlibxt_string.c58 .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/lldb/source/Expression/
DClangUserExpression.cpp391 size_t from_offset; in ApplyObjcCastHack() local
393 while ((from_offset = expr.find(OBJC_CAST_HACK_FROM)) != expr.npos) in ApplyObjcCastHack()
394 expr.replace(from_offset, sizeof(OBJC_CAST_HACK_FROM) - 1, OBJC_CAST_HACK_TO); in ApplyObjcCastHack()
411 size_t from_offset; in ApplyUnicharHack() local
413 while ((from_offset = expr.find(UNICHAR_HACK_FROM)) != expr.npos) in ApplyUnicharHack()
414 expr.replace(from_offset, sizeof(UNICHAR_HACK_FROM) - 1, UNICHAR_HACK_TO); in ApplyUnicharHack()
/external/kernel-headers/original/uapi/linux/tc_ematch/
Dtc_em_text.h11 __u16 from_offset; member
/external/iproute2/include/linux/tc_ematch/
Dtc_em_text.h11 __u16 from_offset; member
/external/iptables/include/linux/netfilter/
Dxt_string.h15 __u16 from_offset; member
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_string.h15 __u16 from_offset; member
/external/clang/bindings/python/tests/cindex/
Dtest_location.py63 offset_location = SourceLocation.from_offset(tu, file, 5)
/external/clang/bindings/python/clang/
Dcindex.py188 def from_offset(tu, file, offset): member in SourceLocation
2408 return SourceLocation.from_offset(self, f, position)
2438 start_location = SourceLocation.from_offset(self, f,
2445 end_location = SourceLocation.from_offset(self, f, end_location)