HomeSort by relevance Sort by last modified time
    Searched defs:mptr (Results 1 - 12 of 12) sorted by null

  /external/clang/test/CodeGenCXX/
template-linkage.cpp 61 typedef void (Outer::*mptr)(); typedef
62 mptr method = &Outer::Get<local>;
pointers-to-data-members.cpp 201 int U::* mptr; member in class:PR11487::U::U
  /external/iptables/libiptc/
libip4tc.c 175 unsigned char *mptr; local
204 mptr = matchmask + sizeof(STRUCT_ENTRY);
205 if (IPT_MATCH_ITERATE(a, match_different, a->elems, b->elems, &mptr))
207 mptr += XT_ALIGN(sizeof(struct xt_entry_target));
209 return mptr;
libip6tc.c 209 unsigned char *mptr; local
239 mptr = matchmask + sizeof(STRUCT_ENTRY);
240 if (IP6T_MATCH_ITERATE(a, match_different, a->elems, b->elems, &mptr))
242 mptr += XT_ALIGN(sizeof(struct xt_entry_target));
244 return mptr;
  /external/opencv3/modules/imgproc/test/
test_floodfill.cpp 330 ushort* mptr = m + p0.mofs; local
339 if( !mptr[md] && a <= (v = ptr[id]) && v <= b )
341 mptr[md] = (ushort)new_mask_val;
375 ushort* mptr = m + p0.mofs; local
388 if( !mptr[md] &&
393 mptr[md] = (ushort)new_mask_val;
430 ushort* mptr = m + i*mstep; local
436 if( mptr[j] > 255 )
  /external/opencv3/modules/ts/src/
ts_func.cpp 368 const uchar* mptr = planes[2].ptr(); local
372 if( (mptr[j] != 0) ^ invertMask )
428 const uchar* mptr = planes[1].ptr(); local
432 if( mptr[j] )
1059 const uchar* mptr = planes[1].ptr();
1065 &minval, &maxval, &minidx, &maxidx, mptr);
1069 &minval, &maxval, &minidx, &maxidx, mptr);
1073 &minval, &maxval, &minidx, &maxidx, mptr);
1077 &minval, &maxval, &minidx, &maxidx, mptr);
1081 &minval, &maxval, &minidx, &maxidx, mptr);
    [all...]
  /external/opencv3/modules/ml/src/
em.cpp 576 const double* mptr = means.ptr<double>(clusterIndex); local
582 dptr[i] = sptr[i] - mptr[i];
588 dptr[i] = sptr[i] - mptr[i];
data.cpp 765 uchar* mptr = mask.ptr(); local
767 mptr[i] = (uchar)(i < count);
777 if( mptr[i] )
    [all...]
  /external/iptables/iptables/
ip6tables.c 727 unsigned char *mask, *mptr; local
738 mptr = mask + sizeof(struct ip6t_entry);
741 memset(mptr, 0xFF,
744 mptr += XT_ALIGN(sizeof(struct xt_entry_match)) + matchp->match->size;
747 memset(mptr, 0xFF,
    [all...]
iptables.c 712 unsigned char *mask, *mptr; local
723 mptr = mask + sizeof(struct ipt_entry);
726 memset(mptr, 0xFF,
729 mptr += XT_ALIGN(sizeof(struct xt_entry_match)) + matchp->match->size;
732 memset(mptr, 0xFF,
    [all...]
  /external/tcpdump/
print-lldp.c 1112 const u_char *tptr, *mptr; local
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 8121 const MemberPointerType *mptr = cast<MemberPointerType>(*MemPtr); local
    [all...]

Completed in 356 milliseconds