Home
last modified time | relevance | path

Searched defs:f (Results 26 – 50 of 2134) sorted by relevance

12345678910>>...86

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/
H A Dfunction_base.hpp292 functor_type* f = reinterpret_cast<functor_type*>(in_buffer.data); in manage_small() local
298 functor_type* f = reinterpret_cast<functor_type*>(out_buffer.data); in manage_small() local
347 const functor_type* f = in manager() local
356 functor_type* f = in manager() local
449 const functor_wrapper_type* f = in manager() local
525 compare_equal(const Function& f, const Functor&, int, mpl::bool_<true>) in compare_equal()
530 compare_not_equal(const Function& f, const Functor&, int, in compare_not_equal()
536 compare_equal(const Function& f, const Functor& g, long, in compare_equal()
546 compare_equal(const Function& f, const reference_wrapper<Functor>& g, in compare_equal()
556 compare_not_equal(const Function& f, const Functor& g, long, in compare_not_equal()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/control/
H A Diif.hpp18 # define BOOST_PP_IIF(bit, t, f) BOOST_PP_IIF_I(bit, t, f) argument
20 # define BOOST_PP_IIF(bit, t, f) BOOST_PP_IIF_OO((bit, t, f)) argument
25 # define BOOST_PP_IIF_I(bit, t, f) BOOST_PP_IIF_ ## bit(t, f) argument
27 # define BOOST_PP_IIF_I(bit, t, f) BOOST_PP_IIF_II(BOOST_PP_IIF_ ## bit(t, f)) argument
31 # define BOOST_PP_IIF_0(t, f) f argument
32 # define BOOST_PP_IIF_1(t, f) t argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dsubdev.h39 #define nvkm_printk_(s,l,p,f,a...) do { \ argument
46 #define nvkm_printk(s,l,p,f,a...) nvkm_printk_((s), NV_DBG_##l, p, f, ##a) argument
47 #define nvkm_fatal(s,f,a...) nvkm_printk((s), FATAL, crit, f, ##a) argument
48 #define nvkm_error(s,f,a...) nvkm_printk((s), ERROR, err, f, ##a) argument
49 #define nvkm_warn(s,f,a...) nvkm_printk((s), WARN, notice, f, ##a) argument
50 #define nvkm_info(s,f,a...) nvkm_printk((s), INFO, info, f, ##a) argument
51 #define nvkm_debug(s,f,a...) nvkm_printk((s), DEBUG, info, f, ##a) argument
52 #define nvkm_trace(s,f,a...) nvkm_printk((s), TRACE, info, f, ##a) argument
53 #define nvkm_spam(s,f,a...) nvkm_printk((s), SPAM, dbg, f, ##a) argument
H A Dclient.h37 #define nvif_printk(o,l,p,f,a...) do { \ argument
44 #define nvif_fatal(o,f,a...) nvif_printk((o), FATAL, CRIT, f, ##a) argument
45 #define nvif_error(o,f,a...) nvif_printk((o), ERROR, ERR, f, ##a) argument
46 #define nvif_debug(o,f,a...) nvif_printk((o), DEBUG, INFO, f, ##a) argument
47 #define nvif_trace(o,f,a...) nvif_printk((o), TRACE, INFO, f, ##a) argument
48 #define nvif_info(o,f,a...) nvif_printk((o), INFO, INFO, f, ##a) argument
49 #define nvif_ioctl(o,f,a...) nvif_trace((o), "ioctl: "f, ##a) argument
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c217 struct flow_cls_offload *f, in mlxsw_sp_flower_parse_meta()
260 struct flow_cls_offload *f) in mlxsw_sp_flower_parse_ipv4()
275 struct flow_cls_offload *f) in mlxsw_sp_flower_parse_ipv6()
309 struct flow_cls_offload *f, in mlxsw_sp_flower_parse_ports()
336 struct flow_cls_offload *f, in mlxsw_sp_flower_parse_tcp()
367 struct flow_cls_offload *f, in mlxsw_sp_flower_parse_ip()
401 struct flow_cls_offload *f) in mlxsw_sp_flower_parse()
533 struct flow_cls_offload *f) in mlxsw_sp_flower_mall_prio_check()
562 struct flow_cls_offload *f) in mlxsw_sp_flower_replace()
613 struct flow_cls_offload *f) in mlxsw_sp_flower_destroy()
[all …]
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Dusb-common.c59 #define LOG0(f) dmxLog(dmxDebug,f) argument
60 #define LOG1(f,a) dmxLog(dmxDebug,f,a) argument
61 #define LOG2(f,a,b) dmxLog(dmxDebug,f,a,b) argument
62 #define LOG3(f,a,b,c) dmxLog(dmxDebug,f,a,b,c) argument
63 #define LOG1INPUT(p,f,a) dmxLogInput(p->dmxInput,f,a) argument
64 #define LOG3INPUT(p,f,a,b,c) dmxLogInput(p->dmxInput,f,a,b,c) argument
65 #define LOG5INPUT(p,f,a,b,c,d,e) dmxLogInput(p->dmxInput,f,a,b,c,d,e) argument
66 #define FATAL0(f) dmxLog(dmxFatal,f) argument
67 #define FATAL1(f,a) dmxLog(dmxFatal,f,a) argument
68 #define FATAL2(f,a,b) dmxLog(dmxFatal,f,a,b) argument
H A Dusb-other.c55 #define LOG0(f) dmxLog(dmxDebug,f) argument
56 #define LOG1(f,a) dmxLog(dmxDebug,f,a) argument
57 #define LOG2(f,a,b) dmxLog(dmxDebug,f,a,b) argument
58 #define LOG3(f,a,b,c) dmxLog(dmxDebug,f,a,b,c) argument
59 #define FATAL0(f) dmxLog(dmxFatal,f) argument
60 #define FATAL1(f,a) dmxLog(dmxFatal,f,a) argument
61 #define FATAL2(f,a,b) dmxLog(dmxFatal,f,a,b) argument
H A Dusb-mouse.c53 #define LOG0(f) dmxLog(dmxDebug,f) argument
54 #define LOG1(f,a) dmxLog(dmxDebug,f,a) argument
55 #define LOG2(f,a,b) dmxLog(dmxDebug,f,a,b) argument
56 #define LOG3(f,a,b,c) dmxLog(dmxDebug,f,a,b,c) argument
57 #define FATAL0(f) dmxLog(dmxFatal,f) argument
58 #define FATAL1(f,a) dmxLog(dmxFatal,f,a) argument
59 #define FATAL2(f,a,b) dmxLog(dmxFatal,f,a,b) argument
H A Ddmxevents.c68 #define DMXDBG0(f) dmxLog(dmxDebug,f) argument
69 #define DMXDBG1(f,a) dmxLog(dmxDebug,f,a) argument
70 #define DMXDBG2(f,a,b) dmxLog(dmxDebug,f,a,b) argument
71 #define DMXDBG3(f,a,b,c) dmxLog(dmxDebug,f,a,b,c) argument
72 #define DMXDBG4(f,a,b,c,d) dmxLog(dmxDebug,f,a,b,c,d) argument
73 #define DMXDBG5(f,a,b,c,d,e) dmxLog(dmxDebug,f,a,b,c,d,e) argument
74 #define DMXDBG6(f,a,b,c,d,e,g) dmxLog(dmxDebug,f,a,b,c,d,e,g) argument
75 #define DMXDBG7(f,a,b,c,d,e,g,h) dmxLog(dmxDebug,f,a,b,c,d,e,g,h) argument
77 #define DMXDBG0(f) argument
78 #define DMXDBG1(f,a) argument
[all …]
H A Ddmxbackend.c80 #define DMXDBG0(f) dmxLog(dmxDebug,f) argument
81 #define DMXDBG1(f,a) dmxLog(dmxDebug,f,a) argument
82 #define DMXDBG2(f,a,b) dmxLog(dmxDebug,f,a,b) argument
83 #define DMXDBG3(f,a,b,c) dmxLog(dmxDebug,f,a,b,c) argument
84 #define DMXDBG4(f,a,b,c,d) dmxLog(dmxDebug,f,a,b,c,d) argument
85 #define DMXDBG5(f,a,b,c,d,e) dmxLog(dmxDebug,f,a,b,c,d,e) argument
86 #define DMXDBG6(f,a,b,c,d,e,g) dmxLog(dmxDebug,f,a,b,c,d,e,g) argument
87 #define DMXDBG7(f,a,b,c,d,e,g,h) dmxLog(dmxDebug,f,a,b,c,d,e,g,h) argument
88 #define DMXDBG8(f,a,b,c,d,e,g,h,i) dmxLog(dmxDebug,f,a,b,c,d,e,g,h,i) argument
89 #define DMXDBG9(f,a,b,c,d,e,g,h,i,j) dmxLog(dmxDebug,f,a,b,c,d,e,g,h,i,j) argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/
H A Dalgorithm.hpp48 inline F uninitialized_move_move_iterator(I f, I l, F r in uninitialized_move_move_iterator()
69 inline F uninitialized_copy_or_move(I f, I l, F r, in uninitialized_copy_or_move()
86 inline F move_move_iterator(I f, I l, F r in move_move_iterator()
108 inline F copy_or_move(I f, I l, F r, in copy_or_move()
131 inline F uninitialized_copy_or_move(I f, I l, F r in uninitialized_copy_or_move()
154 inline F copy_or_move(I f, I l, F r in copy_or_move()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c56 static int set_tcb_field(struct adapter *adap, struct filter_entry *f, in set_tcb_field()
82 static int set_tcb_tflag(struct adapter *adap, struct filter_entry *f, in set_tcb_tflag()
120 static void mk_set_tcb_ulp(struct filter_entry *f, in mk_set_tcb_ulp()
143 static int configure_filter_smac(struct adapter *adap, struct filter_entry *f) in configure_filter_smac()
164 static void set_nat_params(struct adapter *adap, struct filter_entry *f, in set_nat_params()
362 struct filter_entry *f; in get_filter_count() local
552 struct filter_entry *f; in cxgb4_get_free_ftid() local
761 struct filter_entry *f; in del_filter_wr() local
796 struct filter_entry *f; in set_filter_wr() local
939 int writable_filter(struct filter_entry *f) in writable_filter()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_serial.c33 static inline struct f_gser *func_to_gser(struct usb_function *f) in func_to_gser()
146 static int gser_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in gser_set_alt()
172 static void gser_disable(struct usb_function *f) in gser_disable()
186 static int gser_bind(struct usb_configuration *c, struct usb_function *f) in gser_bind()
308 static void gser_free_inst(struct usb_function_instance *f) in gser_free_inst()
338 static void gser_free(struct usb_function *f) in gser_free()
346 static void gser_unbind(struct usb_configuration *c, struct usb_function *f) in gser_unbind()
355 static void gser_resume(struct usb_function *f) in gser_resume()
362 static void gser_suspend(struct usb_function *f) in gser_suspend()
/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-device.h292 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument
317 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument
349 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument
384 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
411 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument
444 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument
471 #define v4l2_device_mask_call_all(v4l2_dev, grpmsk, o, f, args...) \ argument
503 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ argument
525 #define v4l2_device_has_op(v4l2_dev, grpid, o, f) \ argument
553 #define v4l2_device_mask_has_op(v4l2_dev, grpmsk, o, f) \ argument
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dasm-offsets.c629 # define SVCPU_FIELD(x, f) DEFINE(x, offsetof(struct paca_struct, shadow_vcpu.f)) in main() argument
631 # define SVCPU_FIELD(x, f) in main() argument
633 # define HSTATE_FIELD(x, f) DEFINE(x, offsetof(struct paca_struct, kvm_hstate.f)) in main() argument
635 # define SVCPU_FIELD(x, f) DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, f)) in main() argument
636 # define HSTATE_FIELD(x, f) DEFINE(x, offsetof(struct kvmppc_book3s_shadow_vcpu, hstate.f)) in main() argument
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dtreesource.c49 static void write_prefix(FILE *f, int level) in write_prefix()
64 static void write_propval_string(FILE *f, struct data val) in write_propval_string()
137 static void write_propval_cells(FILE *f, struct data val) in write_propval_cells()
167 static void write_propval_bytes(FILE *f, struct data val) in write_propval_bytes()
195 static void write_propval(FILE *f, struct property *prop) in write_propval()
236 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node()
266 void dt_to_source(FILE *f, struct dt_info *dti) in dt_to_source()
/OK3568_Linux_fs/kernel/drivers/scsi/esas2r/
H A Desas2r_log.h81 #define esas2r_debug(f, args ...) esas2r_log(ESAS2R_LOG_DEBG, f, ## args) argument
82 #define esas2r_hdebug(f, args ...) esas2r_log(ESAS2R_LOG_DEBG, f, ## args) argument
84 #define esas2r_debug(f, args ...) argument
85 #define esas2r_hdebug(f, args ...) argument
108 #define esas2r_trace(f, args ...) esas2r_log(ESAS2R_LOG_TRCE, "(%s:%s:%d): " \ argument
115 #define esas2r_trace(f, args ...) argument
/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_prioq.c44 struct snd_seq_prioq *f; in snd_seq_prioq_new() local
61 struct snd_seq_prioq *f = *fifo; in snd_seq_prioq_delete() local
131 int snd_seq_prioq_cell_in(struct snd_seq_prioq * f, in snd_seq_prioq_cell_in()
212 struct snd_seq_event_cell *snd_seq_prioq_cell_out(struct snd_seq_prioq *f, in snd_seq_prioq_cell_out()
243 int snd_seq_prioq_avail(struct snd_seq_prioq * f) in snd_seq_prioq_avail()
275 void snd_seq_prioq_leave(struct snd_seq_prioq * f, int client, int timestamp) in snd_seq_prioq_leave()
384 void snd_seq_prioq_remove_events(struct snd_seq_prioq * f, int client, in snd_seq_prioq_remove_events()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsolaris-sparcv8plus.S24 #define FUNCTION_START(f,n) .inline f,n argument
25 #define FUNCTION_END(f) .end argument
29 #define FUNCTION_START(f,n) ENTRY(f) argument
30 #define FUNCTION_END(f) retl; nop; SET_SIZE(f) argument
H A Dsolaris-ia32.S23 #define FUNCTION_START(f,n) .inline f,n argument
24 #define FUNCTION_END(f) .end argument
28 #define FUNCTION_START(f,n) ENTRY(f) argument
29 #define FUNCTION_END(f) ret; SET_SIZE(f) argument
H A Dsolaris-amd64.S23 #define FUNCTION_START(f,n) .inline f,n argument
24 #define FUNCTION_END(f) .end argument
28 #define FUNCTION_START(f,n) ENTRY(f) argument
29 #define FUNCTION_END(f) ret; SET_SIZE(f) argument
/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_fw.c54 struct fw_filter *f; in fw_classify() local
92 struct fw_filter *f; in fw_get() local
113 static void __fw_delete_filter(struct fw_filter *f) in __fw_delete_filter()
122 struct fw_filter *f = container_of(to_rcu_work(work), in fw_delete_filter_work() local
134 struct fw_filter *f; in fw_destroy() local
158 struct fw_filter *f = arg; in fw_delete() local
200 struct fw_filter *f, struct nlattr **tb, in fw_set_parms()
244 struct fw_filter *f = *arg; in fw_change() local
358 struct fw_filter *f; in fw_walk() local
379 struct fw_filter *f = fh; in fw_dump() local
[all …]
H A Dcls_basic.c44 struct basic_filter *f; in basic_classify() local
63 struct basic_filter *f; in basic_get() local
87 static void __basic_delete_filter(struct basic_filter *f) in __basic_delete_filter()
98 struct basic_filter *f = container_of(to_rcu_work(work), in basic_delete_filter_work() local
110 struct basic_filter *f, *n; in basic_destroy() local
129 struct basic_filter *f = arg; in basic_delete() local
146 struct basic_filter *f, unsigned long base, in basic_set_parms()
251 struct basic_filter *f; in basic_walk() local
269 struct basic_filter *f = fh; in basic_bind_class() local
283 struct basic_filter *f = fh; in basic_dump() local
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dos-linux.h23 #define OFNI_EDONI_2SFFJ(f) (&(f)->vfs_inode) argument
28 #define JFFS2_F_I_SIZE(f) (OFNI_EDONI_2SFFJ(f)->i_size) argument
29 #define JFFS2_F_I_MODE(f) (OFNI_EDONI_2SFFJ(f)->i_mode) argument
30 #define JFFS2_F_I_UID(f) (i_uid_read(OFNI_EDONI_2SFFJ(f))) argument
31 #define JFFS2_F_I_GID(f) (i_gid_read(OFNI_EDONI_2SFFJ(f))) argument
32 #define JFFS2_F_I_RDEV(f) (OFNI_EDONI_2SFFJ(f)->i_rdev) argument
38 #define JFFS2_F_I_CTIME(f) I_SEC(OFNI_EDONI_2SFFJ(f)->i_ctime) argument
39 #define JFFS2_F_I_MTIME(f) I_SEC(OFNI_EDONI_2SFFJ(f)->i_mtime) argument
40 #define JFFS2_F_I_ATIME(f) I_SEC(OFNI_EDONI_2SFFJ(f)->i_atime) argument
51 static inline void jffs2_init_inode_info(struct jffs2_inode_info *f) in jffs2_init_inode_info()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic_rx_filter.c12 void ionic_rx_filter_free(struct ionic_lif *lif, struct ionic_rx_filter *f) in ionic_rx_filter_free()
26 struct ionic_rx_filter *f; in ionic_rx_filter_replay() local
108 struct ionic_rx_filter *f; in ionic_rx_filters_deinit() local
127 struct ionic_rx_filter *f; in ionic_rx_filter_save() local
177 struct ionic_rx_filter *f; in ionic_rx_filter_by_vlan() local
197 struct ionic_rx_filter *f; in ionic_rx_filter_by_addr() local

12345678910>>...86