Home
last modified time | relevance | path

Searched defs:c (Results 76 – 100 of 4295) sorted by relevance

12345678910>>...172

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dstdint.h106 # define __INT64_C(c) c ## L argument
107 # define __UINT64_C(c) c ## UL argument
109 # define __INT64_C(c) c ## LL argument
110 # define __UINT64_C(c) c ## ULL argument
248 # define INT8_C(c) c argument
249 # define INT16_C(c) c argument
250 # define INT32_C(c) c argument
252 # define INT64_C(c) c ## L argument
254 # define INT64_C(c) c ## LL argument
258 # define UINT8_C(c) c argument
[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/libc/usr/include/
H A Dstdint.h106 # define __INT64_C(c) c ## L argument
107 # define __UINT64_C(c) c ## UL argument
109 # define __INT64_C(c) c ## LL argument
110 # define __UINT64_C(c) c ## ULL argument
248 # define INT8_C(c) c argument
249 # define INT16_C(c) c argument
250 # define INT32_C(c) c argument
252 # define INT64_C(c) c ## L argument
254 # define INT64_C(c) c ## LL argument
258 # define UINT8_C(c) c argument
[all …]
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dreplay.c88 static int set_bud_lprops(struct ubifs_info *c, struct bud_entry *b) in set_bud_lprops()
162 static int set_buds_lprops(struct ubifs_info *c) in set_buds_lprops()
181 static int trun_remove_range(struct ubifs_info *c, struct replay_entry *r) in trun_remove_range()
213 static bool inode_still_linked(struct ubifs_info *c, struct replay_entry *rino) in inode_still_linked()
243 static int apply_replay_entry(struct ubifs_info *c, struct replay_entry *r) in apply_replay_entry()
305 struct ubifs_info *c = priv; in replay_entries_cmp() local
327 static int apply_replay_list(struct ubifs_info *c) in apply_replay_list()
351 static void destroy_replay_list(struct ubifs_info *c) in destroy_replay_list()
383 static int insert_node(struct ubifs_info *c, int lnum, int offs, int len, in insert_node()
432 static int insert_dent(struct ubifs_info *c, int lnum, int offs, int len, in insert_dent()
[all …]
H A Dgc.c65 static int switch_gc_head(struct ubifs_info *c) in switch_gc_head()
108 struct ubifs_info *c = priv; in data_nodes_cmp() local
152 struct ubifs_info *c = priv; in nondata_nodes_cmp() local
227 static int sort_nodes(struct ubifs_info *c, struct ubifs_scan_leb *sleb, in sort_nodes()
302 static int move_node(struct ubifs_info *c, struct ubifs_scan_leb *sleb, in move_node()
330 static int move_nodes(struct ubifs_info *c, struct ubifs_scan_leb *sleb) in move_nodes()
467 static int gc_sync_wbufs(struct ubifs_info *c) in gc_sync_wbufs()
490 int ubifs_garbage_collect_leb(struct ubifs_info *c, struct ubifs_lprops *lp) in ubifs_garbage_collect_leb()
669 int ubifs_garbage_collect(struct ubifs_info *c, int anyway) in ubifs_garbage_collect()
860 int ubifs_gc_start_commit(struct ubifs_info *c) in ubifs_gc_start_commit()
[all …]
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dgc.c72 static int switch_gc_head(struct ubifs_info *c) in switch_gc_head()
119 struct ubifs_info *c = priv; in data_nodes_cmp() local
163 struct ubifs_info *c = priv; in nondata_nodes_cmp() local
238 static int sort_nodes(struct ubifs_info *c, struct ubifs_scan_leb *sleb, in sort_nodes()
312 static int move_node(struct ubifs_info *c, struct ubifs_scan_leb *sleb, in move_node()
340 static int move_nodes(struct ubifs_info *c, struct ubifs_scan_leb *sleb) in move_nodes()
437 static int gc_sync_wbufs(struct ubifs_info *c) in gc_sync_wbufs()
460 int ubifs_garbage_collect_leb(struct ubifs_info *c, struct ubifs_lprops *lp) in ubifs_garbage_collect_leb()
639 int ubifs_garbage_collect(struct ubifs_info *c, int anyway) in ubifs_garbage_collect()
830 int ubifs_gc_start_commit(struct ubifs_info *c) in ubifs_gc_start_commit()
[all …]
H A Dreplay.c91 static int set_bud_lprops(struct ubifs_info *c, struct bud_entry *b) in set_bud_lprops()
165 static int set_buds_lprops(struct ubifs_info *c) in set_buds_lprops()
184 static int trun_remove_range(struct ubifs_info *c, struct replay_entry *r) in trun_remove_range()
213 static int apply_replay_entry(struct ubifs_info *c, struct replay_entry *r) in apply_replay_entry()
294 static int apply_replay_list(struct ubifs_info *c) in apply_replay_list()
318 static void destroy_replay_list(struct ubifs_info *c) in destroy_replay_list()
350 static int insert_node(struct ubifs_info *c, int lnum, int offs, int len, in insert_node()
398 static int insert_dent(struct ubifs_info *c, int lnum, int offs, int len, in insert_dent()
444 int ubifs_validate_entry(struct ubifs_info *c, in ubifs_validate_entry()
478 static int is_last_bud(struct ubifs_info *c, struct ubifs_bud *bud) in is_last_bud()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.c30 struct clk *c; in clk_get_and_enable() local
78 static int peri_clk_enable(struct clk *c, int enable) in peri_clk_enable()
161 static int peri_clk_set_rate(struct clk *c, unsigned long rate) in peri_clk_set_rate()
205 static unsigned long peri_clk_get_rate(struct clk *c) in peri_clk_get_rate()
257 static int ccu_clk_enable(struct clk *c, int enable) in ccu_clk_enable()
320 static unsigned long ccu_clk_get_rate(struct clk *c) in ccu_clk_get_rate()
335 static int bus_clk_enable(struct clk *c, int enable) in bus_clk_enable()
375 static unsigned long bus_clk_get_rate(struct clk *c) in bus_clk_get_rate()
395 static int ref_clk_enable(struct clk *c, int enable) in ref_clk_enable()
437 int clk_enable(struct clk *c) in clk_enable()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.c30 struct clk *c; in clk_get_and_enable() local
78 static int peri_clk_enable(struct clk *c, int enable) in peri_clk_enable()
161 static int peri_clk_set_rate(struct clk *c, unsigned long rate) in peri_clk_set_rate()
205 static unsigned long peri_clk_get_rate(struct clk *c) in peri_clk_get_rate()
257 static int ccu_clk_enable(struct clk *c, int enable) in ccu_clk_enable()
320 static unsigned long ccu_clk_get_rate(struct clk *c) in ccu_clk_get_rate()
335 static int bus_clk_enable(struct clk *c, int enable) in bus_clk_enable()
375 static unsigned long bus_clk_get_rate(struct clk *c) in bus_clk_get_rate()
395 static int ref_clk_enable(struct clk *c, int enable) in ref_clk_enable()
437 int clk_enable(struct clk *c) in clk_enable()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dhygon.c54 static void hygon_get_topology_early(struct cpuinfo_x86 *c) in hygon_get_topology_early()
66 static void hygon_get_topology(struct cpuinfo_x86 *c) in hygon_get_topology()
114 static void hygon_detect_cmp(struct cpuinfo_x86 *c) in hygon_detect_cmp()
128 static void srat_detect_node(struct cpuinfo_x86 *c) in srat_detect_node()
178 static void early_init_hygon_mc(struct cpuinfo_x86 *c) in early_init_hygon_mc()
204 static void bsp_init_hygon(struct cpuinfo_x86 *c) in bsp_init_hygon()
260 static void early_init_hygon(struct cpuinfo_x86 *c) in early_init_hygon()
306 static void init_hygon(struct cpuinfo_x86 *c) in init_hygon()
364 static void cpu_detect_tlb_hygon(struct cpuinfo_x86 *c) in cpu_detect_tlb_hygon()
H A Dcommon.c90 static void default_init(struct cpuinfo_x86 *c) in default_init()
256 static void squash_the_stupid_serial_number(struct cpuinfo_x86 *c) in squash_the_stupid_serial_number()
287 static inline void squash_the_stupid_serial_number(struct cpuinfo_x86 *c) in squash_the_stupid_serial_number()
299 static __always_inline void setup_smep(struct cpuinfo_x86 *c) in setup_smep()
312 static __always_inline void setup_smap(struct cpuinfo_x86 *c) in setup_smap()
329 static __always_inline void setup_umip(struct cpuinfo_x86 *c) in setup_umip()
468 static __always_inline void setup_pku(struct cpuinfo_x86 *c) in setup_pku()
532 static void filter_cpuid_features(struct cpuinfo_x86 *c, bool warn) in filter_cpuid_features()
569 static const char *table_lookup_model(struct cpuinfo_x86 *c) in table_lookup_model()
647 static void get_model_name(struct cpuinfo_x86 *c) in get_model_name()
[all …]
H A Dintel.c67 static void check_memory_type_self_snoop_errata(struct cpuinfo_x86 *c) in check_memory_type_self_snoop_errata()
95 static void probe_xeon_phi_r3mwait(struct cpuinfo_x86 *c) in probe_xeon_phi_r3mwait()
159 static bool bad_spectre_microcode(struct cpuinfo_x86 *c) in bad_spectre_microcode()
181 static void early_init_intel(struct cpuinfo_x86 *c) in early_init_intel()
334 static void bsp_init_intel(struct cpuinfo_x86 *c) in bsp_init_intel()
359 static void intel_smp_check(struct cpuinfo_x86 *c) in intel_smp_check()
387 static void intel_workarounds(struct cpuinfo_x86 *c) in intel_workarounds()
470 static void intel_workarounds(struct cpuinfo_x86 *c) in intel_workarounds()
475 static void srat_detect_node(struct cpuinfo_x86 *c) in srat_detect_node()
512 static void detect_tme(struct cpuinfo_x86 *c) in detect_tme()
[all …]
/OK3568_Linux_fs/kernel/sound/aoa/soundbus/i2sbus/
H A Dcontrol.c21 int i2sbus_control_init(struct macio_dev* dev, struct i2sbus_control **c) in i2sbus_control_init()
33 void i2sbus_control_destroy(struct i2sbus_control *c) in i2sbus_control_destroy()
39 int i2sbus_control_add_dev(struct i2sbus_control *c, in i2sbus_control_add_dev()
73 void i2sbus_control_remove_dev(struct i2sbus_control *c, in i2sbus_control_remove_dev()
82 int i2sbus_control_enable(struct i2sbus_control *c, in i2sbus_control_enable()
109 int i2sbus_control_cell(struct i2sbus_control *c, in i2sbus_control_cell()
152 int i2sbus_control_clock(struct i2sbus_control *c, in i2sbus_control_clock()
/OK3568_Linux_fs/kernel/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c80 sisusbcon_memsetw(u16 *s, u16 c, unsigned int count) in sisusbcon_memsetw()
99 sisusbcon_set_start_address(struct sisusb_usb_data *sisusb, struct vc_data *c) in sisusbcon_set_start_address()
180 sisusb_is_inactive(struct vc_data *c, struct sisusb_usb_data *sisusb) in sisusb_is_inactive()
199 sisusbcon_init(struct vc_data *c, int init) in sisusbcon_init()
265 sisusbcon_deinit(struct vc_data *c) in sisusbcon_deinit()
305 sisusbcon_build_attr(struct vc_data *c, u8 color, enum vc_intensity intensity, in sisusbcon_build_attr()
350 const struct vc_data *c, unsigned int x, unsigned int y) in sisusb_vaddr()
356 const struct vc_data *c, unsigned int x, unsigned int y) in sisusb_haddr()
368 sisusbcon_putc(struct vc_data *c, int ch, int y, int x) in sisusbcon_putc()
390 sisusbcon_putcs(struct vc_data *c, const unsigned short *s, in sisusbcon_putcs()
[all …]
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dnodemgmt.c24 static int jffs2_rp_can_write(struct jffs2_sb_info *c) in jffs2_rp_can_write()
74 int jffs2_reserve_space(struct jffs2_sb_info *c, uint32_t minsize, in jffs2_reserve_space()
212 int jffs2_reserve_space_gc(struct jffs2_sb_info *c, uint32_t minsize, in jffs2_reserve_space_gc()
243 static void jffs2_close_nextblock(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_close_nextblock()
280 static int jffs2_find_nextblock(struct jffs2_sb_info *c) in jffs2_find_nextblock()
354 static int jffs2_do_reserve_space(struct jffs2_sb_info *c, uint32_t minsize, in jffs2_do_reserve_space()
500 struct jffs2_raw_node_ref *jffs2_add_physical_node_ref(struct jffs2_sb_info *c, in jffs2_add_physical_node_ref()
556 void jffs2_complete_reservation(struct jffs2_sb_info *c) in jffs2_complete_reservation()
579 void jffs2_mark_node_obsolete(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref) in jffs2_mark_node_obsolete()
837 int jffs2_thread_should_wake(struct jffs2_sb_info *c) in jffs2_thread_should_wake()
H A Dbuild.c27 first_inode_chain(int *i, struct jffs2_sb_info *c) in first_inode_chain()
37 next_inode(int *i, struct jffs2_inode_cache *ic, struct jffs2_sb_info *c) in next_inode()
46 #define for_each_inode(i, c, ic) \ argument
52 static void jffs2_build_inode_pass1(struct jffs2_sb_info *c, in jffs2_build_inode_pass1()
99 static int jffs2_build_filesystem(struct jffs2_sb_info *c) in jffs2_build_filesystem()
239 static void jffs2_build_remove_unlinked_inode(struct jffs2_sb_info *c, in jffs2_build_remove_unlinked_inode()
308 static void jffs2_calc_trigger_levels(struct jffs2_sb_info *c) in jffs2_calc_trigger_levels()
370 int jffs2_do_mount_fs(struct jffs2_sb_info *c) in jffs2_do_mount_fs()
H A Dfs.c36 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_do_setattr() local
211 struct jffs2_sb_info *c = JFFS2_SB_INFO(dentry->d_sb); in jffs2_statfs() local
242 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_evict_inode() local
255 struct jffs2_sb_info *c; in jffs2_iget() local
397 struct jffs2_sb_info *c = JFFS2_SB_INFO(sb); in jffs2_do_remount_fs() local
426 struct jffs2_sb_info *c; in jffs2_new_inode() local
515 struct jffs2_sb_info *c; in jffs2_do_fill_super() local
615 void jffs2_gc_release_inode(struct jffs2_sb_info *c, in jffs2_gc_release_inode()
621 struct jffs2_inode_info *jffs2_gc_fetch_inode(struct jffs2_sb_info *c, in jffs2_gc_fetch_inode()
686 static int jffs2_flash_setup(struct jffs2_sb_info *c) { in jffs2_flash_setup()
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dhighlight.pack.js2 …|input/)||n.push({event:"stop",offset:a,node:i}));return a}(e,0),n}function c(e,r,a){function i(){… property
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dencodings.h150 typename InputStream::Ch c = is.Take(); in Decode() local
183 Ch c; in Validate() local
225 typename InputByteStream::Ch c = Take(is); in TakeBOM() local
309 typename InputStream::Ch c = is.Take(); in Decode() local
328 typename InputStream::Ch c; in Validate() local
346 CharType c = Take(is); in TakeBOM() local
353 unsigned c = static_cast<uint8_t>(is.Take()); in Take() local
379 CharType c = Take(is); in TakeBOM() local
386 unsigned c = static_cast<unsigned>(static_cast<uint8_t>(is.Take())) << 8; in Take() local
441 Ch c = is.Take(); in Decode() local
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/slot/detail/
H A Ddef.hpp30 # define BOOST_PP_SLOT_CC_3(a, b, c) BOOST_PP_SLOT_CC_3_D(a, b, c) argument
31 # define BOOST_PP_SLOT_CC_4(a, b, c, d) BOOST_PP_SLOT_CC_4_D(a, b, c, d) argument
32 # define BOOST_PP_SLOT_CC_5(a, b, c, d, e) BOOST_PP_SLOT_CC_5_D(a, b, c, d, e) argument
33 # define BOOST_PP_SLOT_CC_6(a, b, c, d, e, f) BOOST_PP_SLOT_CC_6_D(a, b, c, d, e, f) argument
34 # define BOOST_PP_SLOT_CC_7(a, b, c, d, e, f, g) BOOST_PP_SLOT_CC_7_D(a, b, c, d, e, f, g) argument
35 # define BOOST_PP_SLOT_CC_8(a, b, c, d, e, f, g, h) BOOST_PP_SLOT_CC_8_D(a, b, c, d, e, f, g, h) argument
36 # define BOOST_PP_SLOT_CC_9(a, b, c, d, e, f, g, h, i) BOOST_PP_SLOT_CC_9_D(a, b, c, d, e, f, g, h,… argument
37 # define BOOST_PP_SLOT_CC_10(a, b, c, d, e, f, g, h, i, j) BOOST_PP_SLOT_CC_10_D(a, b, c, d, e, f, … argument
40 # define BOOST_PP_SLOT_CC_3_D(a, b, c) a ## b ## c argument
41 # define BOOST_PP_SLOT_CC_4_D(a, b, c, d) a ## b ## c ## d argument
[all …]
/OK3568_Linux_fs/kernel/drivers/dma/mediatek/
H A Dmtk-uart-apdma.c110 static inline struct mtk_chan *to_mtk_uart_apdma_chan(struct dma_chan *c) in to_mtk_uart_apdma_chan()
121 static void mtk_uart_apdma_write(struct mtk_chan *c, in mtk_uart_apdma_write()
127 static unsigned int mtk_uart_apdma_read(struct mtk_chan *c, unsigned int reg) in mtk_uart_apdma_read()
137 static void mtk_uart_apdma_start_tx(struct mtk_chan *c) in mtk_uart_apdma_start_tx()
180 static void mtk_uart_apdma_start_rx(struct mtk_chan *c) in mtk_uart_apdma_start_rx()
205 static void mtk_uart_apdma_tx_handler(struct mtk_chan *c) in mtk_uart_apdma_tx_handler()
212 static void mtk_uart_apdma_rx_handler(struct mtk_chan *c) in mtk_uart_apdma_rx_handler()
242 static void mtk_uart_apdma_chan_complete_handler(struct mtk_chan *c) in mtk_uart_apdma_chan_complete_handler()
256 struct mtk_chan *c = to_mtk_uart_apdma_chan(chan); in mtk_uart_apdma_irq_handler() local
273 struct mtk_chan *c = to_mtk_uart_apdma_chan(chan); in mtk_uart_apdma_alloc_chan_resources() local
[all …]
/OK3568_Linux_fs/u-boot/common/
H A Dzm.c118 register int c; in noxrd7() local
141 register int c, n; in zgeth1() local
165 register int c; in zgethex() local
179 int c; in zdlread() local
187 zdlread2(int c) in zdlread2()
255 zsendline(int c) in zsendline()
300 int c=*s; in zsendline_s() local
452 int c; in zsda32() local
544 register int c; in zrdata() local
603 register int c; in zrdat32() local
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/
H A Dintrin_cpp.hpp325 v_reg<_Tp, n> c; in high() local
337 v_reg<_Tp, n> c; in zero() local
345 v_reg<_Tp, n> c; in all() local
354 v_reg<_Tp2, n2> c; in reinterpret_as() local
466 v_reg<_Tp, n> c; in operator ~() local
621 v_uint32x4 c; in v_popcount() local
690 v_reg<float, n> c; in v_not_nan() local
699 v_reg<double, n> c; in v_not_nan() local
753 v_reg<rtype, n> c; in v_absdiff() local
769 v_float32x4 c; in v_absdiff() local
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/
H A Dintrin_cpp.hpp325 v_reg<_Tp, n> c; in high() local
337 v_reg<_Tp, n> c; in zero() local
345 v_reg<_Tp, n> c; in all() local
354 v_reg<_Tp2, n2> c; in reinterpret_as() local
466 v_reg<_Tp, n> c; in operator ~() local
621 v_uint32x4 c; in v_popcount() local
690 v_reg<float, n> c; in v_not_nan() local
699 v_reg<double, n> c; in v_not_nan() local
753 v_reg<rtype, n> c; in v_absdiff() local
769 v_float32x4 c; in v_absdiff() local
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/
H A Dintrin_cpp.hpp325 v_reg<_Tp, n> c; in high() local
337 v_reg<_Tp, n> c; in zero() local
345 v_reg<_Tp, n> c; in all() local
354 v_reg<_Tp2, n2> c; in reinterpret_as() local
466 v_reg<_Tp, n> c; in operator ~() local
621 v_uint32x4 c; in v_popcount() local
690 v_reg<float, n> c; in v_not_nan() local
699 v_reg<double, n> c; in v_not_nan() local
753 v_reg<rtype, n> c; in v_absdiff() local
769 v_float32x4 c; in v_absdiff() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.c47 struct komeda_component *c; in komeda_pipeline_destroy() local
127 struct komeda_component *c = NULL; in komeda_pipeline_get_component() local
140 struct komeda_component *c = NULL; in komeda_pipeline_get_first_component() local
151 komeda_component_pickup_input(struct komeda_component *c, u32 avail_comps) in komeda_component_pickup_input()
168 struct komeda_component *c; in komeda_component_add() local
228 struct komeda_component *c) in komeda_component_destroy()
233 static void komeda_component_dump(struct komeda_component *c) in komeda_component_dump()
248 struct komeda_component *c; in komeda_pipeline_dump() local
269 static void komeda_component_verify_inputs(struct komeda_component *c) in komeda_component_verify_inputs()
304 struct komeda_component *c; in komeda_pipeline_assemble() local
[all …]

12345678910>>...172