| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | safe_iop.h | 79 #define OPAQUE_SAFE_IOP_PREFIX_MACRO_smax(_a) \ argument 80 ((typeof(_a))(~((typeof(_a)) 1 << ((sizeof(typeof(_a)) * CHAR_BIT) - 1)))) 81 #define OPAQUE_SAFE_IOP_PREFIX_MACRO_smin(_a) \ argument 82 ((typeof(_a))(-__sio(m)(smax)(_a) - 1)) 83 #define OPAQUE_SAFE_IOP_PREFIX_MACRO_umax(_a) ((typeof(_a))(~((typeof(_a)) 0))) argument 108 typeof(__a) __sio(var)(_a) = (__a); \ 111 if (__sio(m)(assert)(__sio(m)(type_enforce)(__sio(var)(_a), \ 113 if (__sio(m)(smin)(__sio(var)(_a)) <= ((typeof(__sio(var)(_a)))0)) { \ 115 __sio(var)(_a), \ 119 __sio(var)(_a), \ [all …]
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | safe_iop.h | 79 #define OPAQUE_SAFE_IOP_PREFIX_MACRO_smax(_a) \ argument 80 ((typeof(_a))(~((typeof(_a)) 1 << ((sizeof(typeof(_a)) * CHAR_BIT) - 1)))) 81 #define OPAQUE_SAFE_IOP_PREFIX_MACRO_smin(_a) \ argument 82 ((typeof(_a))(-__sio(m)(smax)(_a) - 1)) 83 #define OPAQUE_SAFE_IOP_PREFIX_MACRO_umax(_a) ((typeof(_a))(~((typeof(_a)) 0))) argument 108 typeof(__a) __sio(var)(_a) = (__a); \ 111 if (__sio(m)(assert)(__sio(m)(type_enforce)(__sio(var)(_a), \ 113 if (__sio(m)(smin)(__sio(var)(_a)) <= ((typeof(__sio(var)(_a)))0)) { \ 115 __sio(var)(_a), \ 119 __sio(var)(_a), \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | sha1-armv7-neon.S | 47 #define _a r4 macro 317 ldm RSTATE, {_a-_e}; 328 _R( _a, _b, _c, _d, _e, F1, 0, 331 _R( _e, _a, _b, _c, _d, F1, 1, 334 _R( _d, _e, _a, _b, _c, F1, 2, 337 _R( _c, _d, _e, _a, _b, F1, 3, 343 _R( _b, _c, _d, _e, _a, F1, 4, 346 _R( _a, _b, _c, _d, _e, F1, 5, 349 _R( _e, _a, _b, _c, _d, F1, 6, 352 _R( _d, _e, _a, _b, _c, F1, 7, [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/include/c++/10.3.1/bits/ |
| H A D | concept_check.h | 49 #define __glibcxx_class_requires(_a,_b) argument 50 #define __glibcxx_class_requires2(_a,_b,_c) argument 51 #define __glibcxx_class_requires3(_a,_b,_c,_d) argument 52 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument 70 #define __glibcxx_class_requires(_a,_C) \ argument 71 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C); 72 #define __glibcxx_class_requires2(_a,_b,_C) \ argument 73 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C); 74 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument 75 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C); [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | concept_check.h | 49 #define __glibcxx_class_requires(_a,_b) argument 50 #define __glibcxx_class_requires2(_a,_b,_c) argument 51 #define __glibcxx_class_requires3(_a,_b,_c,_d) argument 52 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument 70 #define __glibcxx_class_requires(_a,_C) \ argument 71 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C); 72 #define __glibcxx_class_requires2(_a,_b,_C) \ argument 73 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C); 74 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument 75 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf.h | 329 #define CLIENT_ALLOWED(_a) ((_a)->vf_res ? \ argument 330 (_a)->vf_res->vf_cap_flags & \ 333 #define CLIENT_ENABLED(_a) ((_a)->cinst) argument 335 #define RSS_PF(_a) ((_a)->vf_res->vf_cap_flags & \ argument 337 #define RSS_AQ(_a) ((_a)->vf_res->vf_cap_flags & \ argument 339 #define RSS_REG(_a) (!((_a)->vf_res->vf_cap_flags & \ argument 342 #define VLAN_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ argument 344 #define ADV_LINK_SUPPORT(_a) ((_a)->vf_res->vf_cap_flags & \ argument 349 #define PF_IS_V11(_a) (((_a)->pf_version.major == 1) && \ argument 350 ((_a)->pf_version.minor == 1))
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/ |
| H A D | xsurf100.c | 28 #define ax_convert_addr(_a) ((void __force __iomem *)(_a)) argument 30 #define ei_inb(_a) z_readb(ax_convert_addr(_a)) argument 31 #define ei_outb(_v, _a) z_writeb(_v, ax_convert_addr(_a)) argument 33 #define ei_inw(_a) z_readw(ax_convert_addr(_a)) argument 34 #define ei_outw(_v, _a) z_writew(_v, ax_convert_addr(_a)) argument 36 #define ei_inb_p(_a) ei_inb(_a) argument 37 #define ei_outb_p(_v, _a) ei_outb(_v, _a) argument
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | hw.h | 435 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4)) argument 537 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) argument 540 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) argument 587 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20)) argument 588 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20)) argument 629 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20)) argument 630 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20)) argument 646 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20)) argument 647 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20)) argument 649 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20)) argument [all …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | nconf.h | 26 typeof(a) _a = a;\ 28 _a > _b ? _a : _b; }) 31 typeof(a) _a = a;\ 33 _a < _b ? _a : _b; })
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | nconf.h | 30 typeof(a) _a = a;\ 32 _a > _b ? _a : _b; }) 35 typeof(a) _a = a;\ 37 _a < _b ? _a : _b; })
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | nconf.h | 28 typeof(a) _a = a;\ 30 _a > _b ? _a : _b; }) 33 typeof(a) _a = a;\ 35 _a < _b ? _a : _b; })
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | util.h | 21 (__extension__({ __typeof__(a) _a = (a); \ 23 _a > _b ? _a : _b; })) 26 (__extension__({ __typeof__(a) _a = (a); \ 28 _a < _b ? _a : _b; })) 147 __typeof__(a) _a = (a); \ 150 _a > _b ? 1 : _a < _b ? -1 : 0; \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | util.h | 21 (__extension__({ __typeof__(a) _a = (a); \ 23 _a > _b ? _a : _b; })) 26 (__extension__({ __typeof__(a) _a = (a); \ 28 _a < _b ? _a : _b; })) 147 __typeof__(a) _a = (a); \ 150 _a > _b ? 1 : _a < _b ? -1 : 0; \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | util.h | 21 (__extension__({ __typeof__(a) _a = (a); \ 23 _a > _b ? _a : _b; })) 26 (__extension__({ __typeof__(a) _a = (a); \ 28 _a < _b ? _a : _b; })) 147 __typeof__(a) _a = (a); \ 150 _a > _b ? 1 : _a < _b ? -1 : 0; \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | util.h | 21 (__extension__({ __typeof__(a) _a = (a); \ 23 _a > _b ? _a : _b; })) 26 (__extension__({ __typeof__(a) _a = (a); \ 28 _a < _b ? _a : _b; })) 147 __typeof__(a) _a = (a); \ 150 _a > _b ? 1 : _a < _b ? -1 : 0; \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/ |
| H A D | util.h | 34 (__extension__({ __typeof__(a) _a = (a); \ 36 _a > _b ? _a : _b; })) 39 (__extension__({ __typeof__(a) _a = (a); \ 41 _a < _b ? _a : _b; }))
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | util.h | 34 (__extension__({ __typeof__(a) _a = (a); \ 36 _a > _b ? _a : _b; })) 39 (__extension__({ __typeof__(a) _a = (a); \ 41 _a < _b ? _a : _b; }))
|
| /OK3568_Linux_fs/u-boot/lib/avb/libavb_ab/ |
| H A D | Kconfig | 5 _a and _b or more systems. So we have to 6 choose the _a or _b system to startup. 13 _a and _b or more systems. So we have to 14 choose the _a or _b system to startup. 21 _a and _b or more systems. So we have to 22 choose the _a or _b system to startup.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/list/detail/ |
| H A D | at_impl.hpp | 53 typedef typename Cons::cdr_type _a; 54 typedef typename _a::cdr_type type; 64 typedef typename Cons::cdr_type _a; 65 typedef typename _a::cdr_type _b; 76 typedef typename Cons::cdr_type _a; 77 typedef typename _a::cdr_type _b;
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_io.h | 350 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument 351 rtw_write8(_a, _b, _c) 352 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument 353 rtw_write16(_a, _b, _c) 354 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument 355 rtw_write32(_a, _b, _c) 357 #define PlatformEFIORead1Byte(_a, _b) \ argument 358 rtw_read8(_a, _b) 359 #define PlatformEFIORead2Byte(_a, _b) \ argument 360 rtw_read16(_a, _b) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-moore.h | 27 #define MTK_RANGE(_a) { .range = (_a), .nranges = ARRAY_SIZE(_a), } argument
|
| H A D | pinctrl-paris.h | 29 #define MTK_RANGE(_a) { .range = (_a), .nranges = ARRAY_SIZE(_a), } argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | position.hpp | 59 const float _a = (azimuthal + 90) * util::DEG2RAD; in calculateCartesian() local 62 x = radial * std::cos(_a) * std::sin(_p); in calculateCartesian() 63 y = radial * std::sin(_a) * std::sin(_p); in calculateCartesian()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/ |
| H A D | rtw_io.h | 510 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument 511 rtw_write8(_a, _b, _c) 512 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument 513 rtw_write16(_a, _b, _c) 514 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument 515 rtw_write32(_a, _b, _c) 517 #define PlatformEFIORead1Byte(_a, _b) \ argument 518 rtw_read8(_a, _b) 519 #define PlatformEFIORead2Byte(_a, _b) \ argument 520 rtw_read16(_a, _b) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | rtw_io.h | 513 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument 514 rtw_write8(_a, _b, _c) 515 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument 516 rtw_write16(_a, _b, _c) 517 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument 518 rtw_write32(_a, _b, _c) 520 #define PlatformEFIORead1Byte(_a, _b) \ argument 521 rtw_read8(_a, _b) 522 #define PlatformEFIORead2Byte(_a, _b) \ argument 523 rtw_read16(_a, _b) [all …]
|