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

  /external/elfutils/lib/
list.h 72 __typeof (elem) _elem = (elem); \
74 assert (first != NULL && _elem != NULL \
78 if (_runp == _elem) \
82 _runp == _elem; }))); \
83 if (unlikely (_elem->next == _elem)) \
87 _elem->next->previous = _elem->previous; \
88 _elem->previous->next = _elem->next;
    [all...]
  /dalvik/vm/
Native.h 86 #define GET_ARG_LONG(_args, _elem) dvmGetArgLong(_args, _elem)
  /external/opencv/cxcore/include/
cxcore.h 1133 CvSetElem* _elem = (CvSetElem*)elem; local
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp     [all...]

Completed in 179 milliseconds