Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dm_action.c158 struct rtattr *tail, *tail2; in parse_action() local
171 tail = tail2 = NLMSG_TAIL(n); in parse_action()
265 tail2->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail2; in parse_action()
444 struct rtattr *tail2; in tc_action_gd() local
510 tail2 = NLMSG_TAIL(&req.n); in tc_action_gd()
515 tail2->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail2; in tc_action_gd()
579 struct rtattr *tail, *tail2, *tail3, *tail4; in tc_act_list_or_flush() local
598 tail2 = NLMSG_TAIL(&req.n); in tc_act_list_or_flush()
628 tail2->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail2; in tc_act_list_or_flush()
Dm_ife.c62 struct rtattr *tail2; in parse_ife() local
197 tail2 = NLMSG_TAIL(n); in parse_ife()
219 tail2->rta_len = (void *)NLMSG_TAIL(n) - (void *)tail2; in parse_ife()
/external/llvm-project/lld/COFF/
DCallGraphSort.cpp139 int tail1 = into.prev, tail2 = from.prev; in mergeClusters() local
140 into.prev = tail2; in mergeClusters()
141 cs[tail2].next = intoIdx; in mergeClusters()
/external/llvm-project/lld/ELF/
DCallGraphSort.cpp168 int tail1 = into.prev, tail2 = from.prev; in mergeClusters() local
169 into.prev = tail2; in mergeClusters()
170 cs[tail2].next = intoIdx; in mergeClusters()
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddwarf-callsite-related-attrs.ll1 ; $ clang++ -S -emit-llvm -o - -gdwarf-5 -o - -O1 tail2.cc
119 !3 = !DIFile(filename: "/Users/vsk/src/llvm.org-tailcall/tail2.cc", directory: "/Users/vsk/src/buil…
/external/skia/src/pathops/
DSkPathOpsTSect.cpp2025 const SkTSpan* tail2 = sect2->tail(); in BinarySearch() local
2026 if (!tail2) { in BinarySearch()
2029 if (approximately_greater_than_one(tail2->fEndT)) { in BinarySearch()
2031 if (tail2->isBounded()) { in BinarySearch()
2032 double t = tail2->closestBoundedT(end2); in BinarySearch()
/external/skqp/src/pathops/
DSkPathOpsTSect.cpp2025 const SkTSpan* tail2 = sect2->tail(); in BinarySearch() local
2026 if (!tail2) { in BinarySearch()
2029 if (approximately_greater_than_one(tail2->fEndT)) { in BinarySearch()
2031 if (tail2->isBounded()) { in BinarySearch()
2032 double t = tail2->closestBoundedT(end2); in BinarySearch()
/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp2067 CharList *l, *tail = NULL, *tail2 = NULL; in loadLists() local
2170 o->filePaths = pkg_appendToList(o->filePaths, &tail2, tmp); in loadLists()