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

  /ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h 45 _STLP_STATIC_ASSERT(sizeof(_M) == 8)
46 _M._M_data._M_top = 0;
47 _M._M_data._M_sequence = 0;
72 "L1_%=: movl %%eax, (%%ebx)\n\t" // __item._M_next = _M._M_data._M_top
73 " leal 1(%%edx),%%ecx\n\t" // new sequence = _M._M_data._M_sequence + 1
78 :"a" (_M._M_data._M_top), "d" (_M._M_data._M_sequence), "c" (__item), "S" (&_M._M_data)
95 " movl (%%eax), %%ebx\n\t" // new top = _M._M_data._M_top->_M_next
96 " leal 1(%%edx),%%ecx\n\t" // new sequence = _M._M_data._M_sequence +
    [all...]
  /external/libcxx/test/support/
nasty_macros.hpp 17 #define _M NASTY_MACRO
  /external/opencv/cv/src/
cvgeometry.cpp 362 double _M[3][3], _R[3][3], _Q[3][3];
363 CvMat M = cvMat(3, 3, CV_64F, _M);
382 s = _M[2][1];
383 c = _M[2][2];
411 assert(fabs(_M[2][0]) < FLT_EPSILON);
412 _M[2][0] = 0;
421 s = _M[1][0];
422 c = _M[1][1];
cvcalibration.cpp 777 CvMat *_M = 0, *_m = 0;
805 _M = (CvMat*)objectPoints;
808 CV_CALL( _M = cvCreateMat( 1, count, CV_64FC3 ));
809 CV_CALL( cvConvertPointsHomogeneous( objectPoints, _M ));
815 _m = imagePoints;
817 CV_CALL( _m = cvCreateMat( 1, count, CV_64FC2 ));
819 M = (CvPoint3D64f*)_M->data.db;
820 m = (CvPoint2D64f*)_m->data.db;
    [all...]
cvlkpyramid.cpp     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmdefs.h 238 * #define <NAME>_M BITFIELD_MASK(3)
249 (((val) >> field ## _S) & field ## _M)
251 (((val) & (~(field ## _M << field ## _S))) | \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wchar.h     [all...]
  /external/clang/lib/Headers/
Intrin.h 52 int _m_to_int(__m64 _M);
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
Intrin.h 52 int _m_to_int(__m64 _M);
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
Intrin.h 52 int _m_to_int(__m64 _M);
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
Intrin.h 52 int _m_to_int(__m64 _M);
    [all...]

Completed in 411 milliseconds