Searched defs:_v (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/libdw/
H A Dmemory-access.c69 int64_t _v = acc; local
H A Dmemory-access.h90 _v |= (uint64_t) (__b & 0x7f) << (nth * 7); \
93 var = (_v << (64 - (nth * 7) - 7) >> (64 - (nth * 7) - 7)); \
101 int64_t _v = 0; \
103 var = __libdw_get_sleb128 (_v, 1, &(addr)); \
137 int64_t _v = acc; local
/external/eigen/test/
H A Dexceptions.cpp29 ScalarWithExceptions(const float& _v) { init(); *v = _v; } argument
/external/stlport/test/unit/
H A Dmfunptr_test.cpp181 V(int _v) : argument
182 v(_v)
185 bool f( int _v ) const { return (v == _v); }
/external/opencv/cv/src/
H A Dcvlkpyramid.cpp507 CvPoint2D32f _v; local
519 _v.x = v.x + (minJ.x - (patchSize.width - maxJ.x + 1))*0.5f;
520 _v.y = v.y + (minJ.y - (patchSize.height - maxJ.y + 1))*0.5f;
524 jsz.width*sizeof(patchJ[0]), jsz, _v ) < 0 )

Completed in 155 milliseconds