Searched refs:DECLARE_FUNCTION (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | rotate_row.h | 36 #define DECLARE_FUNCTION(name) \ macro 42 #define DECLARE_FUNCTION(name) \ 47 #define DECLARE_FUNCTION(name) \
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate_gcc.cc | 114 DECLARE_FUNCTION(TransposeUVWx8_SSE2)
|
/external/libyuv/files/source/ |
D | rotate.cc | 26 #define DECLARE_FUNCTION(name) \ macro 32 #define DECLARE_FUNCTION(name) \ 37 #define DECLARE_FUNCTION(name) \ 379 DECLARE_FUNCTION(TransposeUVWx8_SSE2)
|
/external/clang/test/Index/ |
D | annotate-comments-objc.m | 51 #define DECLARE_FUNCTION() \ macro 57 DECLARE_FUNCTION() function
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.h | 278 #define DECLARE_FUNCTION(FN, REGTYPE, REG, OP) \ macro 280 LS_MACRO_LIST(DECLARE_FUNCTION) 281 #undef DECLARE_FUNCTION 287 #define DECLARE_FUNCTION(FN, REGTYPE, REG, REG2, OP) \ macro 289 LSPAIR_MACRO_LIST(DECLARE_FUNCTION) 290 #undef DECLARE_FUNCTION
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 732 #define DECLARE_FUNCTION(FN, REGTYPE, REG, OP) \ macro 734 LS_MACRO_LIST(DECLARE_FUNCTION) 735 #undef DECLARE_FUNCTION 741 #define DECLARE_FUNCTION(FN, REGTYPE, REG, REG2, OP) \ macro 743 LSPAIR_MACRO_LIST(DECLARE_FUNCTION) 744 #undef DECLARE_FUNCTION
|