Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 98) sorted by relevance

1234

/include/linux/
Dctype.h23 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) argument
24 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) argument
25 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument
26 static inline int isdigit(int c) in isdigit()
30 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) argument
31 #define islower(c) ((__ismask(c)&(_L)) != 0) argument
32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) argument
33 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument
35 #define isspace(c) ((__ismask(c)&(_S)) != 0) argument
36 #define isupper(c) ((__ismask(c)&(_U)) != 0) argument
[all …]
Djhash.h35 #define __jhash_mix(a, b, c) \ argument
46 #define __jhash_final(a, b, c) \ argument
72 u32 a, b, c; in jhash() local
118 u32 a, b, c; in jhash2() local
148 static inline u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval) in __jhash_nwords()
159 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words()
Ddebug_locks.h25 #define DEBUG_LOCKS_WARN_ON(c) \ argument
38 # define SMP_DEBUG_LOCKS_WARN_ON(c) DEBUG_LOCKS_WARN_ON(c) argument
40 # define SMP_DEBUG_LOCKS_WARN_ON(c) do { } while (0) argument
Dconsolemap.h30 #define conv_8bit_to_uni(c) ((uint32_t)(c)) argument
31 #define conv_uni_to_8bit(c) ((int) ((c) & 0xff)) argument
32 #define console_map_init(c) do { ; } while (0) argument
Dcapability.h95 # define cap_clear(c) do { (c) = __cap_empty_set; } while (0) argument
97 #define cap_raise(c, flag) ((c).cap[CAP_TO_INDEX(flag)] |= CAP_TO_MASK(flag)) argument
98 #define cap_lower(c, flag) ((c).cap[CAP_TO_INDEX(flag)] &= ~CAP_TO_MASK(flag)) argument
99 #define cap_raised(c, flag) ((c).cap[CAP_TO_INDEX(flag)] & CAP_TO_MASK(flag)) argument
101 #define CAP_BOP_ALL(c, a, b, OP) \ argument
109 #define CAP_UOP_ALL(c, a, OP) \ argument
141 static inline kernel_cap_t cap_invert(const kernel_cap_t c) in cap_invert()
Drcupdate.h287 #define RCU_LOCKDEP_WARN(c, s) \ argument
317 #define RCU_LOCKDEP_WARN(c, s) do { } while (0) argument
344 #define __rcu_dereference_check(p, c, space) \ argument
352 #define __rcu_dereference_protected(p, c, space) \ argument
423 #define rcu_swap_protected(rcu_ptr, ptr, c) do { \ argument
483 #define rcu_dereference_check(p, c) \ argument
493 #define rcu_dereference_bh_check(p, c) \ argument
503 #define rcu_dereference_sched_check(p, c) \ argument
533 #define rcu_dereference_protected(p, c) \ argument
Dintel-iommu.h86 #define cap_pi_support(c) (((c) >> 59) & 1) argument
87 #define cap_read_drain(c) (((c) >> 55) & 1) argument
88 #define cap_write_drain(c) (((c) >> 54) & 1) argument
89 #define cap_max_amask_val(c) (((c) >> 48) & 0x3f) argument
90 #define cap_num_fault_regs(c) ((((c) >> 40) & 0xff) + 1) argument
91 #define cap_pgsel_inv(c) (((c) >> 39) & 1) argument
93 #define cap_super_page_val(c) (((c) >> 34) & 0xf) argument
94 #define cap_super_offset(c) (((find_first_bit(&cap_super_page_val(c), 4)) \ argument
97 #define cap_fault_reg_offset(c) ((((c) >> 24) & 0x3ff) * 16) argument
98 #define cap_max_fault_reg_offset(c) \ argument
[all …]
Dhid-debug.h53 #define hid_dump_input(a,b,c) do { } while (0) argument
54 #define hid_dump_report(a,b,c,d) do { } while (0) argument
56 #define hid_dump_field(a,b,c) do { } while (0) argument
Dslub_def.h54 #define slub_percpu_partial(c) ((c)->partial) argument
56 #define slub_set_percpu_partial(c, p) \ argument
61 #define slub_percpu_partial_read_once(c) READ_ONCE(slub_percpu_partial(c)) argument
63 #define slub_percpu_partial(c) NULL argument
65 #define slub_set_percpu_partial(c, p) argument
67 #define slub_percpu_partial_read_once(c) NULL argument
Dvt_kern.h76 #define vc_translate(vc, c) ((vc)->vc_translate[(c) | \ argument
126 #define vc_translate(vc, c) (c) argument
162 unsigned int c; /* Printed char */ member
Domap-dmaengine.h16 static inline bool omap_dma_filter_fn(struct dma_chan *c, void *d) in omap_dma_filter_fn()
Dcrc-ccitt.h11 static inline u16 crc_ccitt_byte(u16 crc, const u8 c) in crc_ccitt_byte()
Dppp_defs.h16 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) argument
Dsa11x0-dma.h18 static inline bool sa11x0_dma_filter_fn(struct dma_chan *c, void *d) in sa11x0_dma_filter_fn()
Dstring.h325 __FORTIFY_INLINE void *memset(void *p, int c, __kernel_size_t size) in memset()
366 __FORTIFY_INLINE void *memscan(void *p, int c, __kernel_size_t size) in memscan()
391 __FORTIFY_INLINE void *memchr(const void *p, int c, __kernel_size_t size) in memchr()
402 __FORTIFY_INLINE void *memchr_inv(const void *p, int c, size_t size) in memchr_inv()
Dnls.h62 static inline unsigned char nls_tolower(struct nls_table *t, unsigned char c) in nls_tolower()
69 static inline unsigned char nls_toupper(struct nls_table *t, unsigned char c) in nls_toupper()
Djiffies.h120 #define time_in_range(a,b,c) \ argument
127 #define time_in_range_open(a,b,c) \ argument
146 #define time_in_range64(a, b, c) \ argument
Dstringhash.h43 partial_name_hash(unsigned long c, unsigned long prevhash) in partial_name_hash()
Dclkdev.h29 #define CLKDEV_INIT(d, n, c) \ argument
Dvt_buffer.h29 static inline void scr_memsetw(u16 *s, u16 c, unsigned int count) in scr_memsetw()
/include/linux/uwb/
Dwhci.h38 # define UWBCAPINFO_TO_N_CAPS(c) (((c) >> 0) & 0xFull) argument
40 # define UWBCAPDATA_TO_VERSION(c) (((c) >> 32) & 0xFFFFull) argument
41 # define UWBCAPDATA_TO_OFFSET(c) (((c) >> 18) & 0x3FFFull) argument
42 # define UWBCAPDATA_TO_BAR(c) (((c) >> 16) & 0x3ull) argument
43 # define UWBCAPDATA_TO_SIZE(c) ((((c) >> 8) & 0xFFull) * sizeof(u32)) argument
44 # define UWBCAPDATA_TO_CAP_ID(c) (((c) >> 0) & 0xFFull) argument
/include/linux/netfilter/ipset/
Dip_set_comment.h26 struct ip_set_comment_rcu *c = rcu_dereference_protected(comment->c, 1); in ip_set_init_comment() local
50 struct ip_set_comment_rcu *c = rcu_dereference(comment->c); in ip_set_put_comment() local
65 struct ip_set_comment_rcu *c; in ip_set_comment_free() local
/include/asm-generic/
Dword-at-a-time.h17 …ic inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time *c) in prep_zero_mask()
41 static inline bool has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c) in has_zero()
93 …inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero()
100 …e unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
/include/uapi/linux/
Duuid.h28 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
37 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
Dmap_to_7segment.h79 static __inline__ int map_to_seg7(struct seg7_conversion_map *map, int c) in map_to_seg7()
98 #define _SEG7(l,a,b,c,d,e,f,g) \ argument

1234