HomeSort by relevance Sort by last modified time
    Searched refs:mptr (Results 1 - 17 of 17) 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
  /prebuilts/misc/common/swig/include/2.0.11/php/
director.swg 117 zend_function *mptr;
123 if (zend_hash_find(&(*ce)->function_table, lc_fname, name_len + 1, (void**) &mptr) != SUCCESS) {
127 return strcmp(mptr->common.scope->name, cname);
  /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 )
test_histograms.cpp     [all...]
  /external/libmicrohttpd/src/testcurl/
test_post_loop.c 79 void **mptr)
90 if ((*mptr != NULL) && (0 == *upload_data_size))
92 if (*mptr != &marker)
98 *mptr = NULL;
104 *mptr = &marker;
  /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/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/tcpdump/
print-lldp.c 1112 const u_char *tptr, *mptr; local
    [all...]
  /external/clang/test/SemaCXX/
calling-conv-compat.cpp 328 void (A::*mptr)(int) = fptr(1);
329 (o.*mptr)(2);
  /external/opencv3/modules/ml/src/
data.cpp 765 uchar* mptr = mask.ptr(); local
767 mptr[i] = (uchar)(i < count);
777 if( mptr[i] )
    [all...]
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];
  /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/opencv3/modules/core/test/
test_arithm.cpp 1032 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]);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 8121 const MemberPointerType *mptr = cast<MemberPointerType>(*MemPtr); local
    [all...]

Completed in 4863 milliseconds