HomeSort by relevance Sort by last modified time
    Searched refs:new_n (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
blk.h 32 size_t new_n);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
blk.h 32 size_t new_n);
  /external/iproute2/ip/
xfrm_policy.c 720 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;
xfrm_state.c 912 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/
stack_allocator.h 113 _Tp* _M_allocate(size_type n, size_type &new_n) {
114 new_n = n;
  /ndk/tests/device/test-gnustl-full/unit/
stack_allocator.h 113 _Tp* _M_allocate(size_type n, size_type &new_n) {
114 new_n = n;
  /ndk/tests/device/test-stlport/unit/
stack_allocator.h 113 _Tp* _M_allocate(size_type n, size_type &new_n) {
114 new_n = n;
  /external/opencv/ml/src/
ml_inner_functions.cpp 1752 int old_n, new_n, out_n; local
    [all...]
  /external/ppp/pppd/
main.c 1945 int new_n = i + 17; local
    [all...]

Completed in 117 milliseconds