Home
last modified time | relevance | path

Searched defs:_c (Results 1 – 25 of 78) sorted by relevance

1234

/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 Dconcept_check.h50 #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
74 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument
76 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument
/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 Dconcept_check.h50 #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
74 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument
76 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvdisp.c244 #define _WriteQueryAdaptorsReply(_c,_d) \ argument
248 #define _WriteQueryExtensionReply(_c,_d) \ argument
252 #define _WriteQueryEncodingsReply(_c,_d) \ argument
256 #define _WriteAdaptorInfo(_c,_d) \ argument
260 #define _WriteAttributeInfo(_c,_d) \ argument
264 #define _WriteEncodingInfo(_c,_d) \ argument
268 #define _WriteFormat(_c,_d) \ argument
272 #define _WriteGrabPortReply(_c,_d) \ argument
276 #define _WriteGetPortAttributeReply(_c,_d) \ argument
280 #define _WriteQueryBestSizeReply(_c,_d) \ argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/
H A Dnumbered_c.hpp40 struct BOOST_PP_CAT(BOOST_PP_CAT(vector,i_),_c) in BOOST_PP_CAT() argument
64 struct BOOST_PP_CAT(BOOST_PP_CAT(vector,i_),_c) in BOOST_PP_CAT() argument
/OK3568_Linux_fs/kernel/drivers/reset/sti/
H A Dreset-syscfg.h28 #define _SYSCFG_RST_CH(_c, _rr, _rb, _ar, _ab) \ argument
33 #define _SYSCFG_RST_CH_NO_ACK(_c, _rr, _rb) \ argument
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dni_660x.c82 #define NI660X_DMA_CFG_SEL(_c, _s) (((_s) & 0x1f) << (8 * (_c))) argument
83 #define NI660X_DMA_CFG_SEL_MASK(_c) NI660X_DMA_CFG_SEL((_c), 0x1f) argument
84 #define NI660X_DMA_CFG_SEL_NONE(_c) NI660X_DMA_CFG_SEL((_c), 0x1f) argument
85 #define NI660X_DMA_CFG_RESET(_c) NI660X_DMA_CFG_SEL((_c), 0x80) argument
88 #define NI660X_IO_CFG_OUT_SEL(_c, _s) (((_s) & 0x3) << (((_c) % 2) ? 0 : 8)) argument
89 #define NI660X_IO_CFG_OUT_SEL_MASK(_c) NI660X_IO_CFG_OUT_SEL((_c), 0x3) argument
90 #define NI660X_IO_CFG_IN_SEL(_c, _s) (((_s) & 0x7) << (((_c) % 2) ? 4 : 12)) argument
91 #define NI660X_IO_CFG_IN_SEL_MASK(_c) NI660X_IO_CFG_IN_SEL((_c), 0x7) argument
H A Dni_stc.h256 #define NISTC_RTSI_TRIG_DIR(_c, _m) ((_m) ? BIT(8 + (_c)) : BIT(7 + (_c))) argument
433 #define NISTC_RTSI_TRIG(_c, _s) (((_s) & 0xf) << (((_c) % 4) * 4)) argument
434 #define NISTC_RTSI_TRIG_MASK(_c) NISTC_RTSI_TRIG((_c), 0xf) argument
435 #define NISTC_RTSI_TRIG_TO_SRC(_c, _b) (((_b) >> (((_c) % 4) * 4)) & 0xf) argument
560 #define NI_E_DMA_G0_G1_SEL(_g, _c) (((_c) & 0xf) << ((_g) * 4)) argument
761 #define NI_M_PFI_FILTER_SEL(_c, _f) (((_f) & 0x3) << ((_c) * 2)) argument
762 #define NI_M_PFI_FILTER_SEL_MASK(_c) NI_M_PFI_FILTER_SEL((_c), 0x3) argument
805 #define NI_M_PFI_CHAN(_c) (((_c) % 3) * 5) argument
806 #define NI_M_PFI_OUT_SEL(_c, _s) (((_s) & 0x1f) << NI_M_PFI_CHAN(_c)) argument
807 #define NI_M_PFI_OUT_SEL_MASK(_c) (0x1f << NI_M_PFI_CHAN(_c)) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/
H A Ddesc.c174 #define _TX_FLAGS(_c, _flag) \ in ath5k_hw_setup_2word_tx_desc() argument
179 #define _TX_FLAGS_5211(_c, _flag) \ in ath5k_hw_setup_2word_tx_desc() argument
318 #define _TX_FLAGS(_c, _flag) \ in ath5k_hw_setup_4word_tx_desc() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/set/aux_/
H A Dnumbered_c.hpp35 struct BOOST_PP_CAT(BOOST_PP_CAT(set,i_),_c) in BOOST_PP_CAT() argument
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dbackground.c75 static int jffs2_garbage_collect_thread(void *_c) in jffs2_garbage_collect_thread()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/list/aux_/
H A Dnumbered_c.hpp54 struct BOOST_PP_CAT(BOOST_PP_CAT(list,i),_c) in BOOST_PP_CAT() argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_perf_branches.c18 __u64 _c; member
/OK3568_Linux_fs/u-boot/drivers/reset/
H A Dsti-reset.c68 #define _SYSCFG_RST_CH(_c, _rr, _rb, _ar, _ab) \ argument
75 #define _SYSCFG_RST_CH_NO_ACK(_c, _rr, _rb) \ argument
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Drtw_io.h350 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
352 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
354 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dmroute.h74 struct mr_mfc _c; member
H A Dmroute6.h84 struct mr_mfc _c; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dhw.h464 #define IS_CHAN_5GHZ(_c) (!!((_c)->channelFlags & CHANNEL_5GHZ)) argument
465 #define IS_CHAN_2GHZ(_c) (!IS_CHAN_5GHZ(_c)) argument
467 #define IS_CHAN_HALF_RATE(_c) (!!((_c)->channelFlags & CHANNEL_HALF)) argument
468 #define IS_CHAN_QUARTER_RATE(_c) (!!((_c)->channelFlags & CHANNEL_QUARTER)) argument
469 #define IS_CHAN_A_FAST_CLOCK(_ah, _c) \ argument
472 #define IS_CHAN_HT(_c) ((_c)->channelFlags & CHANNEL_HT) argument
474 #define IS_CHAN_HT20(_c) (IS_CHAN_HT(_c) && !IS_CHAN_HT40(_c)) argument
476 #define IS_CHAN_HT40(_c) \ argument
479 #define IS_CHAN_HT40PLUS(_c) ((_c)->channelFlags & CHANNEL_HT40PLUS) argument
480 #define IS_CHAN_HT40MINUS(_c) ((_c)->channelFlags & CHANNEL_HT40MINUS) argument
/OK3568_Linux_fs/kernel/samples/seccomp/
H A Dbpf-direct.c163 #define payload(_c) (_c), sizeof((_c)) argument
/OK3568_Linux_fs/kernel/drivers/scsi/fnic/
H A Dfnic_trace.h87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
/OK3568_Linux_fs/kernel/arch/arm/mach-footbridge/
H A Ddc21285.c275 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dpch_dma.c741 struct dma_chan *chan, *_c; in pch_dma_save_regs() local
764 struct dma_chan *chan, *_c; in pch_dma_restore_regs() local
927 struct dma_chan *chan, *_c; in pch_dma_remove() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/scope/
H A Dlocal_variable.hpp166 BOOST_ATTRIBUTE_UNUSED _c_type const _c = {{{}}}; variable
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Drtw_io.h510 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
512 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
514 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Drtw_io.h513 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
515 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
517 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Drtw_io.h512 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
514 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
516 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument

1234