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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
blk.h 32 size_t new_n);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
blk.h 32 size_t new_n);
  /external/iproute2/ip/
xfrm_policy.c 716 struct nlmsghdr *new_n; local
752 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
753 new_n->nlmsg_len = NLMSG_LENGTH(sizeof(*xpid));
754 new_n->nlmsg_flags = NLM_F_REQUEST;
755 new_n->nlmsg_type = XFRM_MSG_DELPOLICY;
756 new_n->nlmsg_seq = ++rth->seq;
758 xpid = NLMSG_DATA(new_n);
763 xb->offset += new_n->nlmsg_len;
xfrm_state.c 1051 struct nlmsghdr *new_n; local
1074 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
1075 new_n->nlmsg_len = NLMSG_LENGTH(sizeof(*xsid));
1076 new_n->nlmsg_flags = NLM_F_REQUEST;
1077 new_n->nlmsg_type = XFRM_MSG_DELSA;
1078 new_n->nlmsg_seq = ++rth->seq;
1080 xsid = NLMSG_DATA(new_n);
1086 addattr_l(new_n, xb->size, XFRMA_SRCADDR, &xsinfo->saddr,
1089 xb->offset += new_n->nlmsg_len;
    [all...]
  /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/opencv3/apps/traincascade/
old_ml_inner_functions.cpp 1678 int old_n, new_n, out_n; local
    [all...]
  /external/ppp/pppd/
main.c 1674 int new_n = pos + 17; local
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc     [all...]
  /external/gmock/test/
gmock-matchers_test.cc     [all...]

Completed in 438 milliseconds