/external/libyuv/files/include/libyuv/ |
D | macros_msa.h | 140 #define LD_B(RTYPE, psrc) *((RTYPE*)(psrc)) /* NOLINT */ argument 143 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ argument 146 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ argument 156 #define LD_B2(RTYPE, psrc, stride, out0, out1) \ argument 163 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument 176 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ argument 183 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument 195 #define ST_H2(RTYPE, in0, in1, pdst, stride) \ argument 210 #define VSHF_B2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1) \ argument 224 #define ILVRL_B2(RTYPE, in0, in1, out0, out1) \ argument
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 19 #define LD_B(RTYPE, psrc) *((const RTYPE *)(psrc)) argument 23 #define LD_H(RTYPE, psrc) *((const RTYPE *)(psrc)) argument 27 #define LD_W(RTYPE, psrc) *((const RTYPE *)(psrc)) argument 31 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument 35 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument 39 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument 268 #define LD_B2(RTYPE, psrc, stride, out0, out1) \ argument 276 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) \ argument 284 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument 292 #define LD_B5(RTYPE, psrc, stride, out0, out1, out2, out3, out4) \ argument [all …]
|
/external/python/cpython2/Include/ |
D | pyport.h | 771 # define PyAPI_FUNC(RTYPE) __declspec(dllexport) RTYPE argument 772 # define PyAPI_DATA(RTYPE) extern __declspec(dllexport) RTYPE argument 787 # define PyAPI_FUNC(RTYPE) __declspec(dllimport) RTYPE argument 789 # define PyAPI_DATA(RTYPE) extern __declspec(dllimport) RTYPE argument 802 # define PyAPI_FUNC(RTYPE) RTYPE argument 805 # define PyAPI_DATA(RTYPE) extern RTYPE argument 818 # define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE argument 819 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE argument 821 # define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE argument 822 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE argument [all …]
|
D | Python.h | 62 #define DL_IMPORT(RTYPE) RTYPE argument 65 #define DL_EXPORT(RTYPE) RTYPE argument
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 19 #define LD_B(RTYPE, psrc) *((const RTYPE *)(psrc)) argument 23 #define LD_H(RTYPE, psrc) *((const RTYPE *)(psrc)) argument 27 #define LD_W(RTYPE, psrc) *((const RTYPE *)(psrc)) argument 30 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument 34 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument 37 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument 293 #define LD_B2(RTYPE, psrc, stride, out0, out1) \ argument 301 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) \ argument 308 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument 316 #define LD_B5(RTYPE, psrc, stride, out0, out1, out2, out3, out4) \ argument [all …]
|
D | sad_msa.c | 14 #define SAD_INSVE_W4(RTYPE, in0, in1, in2, in3, out) \ argument
|
/external/webp/src/dsp/ |
D | msa_macro.h | 46 #define LD_B(RTYPE, psrc) *((RTYPE*)(psrc)) argument 50 #define LD_H(RTYPE, psrc) *((RTYPE*)(psrc)) argument 54 #define LD_W(RTYPE, psrc) *((RTYPE*)(psrc)) argument 58 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument 62 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument 66 #define ST_W(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument 218 #define LD_B2(RTYPE, psrc, stride, out0, out1) do { \ argument 225 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) do { \ argument 232 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) do { \ argument 239 #define LD_B8(RTYPE, psrc, stride, \ argument [all …]
|
/external/python/cpython2/RISCOS/ |
D | pyconfig.h | 699 #define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE argument 700 #define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE argument 702 #define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE argument 703 #define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE argument
|
/external/libpng/mips/ |
D | filter_msa_intrinsics.c | 250 #define LD_B(RTYPE, psrc) *((RTYPE *) (psrc)) argument 252 #define LD_B2(RTYPE, psrc, stride, out0, out1) \ argument 258 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument 265 #define ST_B(RTYPE, in, pdst) *((RTYPE *) (pdst)) = (in) argument 267 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ argument 273 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument 298 #define ILVR_B2(RTYPE, in0, in1, in2, in3, out0, out1) \ argument 305 #define HSUB_UB2(RTYPE, in0, in1, out0, out1) \ argument 312 #define SLDI_B2_0(RTYPE, in0, in1, out0, out1, slide_val) \ argument 320 #define SLDI_B3_0(RTYPE, in0, in1, in2, out0, out1, out2, slide_val) \ argument [all …]
|
/external/eigen/Eigen/src/Core/products/ |
D | GeneralMatrixMatrixTriangular_BLAS.h | 96 #define EIGEN_BLAS_RANKUPDATE_C(EIGTYPE, BLASTYPE, RTYPE, BLASFUNC) \ argument
|
/external/python/cpython2/PC/os2emx/ |
D | pyconfig.h | 34 # define PyAPI_FUNC(RTYPE) RTYPE argument 36 # define PyAPI_FUNC(RTYPE) extern RTYPE argument 38 #define PyAPI_DATA(RTYPE) extern RTYPE argument
|
/external/python/cpython2/PC/os2vacpp/ |
D | pyconfig.h | 209 #define DL_IMPORT(RTYPE) RTYPE _System argument
|