HomeSort by relevance Sort by last modified time
    Searched full:_dst (Results 1 - 25 of 49) sorted by null

1 2

  /external/pixman/pixman/
pixman-accessor.h 11 uint8_t *_dst = (uint8_t*)(dst); \
13 WRITE((img), _dst +_i, (val)); \
  /external/stlport/stlport/stl/
type_traits.h 315 template <class _ArePtrs, class _Src, class _Dst>
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
319 template <class _Src, class _Dst>
320 struct _IsCVConvertibleIf<__false_type, _Src, _Dst>
326 template <class _Src, class _Dst>
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
333 template <class _Src, class _Dst>
338 template <class _ArePtrs, class _Src, class _Dst>
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret;
346 template <class _ArePtrs, class _Src, class _Dst>
    [all...]
type_manips.h 169 template <class _Src, class _Dst>
172 static _Dst* __null_dst();
179 template <class _Src, class _Dst>
181 typedef typename _AreSameTypes<_Src, _Dst>::_Ret _Tr1;
182 typedef typename _IsUnQual<_Dst>::_Ret _Tr2;
188 template <class _Src, class _Dst>
197 * from the _Src type to the _Dst type is right considering qualifiers. If _Src and
198 * _Dst types are the same unqualified types _Ret will be false if:
200 * - _Dst is const qualified
202 template <class _Src, class _Dst>
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 315 template <class _ArePtrs, class _Src, class _Dst>
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
319 template <class _Src, class _Dst>
320 struct _IsCVConvertibleIf<__false_type, _Src, _Dst>
326 template <class _Src, class _Dst>
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
333 template <class _Src, class _Dst>
338 template <class _ArePtrs, class _Src, class _Dst>
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret;
346 template <class _ArePtrs, class _Src, class _Dst>
    [all...]
type_manips.h 169 template <class _Src, class _Dst>
172 static _Dst* __null_dst();
179 template <class _Src, class _Dst>
181 typedef typename _AreSameTypes<_Src, _Dst>::_Ret _Tr1;
182 typedef typename _IsUnQual<_Dst>::_Ret _Tr2;
188 template <class _Src, class _Dst>
197 * from the _Src type to the _Dst type is right considering qualifiers. If _Src and
198 * _Dst types are the same unqualified types _Ret will be false if:
200 * - _Dst is const qualified
202 template <class _Src, class _Dst>
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 315 template <class _ArePtrs, class _Src, class _Dst>
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
319 template <class _Src, class _Dst>
320 struct _IsCVConvertibleIf<__false_type, _Src, _Dst>
326 template <class _Src, class _Dst>
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
333 template <class _Src, class _Dst>
338 template <class _ArePtrs, class _Src, class _Dst>
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret;
346 template <class _ArePtrs, class _Src, class _Dst>
    [all...]
type_manips.h 169 template <class _Src, class _Dst>
172 static _Dst* __null_dst();
179 template <class _Src, class _Dst>
181 typedef typename _AreSameTypes<_Src, _Dst>::_Ret _Tr1;
182 typedef typename _IsUnQual<_Dst>::_Ret _Tr2;
188 template <class _Src, class _Dst>
197 * from the _Src type to the _Dst type is right considering qualifiers. If _Src and
198 * _Dst types are the same unqualified types _Ret will be false if:
200 * - _Dst is const qualified
202 template <class _Src, class _Dst>
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 315 template <class _ArePtrs, class _Src, class _Dst>
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
319 template <class _Src, class _Dst>
320 struct _IsCVConvertibleIf<__false_type, _Src, _Dst>
326 template <class _Src, class _Dst>
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
333 template <class _Src, class _Dst>
338 template <class _ArePtrs, class _Src, class _Dst>
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret;
346 template <class _ArePtrs, class _Src, class _Dst>
    [all...]
type_manips.h 169 template <class _Src, class _Dst>
172 static _Dst* __null_dst();
179 template <class _Src, class _Dst>
181 typedef typename _AreSameTypes<_Src, _Dst>::_Ret _Tr1;
182 typedef typename _IsUnQual<_Dst>::_Ret _Tr2;
188 template <class _Src, class _Dst>
197 * from the _Src type to the _Dst type is right considering qualifiers. If _Src and
198 * _Dst types are the same unqualified types _Ret will be false if:
200 * - _Dst is const qualified
202 template <class _Src, class _Dst>
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 315 template <class _ArePtrs, class _Src, class _Dst>
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
319 template <class _Src, class _Dst>
320 struct _IsCVConvertibleIf<__false_type, _Src, _Dst>
326 template <class _Src, class _Dst>
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
333 template <class _Src, class _Dst>
338 template <class _ArePtrs, class _Src, class _Dst>
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret;
346 template <class _ArePtrs, class _Src, class _Dst>
    [all...]
type_manips.h 169 template <class _Src, class _Dst>
172 static _Dst* __null_dst();
179 template <class _Src, class _Dst>
181 typedef typename _AreSameTypes<_Src, _Dst>::_Ret _Tr1;
182 typedef typename _IsUnQual<_Dst>::_Ret _Tr2;
188 template <class _Src, class _Dst>
197 * from the _Src type to the _Dst type is right considering qualifiers. If _Src and
198 * _Dst types are the same unqualified types _Ret will be false if:
200 * - _Dst is const qualified
202 template <class _Src, class _Dst>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 315 template <class _ArePtrs, class _Src, class _Dst>
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
319 template <class _Src, class _Dst>
320 struct _IsCVConvertibleIf<__false_type, _Src, _Dst>
326 template <class _Src, class _Dst>
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
333 template <class _Src, class _Dst>
338 template <class _ArePtrs, class _Src, class _Dst>
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret;
346 template <class _ArePtrs, class _Src, class _Dst>
    [all...]
type_manips.h 169 template <class _Src, class _Dst>
172 static _Dst* __null_dst();
179 template <class _Src, class _Dst>
181 typedef typename _AreSameTypes<_Src, _Dst>::_Ret _Tr1;
182 typedef typename _IsUnQual<_Dst>::_Ret _Tr2;
188 template <class _Src, class _Dst>
197 * from the _Src type to the _Dst type is right considering qualifiers. If _Src and
198 * _Dst types are the same unqualified types _Ret will be false if:
200 * - _Dst is const qualified
202 template <class _Src, class _Dst>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
type_traits.h 315 template <class _ArePtrs, class _Src, class _Dst>
317 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
319 template <class _Src, class _Dst>
320 struct _IsCVConvertibleIf<__false_type, _Src, _Dst>
326 template <class _Src, class _Dst>
328 { typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret; };
333 template <class _Src, class _Dst>
338 template <class _ArePtrs, class _Src, class _Dst>
340 typedef typename _IsCVConvertibleIfAux<_ArePtrs>::_STLP_TEMPLATE _In<_Src, _Dst>::_Ret _Ret;
346 template <class _ArePtrs, class _Src, class _Dst>
    [all...]
type_manips.h 169 template <class _Src, class _Dst>
172 static _Dst* __null_dst();
179 template <class _Src, class _Dst>
181 typedef typename _AreSameTypes<_Src, _Dst>::_Ret _Tr1;
182 typedef typename _IsUnQual<_Dst>::_Ret _Tr2;
188 template <class _Src, class _Dst>
197 * from the _Src type to the _Dst type is right considering qualifiers. If _Src and
198 * _Dst types are the same unqualified types _Ret will be false if:
200 * - _Dst is const qualified
202 template <class _Src, class _Dst>
    [all...]
  /external/libvpx/libvpx/
y4minput.c 153 static void y4m_42xmpeg2_42xjpeg_helper(unsigned char *_dst,
161 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[0] - 17 * _src[OC_MAXI(x - 1, 0)] +
166 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[x - 2] - 17 * _src[x - 1] +
170 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[x - 2] - 17 * _src[x - 1] +
174 _dst += _c_w;
180 static void y4m_convert_42xmpeg2_42xjpeg(y4m_input *_y4m, unsigned char *_dst,
187 _dst += _y4m->pic_w * _y4m->pic_h;
193 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h);
194 _dst += c_sz;
242 static void y4m_convert_42xpaldv_42xjpeg(y4m_input *_y4m, unsigned char *_dst,
    [all...]
y4minput.h 26 unsigned char *_dst, unsigned char *_src);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 127 struct ureg_dst _dst(unsigned i = 0) function in struct:sm4_to_tgsi_converter
236 #define OP1_(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, _dst(), _src(1)); break
237 #define OP2_(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, _dst(), _src(1), _src(2)); break
238 #define OP3_(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, _dst(), _src(1), _src(2), _src(3)); break
318 ureg_CMP(ureg, _dst(), ureg_negate(ureg_abs(_src(1))), _src(2), _src(3));
322 struct ureg_dst d = _dst();
330 struct ureg_dst s = _dst(0);
331 struct ureg_dst c = _dst(1);
449 ureg_SVIEWINFO(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
453 ureg_LOAD(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)])
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 127 struct ureg_dst _dst(unsigned i = 0) function in struct:sm4_to_tgsi_converter
236 #define OP1_(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, _dst(), _src(1)); break
237 #define OP2_(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, _dst(), _src(1), _src(2)); break
238 #define OP3_(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, _dst(), _src(1), _src(2), _src(3)); break
318 ureg_CMP(ureg, _dst(), ureg_negate(ureg_abs(_src(1))), _src(2), _src(3));
322 struct ureg_dst d = _dst();
330 struct ureg_dst s = _dst(0);
331 struct ureg_dst c = _dst(1);
449 ureg_SVIEWINFO(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
453 ureg_LOAD(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)])
    [all...]
  /system/extras/tests/memtest/
bandwidth.h 99 CopyBandwidthBenchmark() : BandwidthBenchmark(), _src(NULL), _dst(NULL) { }
105 if (_dst) {
106 free(_dst);
120 _dst = reinterpret_cast<char*>(memalign(64, _size));
121 if (!_dst) {
133 if (_dst) {
134 free(_dst);
135 _dst = NULL;
141 memset(_dst, 0, _size);
143 if (memcmp(_src, _dst, _size) != 0)
162 char *_dst; member in class:CopyBandwidthBenchmark
    [all...]
  /external/opencv/cv/src/
cvundistort.cpp 109 cvUndistort2( const CvArr* _src, CvArr* _dst, const CvMat* A, const CvMat* dist_coeffs )
120 CvMat dststub, *dst = (CvMat*)_dst;
371 cvUndistortPoints( const CvMat* _src, CvMat* _dst, const CvMat* _cameraMatrix,
390 CV_ASSERT( CV_IS_MAT(_src) && CV_IS_MAT(_dst) &&
392 (_dst->rows == 1 || _dst->cols == 1) &&
393 CV_ARE_SIZES_EQ(_src, _dst) &&
395 (CV_MAT_TYPE(_dst->type) == CV_32FC2 || CV_MAT_TYPE(_dst->type) == CV_64FC2));
426 dstf = (CvPoint2D32f*)_dst->data.ptr
    [all...]
  /external/qemu/android/build/
definitions.make 164 _DST := $$(LIBS_DIR)/$$(_SRC1)
165 LIBRARIES += $$(_DST)
166 $$(_DST): PRIVATE_DST := $$(_DST)
167 $$(_DST): PRIVATE_SRC := $$(_SRC)
168 $$(_DST): $$(_SRC)
  /external/stlport/test/unit/
type_traits_test.cpp 138 template <typename _Src, typename _Dst>
139 int is_convertible(_Src, _Dst) {
141 typedef typename _IsConvertible<_Src, _Dst>::_Ret _Ret;
143 enum { _Is = _IsConvertible<_Src, _Dst>::value };
149 template <typename _Src, typename _Dst>
150 int is_cv_convertible(_Src, _Dst) {
152 typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret;
154 enum { _Is = _IsCVConvertible<_Src, _Dst>::value };
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 138 template <typename _Src, typename _Dst>
139 int is_convertible(_Src, _Dst) {
141 typedef typename _IsConvertible<_Src, _Dst>::_Ret _Ret;
143 enum { _Is = _IsConvertible<_Src, _Dst>::value };
149 template <typename _Src, typename _Dst>
150 int is_cv_convertible(_Src, _Dst) {
152 typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret;
154 enum { _Is = _IsCVConvertible<_Src, _Dst>::value };
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 138 template <typename _Src, typename _Dst>
139 int is_convertible(_Src, _Dst) {
141 typedef typename _IsConvertible<_Src, _Dst>::_Ret _Ret;
143 enum { _Is = _IsConvertible<_Src, _Dst>::value };
149 template <typename _Src, typename _Dst>
150 int is_cv_convertible(_Src, _Dst) {
152 typedef typename _IsCVConvertible<_Src, _Dst>::_Ret _Ret;
154 enum { _Is = _IsCVConvertible<_Src, _Dst>::value };

Completed in 961 milliseconds

1 2