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

  /external/libcxx/test/support/
nasty_macros.hpp 17 #define _M NASTY_MACRO
  /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/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];
  /toolchain/binutils/binutils-2.25/opcodes/
m68hc11-opc.c 71 #define _M 0xff
108 { "test", OP_NONE, 1, 0x00, 5, _M, CHG_NONE, cpu6811, 0 },
    [all...]

Completed in 299 milliseconds