Home
last modified time | relevance | path

Searched defs:RTYPE (Results 1 – 14 of 14) sorted by relevance

/third_party/openh264/codec/common/inc/
Dmsa_macros.h195 #define MSA_LD_V(RTYPE, psrc, out) (out) = *((RTYPE *)(psrc)); argument
197 #define MSA_LD_V2(RTYPE, psrc, stride, out0, out1) \ argument
203 #define MSA_LD_V4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument
209 #define MSA_LD_V8(RTYPE, psrc, stride, out0, out1, out2, out3, \ argument
223 #define MSA_ST_V(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in); argument
225 #define MSA_ST_V2(RTYPE, in0, in1, pdst, stride) \ argument
231 #define MSA_ST_V4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument
237 #define MSA_ST_V8(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, pdst, stride) \ argument
374 #define MSA_VSHF_B(RTYPE, in0, in1, mask, out) \ argument
379 #define MSA_VSHF_B2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1) \ argument
[all …]
Dloongson_intrinsics.h1838 #define VECT_PRINT(RTYPE, element_num, in0, enter) \ argument
/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
276 #define LD_V2(RTYPE, psrc, stride, out0, out1) \ argument
287 #define LD_V3(RTYPE, psrc, stride, out0, out1, out2) \ argument
295 #define LD_V4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument
306 #define LD_V5(RTYPE, psrc, stride, out0, out1, out2, out3, out4) \ argument
314 #define LD_V6(RTYPE, psrc, stride, out0, out1, out2, out3, out4, out5) \ argument
324 #define LD_V7(RTYPE, psrc, stride, \ argument
333 #define LD_V8(RTYPE, psrc, stride, \ argument
345 #define LD_V16(RTYPE, psrc, stride, \ argument
[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
227 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) do { \ argument
234 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) do { \ argument
241 #define LD_B8(RTYPE, psrc, stride, \ 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
227 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) do { \ argument
234 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) do { \ argument
241 #define LD_B8(RTYPE, psrc, stride, \ argument
[all …]
/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/Include/
Dpyport.h672 # define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE argument
673 # define PyAPI_DATA(RTYPE) extern Py_EXPORTED_SYMBOL RTYPE argument
688 # define PyAPI_FUNC(RTYPE) Py_IMPORTED_SYMBOL RTYPE argument
690 # define PyAPI_DATA(RTYPE) extern Py_IMPORTED_SYMBOL RTYPE argument
703 # define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE argument
706 # define PyAPI_DATA(RTYPE) extern Py_EXPORTED_SYMBOL RTYPE argument
/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
259 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument
266 #define ST_B(RTYPE, in, pdst) *((RTYPE *) (pdst)) = (in) argument
268 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ argument
274 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument
299 #define ILVR_B2(RTYPE, in0, in1, in2, in3, out0, out1) \ argument
306 #define HSUB_UB2(RTYPE, in0, in1, out0, out1) \ argument
313 #define SLDI_B2_0(RTYPE, in0, in1, out0, out1, slide_val) \ argument
321 #define SLDI_B3_0(RTYPE, in0, in1, in2, out0, out1, out2, slide_val) \ argument
[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
259 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument
266 #define ST_B(RTYPE, in, pdst) *((RTYPE *) (pdst)) = (in) argument
268 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ argument
274 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument
299 #define ILVR_B2(RTYPE, in0, in1, in2, in3, out0, out1) \ argument
306 #define HSUB_UB2(RTYPE, in0, in1, out0, out1) \ argument
313 #define SLDI_B2_0(RTYPE, in0, in1, out0, out1, slide_val) \ argument
321 #define SLDI_B3_0(RTYPE, in0, in1, in2, out0, out1, out2, slide_val) \ argument
[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
259 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument
266 #define ST_B(RTYPE, in, pdst) *((RTYPE *) (pdst)) = (in) argument
268 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ argument
274 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument
299 #define ILVR_B2(RTYPE, in0, in1, in2, in3, out0, out1) \ argument
306 #define HSUB_UB2(RTYPE, in0, in1, out0, out1) \ argument
313 #define SLDI_B2_0(RTYPE, in0, in1, out0, out1, slide_val) \ argument
321 #define SLDI_B3_0(RTYPE, in0, in1, in2, out0, out1, out2, slide_val) \ argument
[all …]
/third_party/flatbuffers/src/
Didl_gen_rust.cpp545 RTYPE, ...) \ in GetTypeBasic() argument
567 RTYPE, ...) \ in GetEnumTypeForDecl() argument
Didl_gen_swift.cpp1538 CTYPE, JTYPE, GTYPE, NTYPE, PTYPE, RTYPE, KTYPE, STYPE) \ in GenTypeBasic() argument
Didl_gen_kotlin.cpp144 CTYPE, JTYPE, GTYPE, NTYPE, PTYPE, RTYPE, KTYPE, ...) \ in GenTypeBasic() argument