HomeSort by relevance Sort by last modified time
    Searched refs:RTYPE (Results 1 - 25 of 34) sorted by null

1 2

  /external/webp/src/dsp/
msa_macro.h 48 #define LD_B(RTYPE, psrc) *((RTYPE*)(psrc))
52 #define LD_H(RTYPE, psrc) *((RTYPE*)(psrc))
56 #define LD_W(RTYPE, psrc) *((RTYPE*)(psrc))
60 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in
64 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = i
    [all...]
  /external/ltp/testcases/kernel/fs/linktest/
linktest.sh 62 RTYPE=TPASS
64 RTYPE=TFAIL
67 tst_resm $RTYPE "$prefix_msg Link Errors: $lerrors"
  /external/libyuv/files/include/libyuv/
macros_msa.h 140 #define LD_B(RTYPE, psrc) *((RTYPE*)(psrc)) /* NOLINT */
143 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */
146 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */
152 Return Type - as per RTYPE
156 #define LD_B2(RTYPE, psrc, stride, out0, out1) \
158 out0 = LD_B(RTYPE, (psrc)); \
159 out1 = LD_B(RTYPE, (psrc) + stride);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h 19 #define LD_V(RTYPE, psrc) *((const RTYPE *)(psrc))
26 #define ST_V(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
231 Return Type - as per RTYPE
235 #define LD_V2(RTYPE, psrc, stride, out0, out1) \
237 out0 = LD_V(RTYPE, (psrc)); \
238 out1 = LD_V(RTYPE, (psrc) + stride); \
245 #define LD_V3(RTYPE, psrc, stride, out0, out1, out2) \
247 LD_V2(RTYPE, (psrc), stride, out0, out1);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-cris.h 84 #define IS_CRIS_PIC_RELOC(RTYPE) \
85 ((RTYPE) == BFD_RELOC_CRIS_16_GOT \
86 || (RTYPE) == BFD_RELOC_CRIS_32_GOT \
87 || (RTYPE) == BFD_RELOC_CRIS_16_GOTPLT \
88 || (RTYPE) == BFD_RELOC_CRIS_32_GOTPLT \
89 || (RTYPE) == BFD_RELOC_CRIS_32_GOTREL \
90 || (RTYPE) == BFD_RELOC_CRIS_32_PLT_GOTREL \
91 || (RTYPE) == BFD_RELOC_CRIS_32_PLT_PCREL)
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 19 #define LD_B(RTYPE, psrc) *((const RTYPE *)(psrc))
23 #define LD_H(RTYPE, psrc) *((const RTYPE *)(psrc))
27 #define LD_W(RTYPE, psrc) *((const RTYPE *)(psrc))
31 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
35 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in
    [all...]
  /external/python/cpython2/PC/os2emx/
pyconfig.h 34 # define PyAPI_FUNC(RTYPE) RTYPE
36 # define PyAPI_FUNC(RTYPE) extern RTYPE
38 #define PyAPI_DATA(RTYPE) extern RTYPE
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python.h 62 #define DL_IMPORT(RTYPE) RTYPE
65 #define DL_EXPORT(RTYPE) RTYPE
pyport.h 762 # define PyAPI_FUNC(RTYPE) __declspec(dllexport) RTYPE
763 # define PyAPI_DATA(RTYPE) extern __declspec(dllexport) RTYPE
778 # define PyAPI_FUNC(RTYPE) __declspec(dllimport) RTYPE
780 # define PyAPI_DATA(RTYPE) extern __declspec(dllimport) RTYPE
793 # define PyAPI_FUNC(RTYPE) RTYPE
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python.h 62 #define DL_IMPORT(RTYPE) RTYPE
65 #define DL_EXPORT(RTYPE) RTYPE
pyport.h 739 # define PyAPI_FUNC(RTYPE) __declspec(dllexport) RTYPE
740 # define PyAPI_DATA(RTYPE) extern __declspec(dllexport) RTYPE
755 # define PyAPI_FUNC(RTYPE) __declspec(dllimport) RTYPE
757 # define PyAPI_DATA(RTYPE) extern __declspec(dllimport) RTYPE
770 # define PyAPI_FUNC(RTYPE) RTYPE
    [all...]
  /external/python/cpython2/Include/
Python.h 62 #define DL_IMPORT(RTYPE) RTYPE
65 #define DL_EXPORT(RTYPE) RTYPE
pyport.h 771 # define PyAPI_FUNC(RTYPE) __declspec(dllexport) RTYPE
772 # define PyAPI_DATA(RTYPE) extern __declspec(dllexport) RTYPE
787 # define PyAPI_FUNC(RTYPE) __declspec(dllimport) RTYPE
789 # define PyAPI_DATA(RTYPE) extern __declspec(dllimport) RTYPE
802 # define PyAPI_FUNC(RTYPE) RTYPE
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python.h 62 #define DL_IMPORT(RTYPE) RTYPE
65 #define DL_EXPORT(RTYPE) RTYPE
pyport.h 897 # define PyAPI_FUNC(RTYPE) __declspec(dllexport) RTYPE
898 # define PyAPI_DATA(RTYPE) extern __declspec(dllexport) RTYPE
913 # define PyAPI_FUNC(RTYPE) __declspec(dllimport) RTYPE
915 # define PyAPI_FUNC(RTYPE) RTYPE
923 # define PyAPI_DATA(RTYPE) extern __declspec(dllimport) RTYPE
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
Python.h 62 #define DL_IMPORT(RTYPE) RTYPE
65 #define DL_EXPORT(RTYPE) RTYPE
pyport.h 897 # define PyAPI_FUNC(RTYPE) __declspec(dllexport) RTYPE
898 # define PyAPI_DATA(RTYPE) extern __declspec(dllexport) RTYPE
913 # define PyAPI_FUNC(RTYPE) __declspec(dllimport) RTYPE
915 # define PyAPI_FUNC(RTYPE) RTYPE
923 # define PyAPI_DATA(RTYPE) extern __declspec(dllimport) RTYPE
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python.h 62 #define DL_IMPORT(RTYPE) RTYPE
65 #define DL_EXPORT(RTYPE) RTYPE
pyport.h 897 # define PyAPI_FUNC(RTYPE) __declspec(dllexport) RTYPE
898 # define PyAPI_DATA(RTYPE) extern __declspec(dllexport) RTYPE
913 # define PyAPI_FUNC(RTYPE) __declspec(dllimport) RTYPE
915 # define PyAPI_FUNC(RTYPE) RTYPE
923 # define PyAPI_DATA(RTYPE) extern __declspec(dllimport) RTYPE
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python.h 62 #define DL_IMPORT(RTYPE) RTYPE
65 #define DL_EXPORT(RTYPE) RTYPE
pyport.h 897 # define PyAPI_FUNC(RTYPE) __declspec(dllexport) RTYPE
898 # define PyAPI_DATA(RTYPE) extern __declspec(dllexport) RTYPE
913 # define PyAPI_FUNC(RTYPE) __declspec(dllimport) RTYPE
915 # define PyAPI_FUNC(RTYPE) RTYPE
923 # define PyAPI_DATA(RTYPE) extern __declspec(dllimport) RTYPE
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 739 # define PyAPI_FUNC(RTYPE) __declspec(dllexport) RTYPE
740 # define PyAPI_DATA(RTYPE) extern __declspec(dllexport) RTYPE
755 # define PyAPI_FUNC(RTYPE) __declspec(dllimport) RTYPE
757 # define PyAPI_DATA(RTYPE) extern __declspec(dllimport) RTYPE
770 # define PyAPI_FUNC(RTYPE) RTYPE
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 778 # define PyAPI_FUNC(RTYPE) __declspec(dllexport) RTYPE
779 # define PyAPI_DATA(RTYPE) extern __declspec(dllexport) RTYPE
794 # define PyAPI_FUNC(RTYPE) __declspec(dllimport) RTYPE
796 # define PyAPI_DATA(RTYPE) extern __declspec(dllimport) RTYPE
809 # define PyAPI_FUNC(RTYPE) RTYPE
    [all...]
  /external/python/cpython3/Include/
pyport.h 612 # define PyAPI_FUNC(RTYPE) __declspec(dllexport) RTYPE
613 # define PyAPI_DATA(RTYPE) extern __declspec(dllexport) RTYPE
628 # define PyAPI_FUNC(RTYPE) __declspec(dllimport) RTYPE
630 # define PyAPI_DATA(RTYPE) extern __declspec(dllimport) RTYPE
643 # define PyAPI_FUNC(RTYPE) RTYPE
    [all...]
  /external/libpng/mips/
filter_msa_intrinsics.c 250 #define LD_B(RTYPE, psrc) *((RTYPE *) (psrc))
252 #define LD_B2(RTYPE, psrc, stride, out0, out1) \
254 out0 = LD_B(RTYPE, (psrc)); \
255 out1 = LD_B(RTYPE, (psrc) + stride); \
258 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \
260 LD_B2(RTYPE, (psrc), stride, out0, out1); \
261 LD_B2(RTYPE, (psrc) + 2 * stride , stride, out2, out3); \
265 #define ST_B(RTYPE, in, pdst) *((RTYPE *) (pdst)) = (in
    [all...]

Completed in 625 milliseconds

1 2