Searched refs:new_n (Results 1 - 5 of 5) sorted by relevance

/external/iproute2/ip/
H A Dxfrm_policy.c720 struct nlmsghdr *new_n; local
756 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
757 new_n->nlmsg_len = NLMSG_LENGTH(sizeof(*xpid));
758 new_n->nlmsg_flags = NLM_F_REQUEST;
759 new_n->nlmsg_type = XFRM_MSG_DELPOLICY;
760 new_n->nlmsg_seq = ++rth->seq;
762 xpid = NLMSG_DATA(new_n);
767 xb->offset += new_n->nlmsg_len;
H A Dxfrm_state.c912 struct nlmsghdr *new_n; local
935 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
936 new_n->nlmsg_len = NLMSG_LENGTH(sizeof(*xsid));
937 new_n->nlmsg_flags = NLM_F_REQUEST;
938 new_n->nlmsg_type = XFRM_MSG_DELSA;
939 new_n->nlmsg_seq = ++rth->seq;
941 xsid = NLMSG_DATA(new_n);
947 addattr_l(new_n, xb->size, XFRMA_SRCADDR, &xsinfo->saddr,
950 xb->offset += new_n->nlmsg_len;
/external/stlport/test/unit/
H A Dstack_allocator.h113 _Tp* _M_allocate(size_type n, size_type &new_n) { argument
114 new_n = n;
/external/opencv/ml/src/
H A Dml_inner_functions.cpp1752 int old_n, new_n, out_n; local
1771 new_n = new_response_map->cols;
1772 CV_CALL (new_data = (int**)cvAlloc (new_n * sizeof (new_data[0])));
1773 for (i = 0; i < new_n; i++)
1775 qsort (new_data, new_n, sizeof(int*), icvCmpIntegersPtr);
1785 for (i = 0, j = 0, out_n = 0; i < old_n && j < new_n; out_n++)
1797 out_n += old_n - i + new_n - j;
1805 for (i = 0, j = 0; i < old_n && j < new_n; )
1822 for (; j < new_n; j++)
/external/ppp/pppd/
H A Dmain.c1945 int new_n = i + 17; local
1947 new_n * sizeof(char *));
1951 s_env_nalloc = new_n;

Completed in 133 milliseconds