Searched refs:tail2 (Results 1 – 5 of 5) sorted by relevance
158 struct rtattr *tail, *tail2; in parse_action() local171 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() local510 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() local598 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()
62 struct rtattr *tail2; in parse_ife() local197 tail2 = NLMSG_TAIL(n); in parse_ife()219 tail2->rta_len = (void *)NLMSG_TAIL(n) - (void *)tail2; in parse_ife()
2025 const SkTSpan* tail2 = sect2->tail(); in BinarySearch() local2026 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()
2026 CharList *l, *tail = NULL, *tail2 = NULL; in loadLists() local2129 o->filePaths = pkg_appendToList(o->filePaths, &tail2, tmp); in loadLists()