Searched refs:mptr (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dtemplate-linkage.cpp61 typedef void (Outer::*mptr)(); typedef
62 mptr method = &Outer::Get<local>;
H A Dpointers-to-data-members.cpp201 int U::* mptr; member in class:PR11487::U::U
/external/opencv3/modules/imgproc/test/
H A Dtest_floodfill.cpp330 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 )
H A Dtest_histograms.cpp1245 const uchar* mptr = _mask ? &CV_MAT_ELEM(mask, uchar, y, 0 ) : 0;
1259 if( mptr && !mptr[x] )
/external/libmicrohttpd/src/testcurl/
H A Dtest_post_loop.c79 void **mptr)
90 if ((*mptr != NULL) && (0 == *upload_data_size))
92 if (*mptr != &marker)
98 *mptr = NULL;
104 *mptr = &marker;
73 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **mptr) argument
/external/opencv3/modules/ts/src/
H A Dts_func.cpp368 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/iptables/libiptc/
H A Dlibip4tc.c175 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;
H A Dlibip6tc.c209 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/tcpdump/
H A Dprint-lldp.c1112 const u_char *tptr, *mptr; local
1234 mptr = tptr + 4;
1238 EXTRACT_16BITS(mptr)));
1239 uval = EXTRACT_24BITS(mptr+2);
1244 ND_PRINT((ndo, "\n\t User Priority Map: 0x%02x", *(mptr + 5)));
1246 mptr = mptr + 6;
/external/clang/test/SemaCXX/
H A Dcalling-conv-compat.cpp328 void (A::*mptr)(int) = fptr(1);
329 (o.*mptr)(2);
/external/opencv3/modules/ml/src/
H A Ddata.cpp765 uchar* mptr = mask.ptr(); local
767 mptr[i] = (uchar)(i < count);
777 if( mptr[i] )
H A Dem.cpp576 const double* mptr = means.ptr<double>(clusterIndex); local
582 dptr[i] = sptr[i] - mptr[i];
588 dptr[i] = sptr[i] - mptr[i];
/external/iptables/iptables/
H A Dip6tables.c727 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,
H A Diptables.c712 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,
/external/opencv3/modules/core/test/
H A Dtest_arithm.cpp1032 float* mptr = planes[2].ptr<float>();
1037 mptr[j] = std::sqrt(xptr[j]*xptr[j] + yptr[j]*yptr[j]);
1047 double* mptr = planes[2].ptr<double>();
1052 mptr[j] = std::sqrt(xptr[j]*xptr[j] + yptr[j]*yptr[j]);
/external/clang/lib/Sema/
H A DSemaOverload.cpp8121 const MemberPointerType *mptr = cast<MemberPointerType>(*MemPtr); local
8122 QualType C2 = QualType(mptr->getClass(), 0);
8128 QualType T = mptr->getPointeeType();

Completed in 3234 milliseconds