Home
last modified time | relevance | path

Searched defs:c (Results 126 – 150 of 4295) sorted by relevance

12345678910>>...172

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/repetition/
H A Denum_shifted.hpp37 # define BOOST_PP_ENUM_SHIFTED_1(c, m, d) BOOST_PP_REPEAT_1(BOOST_PP_DEC(c), BOOST_PP_ENUM_SHIFT… argument
38 # define BOOST_PP_ENUM_SHIFTED_2(c, m, d) BOOST_PP_REPEAT_2(BOOST_PP_DEC(c), BOOST_PP_ENUM_SHIFT… argument
39 # define BOOST_PP_ENUM_SHIFTED_3(c, m, d) BOOST_PP_REPEAT_3(BOOST_PP_DEC(c), BOOST_PP_ENUM_SHIFT… argument
41 # define BOOST_PP_ENUM_SHIFTED_1(c, m, d) BOOST_PP_ENUM_SHIFTED_1_I(c, m, d) argument
42 # define BOOST_PP_ENUM_SHIFTED_2(c, m, d) BOOST_PP_ENUM_SHIFTED_1_2(c, m, d) argument
43 # define BOOST_PP_ENUM_SHIFTED_3(c, m, d) BOOST_PP_ENUM_SHIFTED_1_3(c, m, d) argument
44 # define BOOST_PP_ENUM_SHIFTED_1_I(c, m, d) BOOST_PP_REPEAT_1(BOOST_PP_DEC(c), BOOST_PP_ENUM_SHI… argument
45 # define BOOST_PP_ENUM_SHIFTED_2_I(c, m, d) BOOST_PP_REPEAT_2(BOOST_PP_DEC(c), BOOST_PP_ENUM_SHI… argument
46 # define BOOST_PP_ENUM_SHIFTED_3_I(c, m, d) BOOST_PP_REPEAT_3(BOOST_PP_DEC(c), BOOST_PP_ENUM_SHI… argument
49 # define BOOST_PP_ENUM_SHIFTED_4(c, m, d) BOOST_PP_ERROR(0x0003) argument
/OK3568_Linux_fs/kernel/drivers/dma/ioat/
H A Dsysfs.c17 static ssize_t cap_show(struct dma_chan *c, char *page) in cap_show()
31 static ssize_t version_show(struct dma_chan *c, char *page) in version_show()
78 struct dma_chan *c; in ioat_kobject_add() local
99 struct dma_chan *c; in ioat_kobject_del() local
111 static ssize_t ring_size_show(struct dma_chan *c, char *page) in ring_size_show()
119 static ssize_t ring_active_show(struct dma_chan *c, char *page) in ring_active_show()
128 static ssize_t intr_coalesce_show(struct dma_chan *c, char *page) in intr_coalesce_show()
135 static ssize_t intr_coalesce_store(struct dma_chan *c, const char *page, in intr_coalesce_store()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_pingpong.c65 struct dpu_hw_blk_reg_map *c; in dpu_hw_pp_setup_dither() local
96 struct dpu_hw_blk_reg_map *c; in dpu_hw_pp_setup_te_config() local
126 struct dpu_hw_blk_reg_map *c; in dpu_hw_pp_poll_timeout_wr_ptr() local
142 struct dpu_hw_blk_reg_map *c; in dpu_hw_pp_enable_te() local
155 struct dpu_hw_blk_reg_map *c = &pp->hw; in dpu_hw_pp_connect_external_te() local
178 struct dpu_hw_blk_reg_map *c; in dpu_hw_pp_get_vsync_info() local
200 struct dpu_hw_blk_reg_map *c = &pp->hw; in dpu_hw_pp_get_line_count() local
224 static void _setup_pingpong_ops(struct dpu_hw_pingpong *c, in _setup_pingpong_ops()
244 struct dpu_hw_pingpong *c; in dpu_hw_pingpong_init() local
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dscan.c51 static inline int min_free(struct jffs2_sb_info *c) in min_free()
69 static int file_dirty(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in file_dirty()
91 int jffs2_scan_medium(struct jffs2_sb_info *c) in jffs2_scan_medium()
290 static int jffs2_fill_scan_buf(struct jffs2_sb_info *c, void *buf, in jffs2_fill_scan_buf()
310 int jffs2_scan_classify_jeb(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_scan_classify_jeb()
330 static int jffs2_scan_xattr_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_xattr_node()
386 static int jffs2_scan_xref_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_xref_node()
445 static int jffs2_scan_eraseblock (struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_eraseblock()
965 struct jffs2_inode_cache *jffs2_scan_make_ino_cache(struct jffs2_sb_info *c, uint32_t ino) in jffs2_scan_make_ino_cache()
991 static int jffs2_scan_inode_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_inode_node()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/
H A Dvpx_rac.c46 void vpx_init_range_decoder(VpxRangeCoder *c, const uint8_t *buf, int buf_size) in vpx_init_range_decoder()
55 unsigned int vpx_rac_renorm(VpxRangeCoder *c) in vpx_rac_renorm()
72 int vpx_rac_get_prob(VpxRangeCoder *c, uint8_t prob) in vpx_rac_get_prob()
86 int vpx_rac_get_prob_branchy(VpxRangeCoder *c, int prob) in vpx_rac_get_prob_branchy()
104 int vpx_rac_get(VpxRangeCoder *c) in vpx_rac_get()
109 int vpx_rac_get_uint(VpxRangeCoder *c, int bits) in vpx_rac_get_uint()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dxtest_test.h28 #define ADBG_EXPECT_TEEC_RESULT(c, exp, got) \ argument
31 #define ADBG_EXPECT_TEEC_SUCCESS(c, got) \ argument
37 #define ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, exp, got) \ argument
44 #define ADBG_EXPECT_CK_RESULT(c, exp, got) \ argument
47 #define ADBG_EXPECT_CK_OK(c, got) \ argument
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Ddebug.h14 #define expensive_debug_checks(c) ((c)->expensive_debug_checks) argument
15 #define key_merging_disabled(c) ((c)->key_merging_disabled) argument
23 #define expensive_debug_checks(c) 0 argument
24 #define key_merging_disabled(c) 0 argument
32 static inline void bch_debug_init_cache_set(struct cache_set *c) {} in bch_debug_init_cache_set()
H A Dbtree.c99 #define PTR_HASH(c, k) \ argument
128 void bkey_put(struct cache_set *c, struct bkey *k) in bkey_put()
519 #define mca_reserve(c) (((!IS_ERR_OR_NULL(c->root) && c->root->level) \ argument
521 #define mca_can_free(c) \ argument
562 static struct btree *mca_bucket_alloc(struct cache_set *c, in mca_bucket_alloc()
649 struct cache_set *c = container_of(shrink, struct cache_set, shrink); in bch_mca_scan() local
716 struct cache_set *c = container_of(shrink, struct cache_set, shrink); in bch_mca_count() local
727 void bch_btree_cache_free(struct cache_set *c) in bch_btree_cache_free()
775 int bch_btree_cache_alloc(struct cache_set *c) in bch_btree_cache_alloc()
824 static struct hlist_head *mca_hash(struct cache_set *c, struct bkey *k) in mca_hash()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dio.h291 #define readb_relaxed(c) ({ u8 __r = __raw_readb(c); __r; }) argument
292 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \ argument
294 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \ argument
297 #define writeb_relaxed(v,c) __raw_writeb(v,c) argument
298 #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) argument
299 #define writel_relaxed(v,c) __raw_writel((__force u32) cpu_to_le32(v),c) argument
301 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(); __v; }) argument
302 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; }) argument
303 #define readl(c) ({ u32 __v = readl_relaxed(c); __iormb(); __v; }) argument
305 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); }) argument
[all …]
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dmaster.c24 int ubifs_compare_master_node(struct ubifs_info *c, void *m1, void *m2) in ubifs_compare_master_node()
64 static int mst_node_check_hash(const struct ubifs_info *c, in mst_node_check_hash()
90 static int scan_for_master(struct ubifs_info *c) in scan_for_master()
171 static int validate_master(const struct ubifs_info *c) in validate_master()
329 int ubifs_read_master(struct ubifs_info *c) in ubifs_read_master()
434 int ubifs_write_master(struct ubifs_info *c) in ubifs_write_master()
H A Dtnc_misc.c29 struct ubifs_znode *ubifs_tnc_levelorder_next(const struct ubifs_info *c, in ubifs_tnc_levelorder_next()
125 int ubifs_search_zbranch(const struct ubifs_info *c, in ubifs_search_zbranch()
194 struct ubifs_znode *ubifs_tnc_postorder_next(const struct ubifs_info *c, in ubifs_tnc_postorder_next()
221 long ubifs_destroy_tnc_subtree(const struct ubifs_info *c, in ubifs_destroy_tnc_subtree()
265 static int read_znode(struct ubifs_info *c, struct ubifs_zbranch *zzbr, in read_znode()
409 struct ubifs_znode *ubifs_load_znode(struct ubifs_info *c, in ubifs_load_znode()
461 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, in ubifs_tnc_read_node()
/OK3568_Linux_fs/kernel/drivers/media/i2c/cx25840/
H A Dcx25840-ir.c99 struct i2c_client *c; member
330 static inline void control_tx_irq_watermark(struct i2c_client *c, in control_tx_irq_watermark()
336 static inline void control_rx_irq_watermark(struct i2c_client *c, in control_rx_irq_watermark()
342 static inline void control_tx_enable(struct i2c_client *c, bool enable) in control_tx_enable()
348 static inline void control_rx_enable(struct i2c_client *c, bool enable) in control_rx_enable()
354 static inline void control_tx_modulation_enable(struct i2c_client *c, in control_tx_modulation_enable()
361 static inline void control_rx_demodulation_enable(struct i2c_client *c, in control_rx_demodulation_enable()
368 static inline void control_rx_s_edge_detection(struct i2c_client *c, in control_rx_s_edge_detection()
375 static void control_rx_s_carrier_window(struct i2c_client *c, in control_rx_s_carrier_window()
401 static inline void control_tx_polarity_invert(struct i2c_client *c, in control_tx_polarity_invert()
[all …]
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dsb.c71 static int create_default_filesystem(struct ubifs_info *c) in create_default_filesystem()
351 static int validate_sb(struct ubifs_info *c, struct ubifs_sb_node *sup) in validate_sb()
483 struct ubifs_sb_node *ubifs_read_sb_node(struct ubifs_info *c) in ubifs_read_sb_node()
509 int ubifs_write_sb_node(struct ubifs_info *c, struct ubifs_sb_node *sup) in ubifs_write_sb_node()
525 int ubifs_read_superblock(struct ubifs_info *c) in ubifs_read_superblock()
680 static int fixup_leb(struct ubifs_info *c, int lnum, int len) in fixup_leb()
708 static int fixup_free_space(struct ubifs_info *c) in fixup_free_space()
791 int ubifs_fixup_free_space(struct ubifs_info *c) in ubifs_fixup_free_space()
H A Ddebug.h149 #define ubifs_assert_cmt_locked(c) do { \ argument
172 #define ubifs_assert_cmt_locked(c) do { } while (0) argument
224 static inline int dbg_is_chk_gen(const struct ubifs_info *c) in dbg_is_chk_gen()
228 static inline int dbg_is_chk_index(const struct ubifs_info *c) in dbg_is_chk_index()
232 static inline int dbg_is_chk_orph(const struct ubifs_info *c) in dbg_is_chk_orph()
236 static inline int dbg_is_chk_lprops(const struct ubifs_info *c) in dbg_is_chk_lprops()
240 static inline int dbg_is_chk_fs(const struct ubifs_info *c) in dbg_is_chk_fs()
244 static inline int dbg_is_tst_rcvry(const struct ubifs_info *c) in dbg_is_tst_rcvry()
248 static inline int dbg_is_power_cut(const struct ubifs_info *c) in dbg_is_power_cut()
256 static inline int dbg_is_chk_gen(const struct ubifs_info *c) in dbg_is_chk_gen()
[all …]
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dmmio.c15 static inline struct clocksource_mmio *to_mmio_clksrc(struct clocksource *c) in to_mmio_clksrc()
20 u64 clocksource_mmio_readl_up(struct clocksource *c) in clocksource_mmio_readl_up()
26 u64 clocksource_mmio_readl_down(struct clocksource *c) in clocksource_mmio_readl_down()
31 u64 clocksource_mmio_readw_up(struct clocksource *c) in clocksource_mmio_readw_up()
36 u64 clocksource_mmio_readw_down(struct clocksource *c) in clocksource_mmio_readw_down()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_wext.h36 #define IWE_STREAM_ADD_EVENT(i, c, e, w, l) \ argument
39 #define IWE_STREAM_ADD_POINT(i, c, e, w, p) \ argument
42 #define IWE_STREAM_ADD_VALUE(i, c, v, e, w, l) \ argument
46 #define IWE_STREAM_ADD_EVENT(i, c, e, w, l) \ argument
49 #define IWE_STREAM_ADD_POINT(i, c, e, w, p) \ argument
52 #define IWE_STREAM_ADD_VALUE(i, c, v, e, w, l) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_wext.h35 #define IWE_STREAM_ADD_EVENT(i, c, e, w, l) iwe_stream_add_event((i), (c), (e), (w), (l)) argument
37 #define IWE_STREAM_ADD_POINT(i, c, e, w, p) iwe_stream_add_point((i), (c), (e), (w), (p)) argument
39 #define IWE_STREAM_ADD_VALUE(i, c, v, e, w, l) iwe_stream_add_value((i), (c), (v), (e), (w), (l)) argument
42 #define IWE_STREAM_ADD_EVENT(i, c, e, w, l) iwe_stream_add_event((c), (e), (w), (l)) argument
44 #define IWE_STREAM_ADD_POINT(i, c, e, w, p) iwe_stream_add_point((c), (e), (w), (p)) argument
46 #define IWE_STREAM_ADD_VALUE(i, c, v, e, w, l) iwe_stream_add_value((c), (v), (e), (w), (l)) argument
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dmma8450.c42 static int mma8450_read(struct i2c_client *c, unsigned int off) in mma8450_read()
55 static int mma8450_write(struct i2c_client *c, unsigned int off, u8 v) in mma8450_write()
70 static int mma8450_read_block(struct i2c_client *c, unsigned int off, in mma8450_read_block()
88 struct i2c_client *c = input_get_drvdata(input); in mma8450_poll() local
117 struct i2c_client *c = input_get_drvdata(input); in mma8450_open() local
140 struct i2c_client *c = input_get_drvdata(input); in mma8450_close() local
149 static int mma8450_probe(struct i2c_client *c, in mma8450_probe()
/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dinterpret_edid.c441 get_vendor_section(Uchar * c, struct vendor *r) in get_vendor_section()
455 get_version_section(Uchar * c, struct edid_version *r) in get_version_section()
462 get_display_section(Uchar * c, struct disp_features *r, struct edid_version *v) in get_display_section()
494 get_established_timing_section(Uchar * c, struct established_timings *r) in get_established_timing_section()
502 get_cvt_timing_section(Uchar * c, struct cvt_timings *r) in get_cvt_timing_section()
547 get_std_timing_section(Uchar * c, struct std_timings *r, struct edid_version *v) in get_std_timing_section()
568 fetch_detailed_block(Uchar * c, struct edid_version *ver, in fetch_detailed_block()
626 get_dt_md_section(Uchar * c, struct edid_version *ver, in get_dt_md_section()
638 copy_string(Uchar * c, Uchar * s) in copy_string()
651 get_dst_timing_section(Uchar * c, struct std_timings *t, struct edid_version *v) in get_dst_timing_section()
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap.min.js6cript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[… argument
7ctivate.bs.scrollspy")},b.prototype.clear=function(){a(this.selector).parentsUntil(this.options.ta… function
H A Dui-bootstrap-tpls-0.11.0.js8collapse","ui.bootstrap.accordion","ui.bootstrap.alert","ui.bootstrap.bindHtml","ui.bootstrap.butt… argument
9 return a.replace(b,function(a,b){return(b?c:"")+a.toLowerCase()})}var b={placement:"top",animation:… argument
H A Dui-bootstrap-tpls-0.11.0.min.js8collapse","ui.bootstrap.accordion","ui.bootstrap.alert","ui.bootstrap.bindHtml","ui.bootstrap.butt… argument
9 return a.replace(b,function(a,b){return(b?c:"")+a.toLowerCase()})}var b={placement:"top",animation:… argument
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ptp.c130 struct fw_ptp_cmd c; in cxgb4_ptprx_timestamping() local
151 struct fw_ptp_cmd c; in cxgb4_ptp_txtype() local
175 struct fw_ptp_cmd c; in cxgb4_ptp_redirect_rx_packet() local
208 struct fw_ptp_cmd c; in cxgb4_ptp_adjfreq() local
240 struct fw_ptp_cmd c; in cxgb4_ptp_fineadjtime() local
274 struct fw_ptp_cmd c; in cxgb4_ptp_adjtime() local
341 struct fw_ptp_cmd c; in cxgb4_ptp_settime() local
366 struct fw_ptp_cmd c; in cxgb4_init_ptp_timer() local
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Daes_xts.c14 union { u64 u[2]; u32 d[4]; u8 c[16]; } tweak, scratch; in aes_xts128_encrypt() member
57 size_t c; in aes_xts128_encrypt() local
70 u8 c = inp[i]; in aes_xts128_encrypt() local
82 union { u64 u[2]; u8 c[16]; } tweak1; in aes_xts128_encrypt() member
93 size_t c; in aes_xts128_encrypt() local
113 u8 c = inp[16+i]; in aes_xts128_encrypt() local
H A Dsm4_xts.c13 union { u64 u[2]; u32 d[4]; u8 c[16]; } tweak, scratch; in aes_xts128_encrypt() member
56 size_t c; in aes_xts128_encrypt() local
69 u8 c = inp[i]; in aes_xts128_encrypt() local
81 union { u64 u[2]; u8 c[16]; } tweak1; in aes_xts128_encrypt() member
92 size_t c; in aes_xts128_encrypt() local
112 u8 c = inp[16+i]; in aes_xts128_encrypt() local

12345678910>>...172