Home
last modified time | relevance | path

Searched refs:RTYPE (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h35 #define LD_V(RTYPE, psrc) *((RTYPE *)(psrc)) argument
43 #define ST_V(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
274 #define LD_V2(RTYPE, psrc, stride, out0, out1) \ argument
276 out0 = LD_V(RTYPE, (psrc)); \
277 out1 = LD_V(RTYPE, (psrc) + stride); \
285 #define LD_V3(RTYPE, psrc, stride, out0, out1, out2) \ argument
287 LD_V2(RTYPE, (psrc), stride, out0, out1); \
288 out2 = LD_V(RTYPE, (psrc) + 2 * stride); \
293 #define LD_V4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument
295 LD_V2(RTYPE, (psrc), stride, out0, out1); \
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dmsa_macro.h48 #define LD_B(RTYPE, psrc) *((RTYPE*)(psrc)) argument
52 #define LD_H(RTYPE, psrc) *((RTYPE*)(psrc)) argument
56 #define LD_W(RTYPE, psrc) *((RTYPE*)(psrc)) argument
60 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
64 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
68 #define ST_W(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
220 #define LD_B2(RTYPE, psrc, stride, out0, out1) do { \ argument
221 out0 = LD_B(RTYPE, psrc); \
222 out1 = LD_B(RTYPE, psrc + stride); \
227 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) do { \ argument
[all …]
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dmsa_macro.h48 #define LD_B(RTYPE, psrc) *((RTYPE*)(psrc)) argument
52 #define LD_H(RTYPE, psrc) *((RTYPE*)(psrc)) argument
56 #define LD_W(RTYPE, psrc) *((RTYPE*)(psrc)) argument
60 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
64 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
68 #define ST_W(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
220 #define LD_B2(RTYPE, psrc, stride, out0, out1) do { \ argument
221 out0 = LD_B(RTYPE, psrc); \
222 out1 = LD_B(RTYPE, psrc + stride); \
227 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) do { \ argument
[all …]
/third_party/flutter/skia/third_party/externals/libpng/mips/
Dfilter_msa_intrinsics.c251 #define LD_B(RTYPE, psrc) *((RTYPE *) (psrc)) argument
253 #define LD_B2(RTYPE, psrc, stride, out0, out1) \ argument
255 out0 = LD_B(RTYPE, (psrc)); \
256 out1 = LD_B(RTYPE, (psrc) + stride); \
259 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument
261 LD_B2(RTYPE, (psrc), stride, out0, out1); \
262 LD_B2(RTYPE, (psrc) + 2 * stride , stride, out2, out3); \
266 #define ST_B(RTYPE, in, pdst) *((RTYPE *) (pdst)) = (in) argument
268 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ argument
270 ST_B(RTYPE, in0, (pdst)); \
[all …]
/third_party/skia/third_party/externals/libpng/mips/
Dfilter_msa_intrinsics.c251 #define LD_B(RTYPE, psrc) *((RTYPE *) (psrc)) argument
253 #define LD_B2(RTYPE, psrc, stride, out0, out1) \ argument
255 out0 = LD_B(RTYPE, (psrc)); \
256 out1 = LD_B(RTYPE, (psrc) + stride); \
259 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument
261 LD_B2(RTYPE, (psrc), stride, out0, out1); \
262 LD_B2(RTYPE, (psrc) + 2 * stride , stride, out2, out3); \
266 #define ST_B(RTYPE, in, pdst) *((RTYPE *) (pdst)) = (in) argument
268 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ argument
270 ST_B(RTYPE, in0, (pdst)); \
[all …]
/third_party/libpng/mips/
Dfilter_msa_intrinsics.c251 #define LD_B(RTYPE, psrc) *((RTYPE *) (psrc)) argument
253 #define LD_B2(RTYPE, psrc, stride, out0, out1) \ argument
255 out0 = LD_B(RTYPE, (psrc)); \
256 out1 = LD_B(RTYPE, (psrc) + stride); \
259 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument
261 LD_B2(RTYPE, (psrc), stride, out0, out1); \
262 LD_B2(RTYPE, (psrc) + 2 * stride , stride, out2, out3); \
266 #define ST_B(RTYPE, in, pdst) *((RTYPE *) (pdst)) = (in) argument
268 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ argument
270 ST_B(RTYPE, in0, (pdst)); \
[all …]
/third_party/python/Include/
Dpyport.h667 # define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE argument
668 # define PyAPI_DATA(RTYPE) extern Py_EXPORTED_SYMBOL RTYPE argument
683 # define PyAPI_FUNC(RTYPE) Py_IMPORTED_SYMBOL RTYPE argument
685 # define PyAPI_DATA(RTYPE) extern Py_IMPORTED_SYMBOL RTYPE argument
698 # define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE argument
701 # define PyAPI_DATA(RTYPE) extern Py_EXPORTED_SYMBOL RTYPE argument
/third_party/boost/boost/python/detail/
Dpython22_fixed.h46 #define DL_IMPORT(RTYPE) RTYPE argument
49 #define DL_EXPORT(RTYPE) RTYPE argument
Dwrap_python.hpp128 # define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE argument
132 # define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE argument
133 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE argument
/third_party/python/Modules/_ctypes/libffi_osx/
DREADME143 RTYPE is a pointer to an ffi_type structure that represents
184 system's alignment requirements). If RTYPE is
/third_party/libffi/doc/
Dlibffi.info135 unsigned int NARGS, ffi_type *RTYPE, ffi_type **ARGTYPES)
143 RTYPE is a pointer to an 'ffi_type' structure that describes the
159 *RTYPE, ffi_type **ARGTYPES)