| /OK3568_Linux_fs/kernel/arch/powerpc/perf/ |
| H A D | power7-pmu.c | 54 #define EVENT(_name, _code) \ argument 55 _name = _code, 386 #define EVENT(_name, _code) POWER_EVENT_ATTR(_name, _name); argument 390 #define EVENT(_name, _code) POWER_EVENT_PTR(_name), argument
|
| H A D | generic-compat-pmu.c | 41 #define EVENT(_name, _code) _name = _code, argument
|
| H A D | power8-pmu.c | 16 #define EVENT(_name, _code) _name = _code, argument
|
| H A D | power10-pmu.c | 78 #define EVENT(_name, _code) enum{_name = _code} argument
|
| H A D | power9-pmu.c | 79 #define EVENT(_name, _code) _name = _code, argument
|
| /OK3568_Linux_fs/kernel/arch/mips/bcm47xx/ |
| H A D | buttons.c | 14 #define BCM47XX_GPIO_KEY(_gpio, _code) \ argument 16 .code = _code, \ 21 #define BCM47XX_GPIO_KEY_H(_gpio, _code) \ argument 23 .code = _code, \
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | base.hpp | 298 CV_EXPORTS void error(int _code, const String& _err, const char* _func, const char* _file, int _lin… 308 CV_INLINE CV_NORETURN void errorNoReturn(int _code, const String& _err, const char* _func, const ch… in errorNoReturn() argument 310 error(_code, _err, _func, _file, _line); in errorNoReturn()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | base.hpp | 298 CV_EXPORTS void error(int _code, const String& _err, const char* _func, const char* _file, int _lin… 308 CV_INLINE CV_NORETURN void errorNoReturn(int _code, const String& _err, const char* _func, const ch… in errorNoReturn() argument 310 error(_code, _err, _func, _file, _line); in errorNoReturn()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | base.hpp | 298 CV_EXPORTS void error(int _code, const String& _err, const char* _func, const char* _file, int _lin… 308 CV_INLINE CV_NORETURN void errorNoReturn(int _code, const String& _err, const char* _func, const ch… in errorNoReturn() argument 310 error(_code, _err, _func, _file, _line); in errorNoReturn()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | rtl.h | 1076 const enum rtx_code _code = GET_CODE (_rtx); \ 1077 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \ 1080 if (GET_RTX_FORMAT (_code)[_n] != C1) \ 1087 const enum rtx_code _code = GET_CODE (_rtx); \ 1088 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \ 1091 if (GET_RTX_FORMAT (_code)[_n] != C1 \ 1092 && GET_RTX_FORMAT (_code)[_n] != C2) \ 1106 const enum rtx_code _code = GET_CODE (_rtx); \ 1107 if (_code != (C1) && _code != (C2)) \ 1114 const enum rtx_code _code = GET_CODE (_rtx); \ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | rtl.h | 1076 const enum rtx_code _code = GET_CODE (_rtx); \ 1077 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \ 1080 if (GET_RTX_FORMAT (_code)[_n] != C1) \ 1087 const enum rtx_code _code = GET_CODE (_rtx); \ 1088 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \ 1091 if (GET_RTX_FORMAT (_code)[_n] != C1 \ 1092 && GET_RTX_FORMAT (_code)[_n] != C2) \ 1106 const enum rtx_code _code = GET_CODE (_rtx); \ 1107 if (_code != (C1) && _code != (C2)) \ 1114 const enum rtx_code _code = GET_CODE (_rtx); \ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | syslog.h | 69 typedef struct _code { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | syslog.h | 69 typedef struct _code { struct
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | hx4700.c | 167 #define INIT_KEY(_code, _gpio, _active_low, _desc) \ argument 169 .code = KEY_##_code, \
|
| H A D | magician.c | 140 #define INIT_KEY(_code, _gpio, _desc) \ argument 142 .code = KEY_##_code, \
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/ |
| H A D | core.hpp | 122 Exception(int _code, const String& _err, const String& _func, const String& _file, int _line);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/ |
| H A D | core.hpp | 122 Exception(int _code, const String& _err, const String& _func, const String& _file, int _line);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | core.hpp | 122 Exception(int _code, const String& _err, const String& _func, const String& _file, int _line);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/ |
| H A D | farch.c | 61 #define _EF4_CHANNEL_MAGIC(_code, _data) ((_code) << 8 | (_data)) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | farch.c | 64 #define _EFX_CHANNEL_MAGIC(_code, _data) ((_code) << 8 | (_data)) argument
|