Home
last modified time | relevance | path

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

123

/lib/
Dstring.c144 unsigned long c, data; in sized_strscpy() local
164 char c; in sized_strscpy() local
318 char *strchr(const char *s, int c) in strchr()
337 char *strchrnul(const char *s, int c) in strchrnul()
356 char *strnchrnul(const char *s, size_t count, int c) in strnchrnul()
369 char *strrchr(const char *s, int c) in strrchr()
391 char *strnchr(const char *s, size_t count, int c) in strnchr()
523 void *memset(void *s, int c, size_t count) in memset()
719 void *memscan(void *addr, int c, size_t size) in memscan()
794 void *memchr(const void *s, int c, size_t n) in memchr()
[all …]
Ducs2_string.c68 ucs2_char_t c; in ucs2_strscpy() local
113 u16 c = src[i]; in ucs2_utf8size() local
142 u16 c = src[i]; in ucs2_as_utf8() local
Dstrncpy_from_user.c38 unsigned long c, data, mask; in do_strncpy_from_user() local
70 char c; in do_strncpy_from_user() local
Dgen_crc64table.c27 uint64_t i, j, c, crc; in generate_reflected_crc64_table() local
45 uint64_t i, j, c, crc; in generate_crc64_table() local
Dbitmap-str.c260 static inline bool end_of_str(char c) in end_of_str()
265 static inline bool __end_of_region(char c) in __end_of_region()
270 static inline bool end_of_region(char c) in end_of_region()
437 int c, i; in bitmap_get_x32_reverse() local
Dstring_helpers.c358 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough()
368 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space()
404 static bool escape_special(unsigned char c, char **dst, char *end) in escape_special()
437 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null()
455 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal()
476 static bool escape_hex(unsigned char c, char **dst, char *end) in escape_hex()
583 unsigned char c = *src++; in string_escape_mem() local
Dcrc4.c25 uint8_t crc4(uint8_t c, uint64_t x, int bits) in crc4()
Dtest_fpu_impl.c15 volatile double a, b, c, d, e, f, g; in test_fpu() local
Dlist-test.c229 struct list_head a, b, c, d, x, y; in list_test_list_bulk_move_tail() local
264 struct list_head a, b, c; in list_test_list_is_head() local
348 struct list_head a, b, c, d; in list_test_list_rotate_to_front() local
927 struct hlist_node a, b, c, d; in hlist_test_add() local
1281 struct klist_node a, b, c, d; in klist_test_add_behind() local
1314 struct klist_node a, b, c, d; in klist_test_add_before() local
1350 struct klist_node a, b, c, d; in klist_test_del_refcount_greater_than_zero() local
1401 struct klist_node a, b, c, d; in klist_test_del_refcount_zero() local
1435 struct klist_node a, b, c, d; in klist_test_remove() local
Dglob.c56 unsigned char c = *str++; in glob_match() local
Dstrnlen_user.c27 unsigned long c; in do_strnlen_user() local
Dtest_meminit.c220 struct kmem_cache *c; in do_kmem_cache_size() local
294 struct kmem_cache *c; in do_kmem_cache_rcu_persistent() local
349 struct kmem_cache *c; in do_kmem_cache_size_bulk() local
Dbootconfig.c564 int c, quotes = 0; in __xbc_parse_value() local
614 int c = 0; in xbc_parse_array() local
698 int c, ret; in xbc_parse_kv() local
853 int ret = 0, c; in xbc_parse_tree() local
Dbch.c106 unsigned int c[]; /* polynomial terms */ member
115 unsigned int c[2]; member
470 int rem, c, r, p, k, param[BCH_MAX_M]; in solve_linear_system() local
539 unsigned int b, unsigned int c, in find_affine4_roots()
636 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local
669 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
746 unsigned int i, j, *c = a->c; in gf_poly_mod() local
Dlwq.c79 int c; member
/lib/math/
Dtest_mul_u64_u64_div_u64.c13 typedef struct { u64 a; u64 b; u64 c; u64 result; } test_params; member
75 u64 c = test_values[i].c; in test_init() local
/lib/crypto/
Dpoly1305-donna64.c41 u64 c; in poly1305_core_blocks() local
115 u64 h0, h1, h2, c; in poly1305_core_emit() local
Dpoly1305-donna32.c40 u32 c; in poly1305_core_blocks() local
124 u32 h0, h1, h2, h3, h4, c; in poly1305_core_emit() local
Ddes.c609 #define DES_PC2(a, b, c, d) (T4(d) | T3(c) | T2(b) | T1(a)) argument
626 unsigned long a, b, c, d, w; in des_ekey() local
717 unsigned long a, b, c, d; in dkey() local
Dblake2s-generic.c67 #define G(r, i, a, b, c, d) do { \ in blake2s_compress_generic() argument
Dsha256.c65 #define SHA256_ROUND(i, a, b, c, d, e, f, g, h) do { \ argument
75 u32 a, b, c, d, e, f, g, h; in sha256_transform() local
Dcurve25519-hacl64.c23 u64 c = xnx - (u64)1U; in u64_eq_mask() local
37 u64 c = x_xor_q_ - (u64)1U; in u64_gte_mask() local
92 u128 c = ((tctr) >> (51)); in fproduct_carry_wide_() local
101 u128 c = ((tctr) >> (51)); in fproduct_carry_wide_() local
111 u128 c = ((tctr) >> (51)); in fproduct_carry_wide_() local
120 u128 c = ((tctr) >> (51)); in fproduct_carry_wide_() local
308 u64 *c; in crecip_crecip() local
/lib/fonts/
Dfonts.c115 int i, c, cc, res; in get_default_font() local
/lib/test_fortify/
Dtest_fortify.h14 int c; member
/lib/zstd/common/
Ddebug.h40 #define DEBUG_STATIC_ASSERT(c) (void)sizeof(char[(c) ? 1 : -1]) argument

123