Home
last modified time | relevance | path

Searched defs:c (Results 301 – 325 of 4295) sorted by relevance

1...<<11121314151617181920>>...172

/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/stringloops/
H A Dstrlen.c66 char c; in testcase() local
79 char c; in testcase() local
93 char c; in testcase() local
/OK3568_Linux_fs/kernel/arch/x86/boot/tools/
H A Dbuild.c128 static u32 partial_crc32_one(u8 c, u32 crc) in partial_crc32_one()
271 static int reserve_pecoff_reloc_section(int c) in reserve_pecoff_reloc_section()
314 static inline int reserve_pecoff_reloc_section(int c) in reserve_pecoff_reloc_section()
320 static int reserve_pecoff_compat_section(int c) in reserve_pecoff_compat_section()
341 int c; in parse_zoffset() local
373 int c; in main() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/dcss/
H A Ddcss-dev.h17 #define dcss_writel(v, c) writel((v), (c)) argument
18 #define dcss_readl(c) readl(c) argument
19 #define dcss_set(v, c) writel((v), (c) + SET) argument
20 #define dcss_clr(v, c) writel((v), (c) + CLR) argument
21 #define dcss_toggle(v, c) writel((v), (c) + TGL) argument
23 static inline void dcss_update(u32 v, u32 m, void __iomem *c) in dcss_update()
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dsynaptics.h43 #define SYN_CAP_EXTENDED(c) ((c) & BIT(23)) argument
44 #define SYN_CAP_MIDDLE_BUTTON(c) ((c) & BIT(18)) argument
45 #define SYN_CAP_PASS_THROUGH(c) ((c) & BIT(7)) argument
46 #define SYN_CAP_SLEEP(c) ((c) & BIT(4)) argument
47 #define SYN_CAP_FOUR_BUTTON(c) ((c) & BIT(3)) argument
48 #define SYN_CAP_MULTIFINGER(c) ((c) & BIT(1)) argument
49 #define SYN_CAP_PALMDETECT(c) ((c) & BIT(0)) argument
50 #define SYN_CAP_SUBMODEL_ID(c) (((c) & GENMASK(15, 8)) >> 8) argument
51 #define SYN_EXT_CAP_REQUESTS(c) (((c) & GENMASK(22, 20)) >> 20) argument
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dfeatures.c56 int bch_print_cache_set_feature_compat(struct cache_set *c, char *buf, int size) in bch_print_cache_set_feature_compat()
63 int bch_print_cache_set_feature_ro_compat(struct cache_set *c, char *buf, int size) in bch_print_cache_set_feature_ro_compat()
70 int bch_print_cache_set_feature_incompat(struct cache_set *c, char *buf, int size) in bch_print_cache_set_feature_incompat()
H A Dmovinggc.c24 struct cache_set *c = container_of(buf, struct cache_set, in moving_pred() local
126 static void read_moving(struct cache_set *c) in read_moving()
197 void bch_moving_gc(struct cache_set *c) in bch_moving_gc()
248 void bch_moving_init_cache_set(struct cache_set *c) in bch_moving_init_cache_set()
H A Dstats.c203 void bch_mark_cache_accounting(struct cache_set *c, struct bcache_device *d, in bch_mark_cache_accounting()
212 void bch_mark_cache_readahead(struct cache_set *c, struct bcache_device *d) in bch_mark_cache_readahead()
220 void bch_mark_cache_miss_collision(struct cache_set *c, struct bcache_device *d) in bch_mark_cache_miss_collision()
228 void bch_mark_sectors_bypassed(struct cache_set *c, struct cached_dev *dc, in bch_mark_sectors_bypassed()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_gpu_error.c243 static bool compress_init(struct i915_vma_compress *c) in compress_init()
265 static bool compress_start(struct i915_vma_compress *c) in compress_start()
276 static void *compress_next_page(struct i915_vma_compress *c, in compress_next_page()
291 static int compress_page(struct i915_vma_compress *c, in compress_page()
325 static int compress_flush(struct i915_vma_compress *c, in compress_flush()
354 static void compress_finish(struct i915_vma_compress *c) in compress_finish()
359 static void compress_fini(struct i915_vma_compress *c) in compress_fini()
378 static bool compress_init(struct i915_vma_compress *c) in compress_init()
383 static bool compress_start(struct i915_vma_compress *c) in compress_start()
388 static int compress_page(struct i915_vma_compress *c, in compress_page()
[all …]
/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Dcontext.h36 static inline void mls_context_init(struct context *c) in mls_context_init()
138 static inline void mls_context_destroy(struct context *c) in mls_context_destroy()
145 static inline void context_init(struct context *c) in context_init()
174 static inline void context_destroy(struct context *c) in context_destroy()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dsysfs.c79 struct nfs_netns_client *c = container_of(kobj, in nfs_netns_identifier_show() local
91 static size_t nfs_string_strip(const char *c, size_t len) in nfs_string_strip()
102 struct nfs_netns_client *c = container_of(kobj, in nfs_netns_identifier_store() local
125 struct nfs_netns_client *c = container_of(kobj, in nfs_netns_client_release() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/
H A Dlib.c35 char c = PARENT_TOKEN; in sync_with_child() local
47 char c; in wait_for_parent() local
57 char c = CHILD_TOKEN; in notify_parent() local
66 char c = ~CHILD_TOKEN; in notify_parent_of_error() local
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Datomic.h137 char c; in atomic_dec_and_test() local
145 char c; in atomic_dec_and_test_lt() local
155 char c; in atomic_inc_and_test() local
197 char c; in atomic_sub_and_test() local
207 char c; in atomic_add_negative() local
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmce.h18 #define MCG_EXT_CNT(c) (((c) & MCG_EXT_CNT_MASK) >> MCG_EXT_CNT_SHIFT) argument
44 #define MCI_STATUS_CEC(c) (((c) & MCI_STATUS_CEC_MASK) >> MCI_STATUS_CEC_SHIFT) argument
209 static inline void mcheck_cpu_init(struct cpuinfo_x86 *c) {} in mcheck_cpu_init()
210 static inline void mcheck_cpu_clear(struct cpuinfo_x86 *c) {} in mcheck_cpu_clear()
219 static inline void intel_p5_mcheck_init(struct cpuinfo_x86 *c) {} in intel_p5_mcheck_init()
220 static inline void winchip_mcheck_init(struct cpuinfo_x86 *c) {} in winchip_mcheck_init()
239 static inline void mce_intel_feature_init(struct cpuinfo_x86 *c) { } in mce_intel_feature_init()
240 static inline void mce_intel_feature_clear(struct cpuinfo_x86 *c) { } in mce_intel_feature_clear()
378 static inline void mce_amd_feature_init(struct cpuinfo_x86 *c) { } in mce_amd_feature_init()
383 static inline void mce_hygon_feature_init(struct cpuinfo_x86 *c) { return mce_amd_feature_init(c); } in mce_hygon_feature_init()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Dx-hook.c41 #define CELL_FREE(c) X_PFX(list_free_1) (c) argument
42 #define CELL_FUN(c) ((x_hook_function *)((c)->next)) argument
43 #define CELL_DATA(c) ((c)->data) 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 Dtm-preds.h285 constraint_satisfied_p (rtx x, enum constraint_num c) in constraint_satisfied_p()
292 insn_extra_register_constraint (enum constraint_num c) in insn_extra_register_constraint()
298 insn_extra_memory_constraint (enum constraint_num c) in insn_extra_memory_constraint()
310 insn_extra_address_constraint (enum constraint_num c) in insn_extra_address_constraint()
316 insn_extra_constraint_allows_reg_mem (enum constraint_num c, in insn_extra_constraint_allows_reg_mem()
358 reg_class_for_constraint (enum constraint_num c) in reg_class_for_constraint()
380 get_constraint_type (enum constraint_num c) in get_constraint_type()
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Dudbg_memcons.c44 void memcons_putc(char c) in memcons_putc()
59 char c; in memcons_getc_poll() local
82 int c; in memcons_getc() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_proto.h184 #define dhd_prot_send_host_timestamp(a, b, c, d, e) 0 argument
185 #define dhd_prot_data_path_tx_timestamp_logging(a, b, c) 0 argument
186 #define dhd_prot_data_path_rx_timestamp_logging(a, b, c) 0 argument
/OK3568_Linux_fs/kernel/arch/arm/mach-footbridge/
H A Ddc21285-timer.c52 struct clock_event_device *c) in ckevt_dc21285_set_next_event()
61 static int ckevt_dc21285_shutdown(struct clock_event_device *c) in ckevt_dc21285_shutdown()
67 static int ckevt_dc21285_set_periodic(struct clock_event_device *c) in ckevt_dc21285_set_periodic()
/OK3568_Linux_fs/kernel/include/linux/
H A Dintel-iommu.h142 #define cap_5lp_support(c) (((c) >> 60) & 1) argument
143 #define cap_pi_support(c) (((c) >> 59) & 1) argument
144 #define cap_fl1gp_support(c) (((c) >> 56) & 1) argument
145 #define cap_read_drain(c) (((c) >> 55) & 1) argument
146 #define cap_write_drain(c) (((c) >> 54) & 1) argument
147 #define cap_max_amask_val(c) (((c) >> 48) & 0x3f) argument
148 #define cap_num_fault_regs(c) ((((c) >> 40) & 0xff) + 1) argument
149 #define cap_pgsel_inv(c) (((c) >> 39) & 1) argument
151 #define cap_super_page_val(c) (((c) >> 34) & 0xf) argument
152 #define cap_super_offset(c) (((find_first_bit(&cap_super_page_val(c), 4)) \ argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Durl.cpp15 inline bool isAlphaCharacter(char c) { in isAlphaCharacter()
19 inline bool isAlphaNumericCharacter(char c) { in isAlphaNumericCharacter()
23 inline bool isSchemeCharacter(char c) { in isSchemeCharacter()
38 for (auto c : input) { in percentEncode() local
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dtnc_misc.c127 int ubifs_search_zbranch(const struct ubifs_info *c, in ubifs_search_zbranch()
265 static int read_znode(struct ubifs_info *c, int lnum, int offs, int len, in read_znode()
398 struct ubifs_znode *ubifs_load_znode(struct ubifs_info *c, in ubifs_load_znode()
450 int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr, in ubifs_tnc_read_node()
/OK3568_Linux_fs/kernel/crypto/
H A Dtwofish_generic.c53 #define ENCROUND(n, a, b, c, d) \ argument
60 #define DECROUND(n, a, b, c, d) \ argument
102 u32 a, b, c, d; in twofish_encrypt() local
139 u32 a, b, c, d; in twofish_decrypt() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dfexit_test.c27 int BPF_PROG(test3, char a, int b, __u64 c, int ret) in BPF_PROG()
35 int BPF_PROG(test4, void *a, char b, int c, __u64 d, int ret) in BPF_PROG()
44 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e, int ret) in BPF_PROG()
53 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void *e, __u64 f, int ret) in BPF_PROG()
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dtwofish-i586-asm_32.S67 #define encrypt_round(a,b,c,d,round)\ argument
105 #define encrypt_last_round(a,b,c,d,round)\ argument
142 #define decrypt_round(a,b,c,d,round)\ argument
180 #define decrypt_last_round(a,b,c,d,round)\ argument
H A Dtwofish-x86_64-asm_64.S66 #define encrypt_round(a,b,c,d,round)\ argument
102 #define encrypt_last_round(a,b,c,d,round)\ argument
139 #define decrypt_round(a,b,c,d,round)\ argument
175 #define decrypt_last_round(a,b,c,d,round)\ argument

1...<<11121314151617181920>>...172