Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 2134) sorted by relevance

12345678910>>...86

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/
H A Diwl-debug.h38 #define CHECK_FOR_NEWLINE(f) BUILD_BUG_ON(f[sizeof(f) - 2] != '\n') argument
41 #define IWL_ERR_DEV(d, f, a...) \ argument
46 #define IWL_ERR(m, f, a...) \ argument
48 #define IWL_WARN(m, f, a...) \ argument
53 #define IWL_INFO(m, f, a...) \ argument
58 #define IWL_CRIT(m, f, a...) \ argument
169 #define IWL_DEBUG_INFO(p, f, a...) IWL_DEBUG(p, IWL_DL_INFO, f, ## a) argument
170 #define IWL_DEBUG_TDLS(p, f, a...) IWL_DEBUG(p, IWL_DL_TDLS, f, ## a) argument
171 #define IWL_DEBUG_MAC80211(p, f, a...) IWL_DEBUG(p, IWL_DL_MAC80211, f, ## a) argument
172 #define IWL_DEBUG_EXTERNAL(p, f, a...) IWL_DEBUG(p, IWL_DL_EXTERNAL, f, ## a) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/emac/
H A Ddebug.h32 # define DBG(d,f,x...) EMAC_DBG(d, emac, f, ##x) argument
33 # define MAL_DBG(d,f,x...) EMAC_DBG(d, mal, f, ##x) argument
34 # define ZMII_DBG(d,f,x...) EMAC_DBG(d, zmii, f, ##x) argument
35 # define RGMII_DBG(d,f,x...) EMAC_DBG(d, rgmii, f, ##x) argument
38 # define DBG(f,x...) ((void)0) argument
39 # define MAL_DBG(d,f,x...) ((void)0) argument
40 # define ZMII_DBG(d,f,x...) ((void)0) argument
41 # define RGMII_DBG(d,f,x...) ((void)0) argument
44 # define DBG2(d,f,x...) DBG(d,f, ##x) argument
45 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x) argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessor/
H A Drepeat.hpp23 # define BOOST_MPL_PP_REPEAT(n,f,param) \ argument
27 # define BOOST_MPL_PP_REPEAT_0(f,p) argument
28 # define BOOST_MPL_PP_REPEAT_1(f,p) f(0,0,p) argument
29 # define BOOST_MPL_PP_REPEAT_2(f,p) f(0,0,p) f(0,1,p) argument
30 # define BOOST_MPL_PP_REPEAT_3(f,p) f(0,0,p) f(0,1,p) f(0,2,p) argument
31 # define BOOST_MPL_PP_REPEAT_4(f,p) f(0,0,p) f(0,1,p) f(0,2,p) f(0,3,p) argument
32 # define BOOST_MPL_PP_REPEAT_5(f,p) f(0,0,p) f(0,1,p) f(0,2,p) f(0,3,p) f(0,4,p) argument
33 # define BOOST_MPL_PP_REPEAT_6(f,p) f(0,0,p) f(0,1,p) f(0,2,p) f(0,3,p) f(0,4,p) f(0,5,p) argument
34 # define BOOST_MPL_PP_REPEAT_7(f,p) f(0,0,p) f(0,1,p) f(0,2,p) f(0,3,p) f(0,4,p) f(0,5,p) f(0,6,p) argument
35 # define BOOST_MPL_PP_REPEAT_8(f,p) f(0,0,p) f(0,1,p) f(0,2,p) f(0,3,p) f(0,4,p) f(0,5,p) f(0,6,p… argument
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Ddt_cpu_ftrs.c154 static int __init feat_try_enable_unknown(struct dt_cpu_feature *f) in feat_try_enable_unknown()
191 static int __init feat_enable(struct dt_cpu_feature *f) in feat_enable()
224 static int __init feat_disable(struct dt_cpu_feature *f) in feat_disable()
229 static int __init feat_enable_hv(struct dt_cpu_feature *f) in feat_enable_hv()
249 static int __init feat_enable_le(struct dt_cpu_feature *f) in feat_enable_le()
255 static int __init feat_enable_smt(struct dt_cpu_feature *f) in feat_enable_smt()
262 static int __init feat_enable_idle_nap(struct dt_cpu_feature *f) in feat_enable_idle_nap()
276 static int __init feat_enable_align_dsisr(struct dt_cpu_feature *f) in feat_enable_align_dsisr()
283 static int __init feat_enable_idle_stop(struct dt_cpu_feature *f) in feat_enable_idle_stop()
297 static int __init feat_enable_mmu_hash(struct dt_cpu_feature *f) in feat_enable_mmu_hash()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Derr.h203 # define SYSerr(f,r) ERR_PUT_error(ERR_LIB_SYS,(f),(r),__FILE__,__LINE__) argument
204 # define BNerr(f,r) ERR_PUT_error(ERR_LIB_BN,(f),(r),__FILE__,__LINE__) argument
205 # define RSAerr(f,r) ERR_PUT_error(ERR_LIB_RSA,(f),(r),__FILE__,__LINE__) argument
206 # define DHerr(f,r) ERR_PUT_error(ERR_LIB_DH,(f),(r),__FILE__,__LINE__) argument
207 # define EVPerr(f,r) ERR_PUT_error(ERR_LIB_EVP,(f),(r),__FILE__,__LINE__) argument
208 # define BUFerr(f,r) ERR_PUT_error(ERR_LIB_BUF,(f),(r),__FILE__,__LINE__) argument
209 # define OBJerr(f,r) ERR_PUT_error(ERR_LIB_OBJ,(f),(r),__FILE__,__LINE__) argument
210 # define PEMerr(f,r) ERR_PUT_error(ERR_LIB_PEM,(f),(r),__FILE__,__LINE__) argument
211 # define DSAerr(f,r) ERR_PUT_error(ERR_LIB_DSA,(f),(r),__FILE__,__LINE__) argument
212 # define X509err(f,r) ERR_PUT_error(ERR_LIB_X509,(f),(r),__FILE__,__LINE__) argument
[all …]
H A Dasn1_mac.h72 # define ASN1_MAC_H_err(f,r,line) \ argument
197 # define M_ASN1_I2D_len_SET_opt(a,f) \ argument
201 # define M_ASN1_I2D_put_SET_opt(a,f) \ argument
205 # define M_ASN1_I2D_put_SEQUENCE_opt(a,f) \ argument
209 # define M_ASN1_I2D_put_SEQUENCE_opt_type(type,a,f) \ argument
385 # define M_ASN1_I2D_len(a,f) ret+=f(a,NULL) argument
386 # define M_ASN1_I2D_len_IMP_opt(a,f) if (a != NULL) M_ASN1_I2D_len(a,f) argument
388 # define M_ASN1_I2D_len_SET(a,f) \ argument
391 # define M_ASN1_I2D_len_SET_type(type,a,f) \ argument
395 # define M_ASN1_I2D_len_SEQUENCE(a,f) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Dst-dma-fence.c22 } *to_mock_fence(struct dma_fence *f) { in to_mock_fence()
26 static const char *mock_name(struct dma_fence *f) in mock_name()
31 static void mock_fence_release(struct dma_fence *f) in mock_fence_release()
41 static void mock_wakeup(struct dma_fence *f, struct dma_fence_cb *cb) in mock_wakeup()
46 static long mock_wait(struct dma_fence *f, bool intr, long timeout) in mock_wait()
85 struct mock_fence *f; in mock_fence() local
99 struct dma_fence *f; in sanitycheck() local
113 struct dma_fence *f; in test_signaling() local
151 static void simple_callback(struct dma_fence *f, struct dma_fence_cb *cb) in simple_callback()
159 struct dma_fence *f; in test_add_callback() local
[all …]
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dceph_frag.h27 static inline __u32 ceph_frag_bits(__u32 f) in ceph_frag_bits()
31 static inline __u32 ceph_frag_value(__u32 f) in ceph_frag_value()
35 static inline __u32 ceph_frag_mask(__u32 f) in ceph_frag_mask()
39 static inline __u32 ceph_frag_mask_shift(__u32 f) in ceph_frag_mask_shift()
44 static inline bool ceph_frag_contains_value(__u32 f, __u32 v) in ceph_frag_contains_value()
49 static inline __u32 ceph_frag_make_child(__u32 f, int by, int i) in ceph_frag_make_child()
55 static inline bool ceph_frag_is_leftmost(__u32 f) in ceph_frag_is_leftmost()
59 static inline bool ceph_frag_is_rightmost(__u32 f) in ceph_frag_is_rightmost()
63 static inline __u32 ceph_frag_next(__u32 f) in ceph_frag_next()
/OK3568_Linux_fs/kernel/include/linux/
H A Dindirect_call_wrapper.h17 #define INDIRECT_CALL_1(f, f1, ...) \ argument
21 #define INDIRECT_CALL_2(f, f2, f1, ...) \ argument
26 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) \ argument
31 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) \ argument
37 #define INDIRECT_CALLABLE_DECLARE(f) f argument
41 #define INDIRECT_CALL_1(f, f1, ...) f(__VA_ARGS__) argument
42 #define INDIRECT_CALL_2(f, f2, f1, ...) f(__VA_ARGS__) argument
43 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) f(__VA_ARGS__) argument
44 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) f(__VA_ARGS__) argument
45 #define INDIRECT_CALLABLE_DECLARE(f) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddebug.h54 #define brcms_dbg(core, l, f, a...) __brcms_dbg(&(core)->dev, l, __func__, f, ##a) argument
55 #define brcms_info(core, f, a...) __brcms_info(&(core)->dev, f, ##a) argument
56 #define brcms_warn(core, f, a...) __brcms_warn(&(core)->dev, f, ##a) argument
57 #define brcms_err(core, f, a...) __brcms_err(&(core)->dev, f, ##a) argument
58 #define brcms_crit(core, f, a...) __brcms_crit(&(core)->dev, f, ##a) argument
60 #define brcms_dbg_info(core, f, a...) brcms_dbg(core, BRCM_DL_INFO, f, ##a) argument
61 #define brcms_dbg_mac80211(core, f, a...) brcms_dbg(core, BRCM_DL_MAC80211, f, ##a) argument
62 #define brcms_dbg_rx(core, f, a...) brcms_dbg(core, BRCM_DL_RX, f, ##a) argument
63 #define brcms_dbg_tx(core, f, a...) brcms_dbg(core, BRCM_DL_TX, f, ##a) argument
64 #define brcms_dbg_int(core, f, a...) brcms_dbg(core, BRCM_DL_INT, f, ##a) argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dcopy_move_algo.hpp176 inline F memmove(I f, I l, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove()
191 F memmove_n(I f, U n, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n()
205 I memmove_n_source(I f, U n, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n_source()
219 I memmove_n_source_dest(I f, U n, F &r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n_source_dest()
293 uninitialized_move_alloc(Allocator &a, I f, I l, F r) in uninitialized_move_alloc()
317 uninitialized_move_alloc(Allocator &, I f, I l, F r) BOOST_NOEXCEPT_OR_NOTHROW in uninitialized_move_alloc()
338 …uninitialized_move_alloc_n(Allocator &a, I f, typename boost::container::allocator_traits<Allocato… in uninitialized_move_alloc_n()
362 …uninitialized_move_alloc_n(Allocator &, I f, typename boost::container::allocator_traits<Allocator… in uninitialized_move_alloc_n()
383 …uninitialized_move_alloc_n_source(Allocator &a, I f, typename boost::container::allocator_traits<A… in uninitialized_move_alloc_n_source()
407 …uninitialized_move_alloc_n_source(Allocator &, I f, typename boost::container::allocator_traits<Al… in uninitialized_move_alloc_n_source()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32_parse.h45 static inline int cxgb4_fill_ipv4_tos(struct ch_filter_specification *f, in cxgb4_fill_ipv4_tos()
54 static inline int cxgb4_fill_ipv4_frag(struct ch_filter_specification *f, in cxgb4_fill_ipv4_frag()
76 static inline int cxgb4_fill_ipv4_proto(struct ch_filter_specification *f, in cxgb4_fill_ipv4_proto()
85 static inline int cxgb4_fill_ipv4_src_ip(struct ch_filter_specification *f, in cxgb4_fill_ipv4_src_ip()
94 static inline int cxgb4_fill_ipv4_dst_ip(struct ch_filter_specification *f, in cxgb4_fill_ipv4_dst_ip()
113 static inline int cxgb4_fill_ipv6_tos(struct ch_filter_specification *f, in cxgb4_fill_ipv6_tos()
122 static inline int cxgb4_fill_ipv6_proto(struct ch_filter_specification *f, in cxgb4_fill_ipv6_proto()
131 static inline int cxgb4_fill_ipv6_src_ip0(struct ch_filter_specification *f, in cxgb4_fill_ipv6_src_ip0()
140 static inline int cxgb4_fill_ipv6_src_ip1(struct ch_filter_specification *f, in cxgb4_fill_ipv6_src_ip1()
149 static inline int cxgb4_fill_ipv6_src_ip2(struct ch_filter_specification *f, in cxgb4_fill_ipv6_src_ip2()
[all …]
/OK3568_Linux_fs/u-boot/examples/standalone/
H A Dstubs.c18 #define EXPORT_FUNC(f, a, x, ...) \ argument
31 #define EXPORT_FUNC(f, a, x, ...) \ argument
46 #define EXPORT_FUNC(f, a, x, ...) \ argument
59 #define EXPORT_FUNC(f, a, x, ...) \ argument
76 #define EXPORT_FUNC(f, a, x, ...) \ argument
92 #define EXPORT_FUNC(f, a, x, ...) \ argument
105 #define EXPORT_FUNC(f, a, x, ...) \ argument
121 #define EXPORT_FUNC(f, a, x, ...) \ argument
136 #define EXPORT_FUNC(f, a, x, ...) \ argument
148 #define EXPORT_FUNC(f, a, x, ...) \ argument
[all …]
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dsh_flctl.h18 #define FLCMNCR(f) (f->reg + 0x0) argument
19 #define FLCMDCR(f) (f->reg + 0x4) argument
20 #define FLCMCDR(f) (f->reg + 0x8) argument
21 #define FLADR(f) (f->reg + 0xC) argument
22 #define FLADR2(f) (f->reg + 0x3C) argument
23 #define FLDATAR(f) (f->reg + 0x10) argument
24 #define FLDTCNTR(f) (f->reg + 0x14) argument
25 #define FLINTDMACR(f) (f->reg + 0x18) argument
26 #define FLBSYTMR(f) (f->reg + 0x1C) argument
27 #define FLBSYCNT(f) (f->reg + 0x20) argument
[all …]
/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_fifo.c20 struct snd_seq_fifo *f; in snd_seq_fifo_new() local
51 struct snd_seq_fifo *f; in snd_seq_fifo_delete() local
83 void snd_seq_fifo_clear(struct snd_seq_fifo *f) in snd_seq_fifo_clear()
101 int snd_seq_fifo_event_in(struct snd_seq_fifo *f, in snd_seq_fifo_event_in()
142 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f) in fifo_cell_out()
161 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, in snd_seq_fifo_cell_out()
198 void snd_seq_fifo_cell_putback(struct snd_seq_fifo *f, in snd_seq_fifo_cell_putback()
216 int snd_seq_fifo_poll_wait(struct snd_seq_fifo *f, struct file *file, in snd_seq_fifo_poll_wait()
224 int snd_seq_fifo_resize(struct snd_seq_fifo *f, int poolsize) in snd_seq_fifo_resize()
268 int snd_seq_fifo_unused_cells(struct snd_seq_fifo *f) in snd_seq_fifo_unused_cells()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dfifo.h37 UNUSED static void fifo_clear(fifo_t * f) in fifo_clear()
42 UNUSED static void * fifo_reserve(fifo_t * f, FIFO_SIZE_T n) in fifo_reserve()
67 UNUSED static void * fifo_write(fifo_t * f, FIFO_SIZE_T n, void const * data) in fifo_write()
75 UNUSED static void fifo_trim_to(fifo_t * f, FIFO_SIZE_T n) in fifo_trim_to()
81 UNUSED static void fifo_trim_by(fifo_t * f, FIFO_SIZE_T n) in fifo_trim_by()
87 UNUSED static FIFO_SIZE_T fifo_occupancy(fifo_t * f) in fifo_occupancy()
92 UNUSED static void * fifo_read(fifo_t * f, FIFO_SIZE_T n, void * data) in fifo_read()
104 #define fifo_read_ptr(f) fifo_read(f, (FIFO_SIZE_T)0, NULL) argument
106 UNUSED static void fifo_delete(fifo_t * f) in fifo_delete()
111 UNUSED static void fifo_create(fifo_t * f, FIFO_SIZE_T item_size) in fifo_create()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/
H A Dfunction_template.hpp100 FunctionPtr f = reinterpret_cast<FunctionPtr>(function_ptr.members.func_ptr); in invoke() local
117 FunctionPtr f = reinterpret_cast<FunctionPtr>(function_ptr.members.func_ptr); in invoke() local
133 FunctionObj* f; in invoke() local
154 FunctionObj* f; in invoke() local
174 FunctionObj* f = in invoke() local
192 FunctionObj* f = in invoke() local
211 MemberPtr* f = in invoke() local
229 MemberPtr* f = in invoke() local
707 BOOST_FUNCTION_FUNCTION(Functor BOOST_FUNCTION_TARGET_FIX(const &) f in BOOST_FUNCTION_FUNCTION() argument
719 BOOST_FUNCTION_FUNCTION(Functor BOOST_FUNCTION_TARGET_FIX(const &) f, Allocator a in BOOST_FUNCTION_FUNCTION() argument
[all …]
/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 Dfilenames.h43 # define HAS_DRIVE_SPEC(f) HAS_DOS_DRIVE_SPEC (f) argument
45 # define IS_ABSOLUTE_PATH(f) IS_DOS_ABSOLUTE_PATH (f) argument
61 #define HAS_DRIVE_SPEC_1(dos_based, f) \ argument
66 #define STRIP_DRIVE_SPEC(f) ((f) + 2) argument
69 #define IS_DOS_ABSOLUTE_PATH(f) IS_ABSOLUTE_PATH_1 (1, f) argument
70 #define HAS_DOS_DRIVE_SPEC(f) HAS_DRIVE_SPEC_1 (1, f) argument
73 #define IS_UNIX_ABSOLUTE_PATH(f) IS_ABSOLUTE_PATH_1 (0, f) argument
80 #define IS_ABSOLUTE_PATH_1(dos_based, f) \ argument
/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 Dfilenames.h43 # define HAS_DRIVE_SPEC(f) HAS_DOS_DRIVE_SPEC (f) argument
45 # define IS_ABSOLUTE_PATH(f) IS_DOS_ABSOLUTE_PATH (f) argument
61 #define HAS_DRIVE_SPEC_1(dos_based, f) \ argument
66 #define STRIP_DRIVE_SPEC(f) ((f) + 2) argument
69 #define IS_DOS_ABSOLUTE_PATH(f) IS_ABSOLUTE_PATH_1 (1, f) argument
70 #define HAS_DOS_DRIVE_SPEC(f) HAS_DRIVE_SPEC_1 (1, f) argument
73 #define IS_UNIX_ABSOLUTE_PATH(f) IS_ABSOLUTE_PATH_1 (0, f) argument
80 #define IS_ABSOLUTE_PATH_1(dos_based, f) \ argument
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.h50 #define PICT_FORMAT_BPP(f) PIXMAN_FORMAT_BPP(f) argument
51 #define PICT_FORMAT_TYPE(f) PIXMAN_FORMAT_TYPE(f) argument
52 #define PICT_FORMAT_A(f) PIXMAN_FORMAT_A(f) argument
53 #define PICT_FORMAT_R(f) PIXMAN_FORMAT_R(f) argument
54 #define PICT_FORMAT_G(f) PIXMAN_FORMAT_G(f) argument
55 #define PICT_FORMAT_B(f) PIXMAN_FORMAT_B(f) argument
56 #define PICT_FORMAT_RGB(f) PIXMAN_FORMAT_RGB(f) argument
57 #define PICT_FORMAT_VIS(f) PIXMAN_FORMAT_VIS(f) argument
67 #define PICT_FORMAT_COLOR(f) PIXMAN_FORMAT_COLOR(f) argument
199 #define xFixedToInt(f) pixman_fixed_to_int(f) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_sw_fence_work.c9 static void fence_complete(struct dma_fence_work *f) in fence_complete()
18 struct dma_fence_work *f = container_of(work, typeof(*f), work); in fence_work() local
32 struct dma_fence_work *f = container_of(fence, typeof(*f), chain); in fence_notify() local
65 struct dma_fence_work *f = container_of(fence, typeof(*f), dma); in get_timeline_name() local
72 struct dma_fence_work *f = container_of(fence, typeof(*f), dma); in fence_release() local
86 void dma_fence_work_init(struct dma_fence_work *f, in dma_fence_work_init()
96 int dma_fence_work_chain(struct dma_fence_work *f, struct dma_fence *signal) in dma_fence_work_chain()
/OK3568_Linux_fs/kernel/drivers/char/mwave/
H A Dmwavedd.h74 #define PRINTK_1(f,s) \ argument
79 #define PRINTK_2(f,s,v1) \ argument
84 #define PRINTK_3(f,s,v1,v2) \ argument
89 #define PRINTK_4(f,s,v1,v2,v3) \ argument
94 #define PRINTK_5(f,s,v1,v2,v3,v4) \ argument
99 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) \ argument
104 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) \ argument
109 #define PRINTK_8(f,s,v1,v2,v3,v4,v5,v6,v7) \ argument
115 #define PRINTK_1(f,s) argument
116 #define PRINTK_2(f,s,v1) argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/repetition/
H A Drepeat_from_to.hpp36 # define BOOST_PP_REPEAT_FROM_TO_1(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1(BOOST_PP_AUTO_REC(BOOST… argument
37 # define BOOST_PP_REPEAT_FROM_TO_2(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_2(BOOST_PP_AUTO_REC(BOOST… argument
38 # define BOOST_PP_REPEAT_FROM_TO_3(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_3(BOOST_PP_AUTO_REC(BOOST… argument
39 # define BOOST_PP_REPEAT_FROM_TO_4(f, l, m, dt) BOOST_PP_ERROR(0x0003) argument
54 # define BOOST_PP_REPEAT_FROM_TO_D_1(d, f, l, m, dt) BOOST_PP_REPEAT_1(BOOST_PP_SUB_D(d, l, f), … argument
55 # define BOOST_PP_REPEAT_FROM_TO_D_2(d, f, l, m, dt) BOOST_PP_REPEAT_2(BOOST_PP_SUB_D(d, l, f), … argument
56 # define BOOST_PP_REPEAT_FROM_TO_D_3(d, f, l, m, dt) BOOST_PP_REPEAT_3(BOOST_PP_SUB_D(d, l, f), … argument
58 # define BOOST_PP_REPEAT_FROM_TO_D_1(d, f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1_I(d, f, l, m, d… argument
59 # define BOOST_PP_REPEAT_FROM_TO_D_2(d, f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_2_I(d, f, l, m, d… argument
60 # define BOOST_PP_REPEAT_FROM_TO_D_3(d, f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_3_I(d, f, l, m, d… argument
[all …]
/OK3568_Linux_fs/kernel/drivers/w1/
H A Dw1_family.c24 struct w1_family *f; in w1_register_family() local
57 struct w1_family *f; in w1_unregister_family() local
89 struct w1_family *f = NULL; in w1_family_registered() local
104 static void __w1_family_put(struct w1_family *f) in __w1_family_put()
109 void w1_family_put(struct w1_family *f) in w1_family_put()
125 void __w1_family_get(struct w1_family *f) in __w1_family_get()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_fence.c83 struct amdgpu_amdkfd_fence *to_amdgpu_amdkfd_fence(struct dma_fence *f) in to_amdgpu_amdkfd_fence()
97 static const char *amdkfd_fence_get_driver_name(struct dma_fence *f) in amdkfd_fence_get_driver_name()
102 static const char *amdkfd_fence_get_timeline_name(struct dma_fence *f) in amdkfd_fence_get_timeline_name()
115 static bool amdkfd_fence_enable_signaling(struct dma_fence *f) in amdkfd_fence_enable_signaling()
139 static void amdkfd_fence_release(struct dma_fence *f) in amdkfd_fence_release()
160 bool amdkfd_fence_check_mm(struct dma_fence *f, struct mm_struct *mm) in amdkfd_fence_check_mm()

12345678910>>...86