Home
last modified time | relevance | path

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

123

/lib/
A 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
A Dstring.c150 unsigned long c, data; in sized_strscpy() local
175 char c; in sized_strscpy() local
329 char *strchr(const char *s, int c) in strchr()
348 char *strchrnul(const char *s, int c) in strchrnul()
367 char *strnchrnul(const char *s, size_t count, int c) in strnchrnul()
380 char *strrchr(const char *s, int c) in strrchr()
402 char *strnchr(const char *s, size_t count, int c) in strnchr()
534 void *memset(void *s, int c, size_t count) in memset()
730 void *memscan(void *addr, int c, size_t size) in memscan()
805 void *memchr(const void *s, int c, size_t n) in memchr()
[all …]
A Dstrncpy_from_user.c38 unsigned long c, data, mask; in do_strncpy_from_user() local
70 char c; in do_strncpy_from_user() local
A 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
A Dstring_helpers.c361 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough()
371 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space()
407 static bool escape_special(unsigned char c, char **dst, char *end) in escape_special()
440 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null()
458 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal()
479 static bool escape_hex(unsigned char c, char **dst, char *end) in escape_hex()
586 unsigned char c = *src++; in string_escape_mem() local
A Dtest_fpu_impl.c15 volatile double a, b, c, d, e, f, g; in test_fpu() local
A Dglob.c56 unsigned char c = *str++; in glob_match() local
A Dstrnlen_user.c27 unsigned long c; in do_strnlen_user() local
A 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
/lib/math/
A 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/powerpc/
A Dsha1-spe-asm.S106 #define R_00_15(a, b, c, d, e, w0, w1, k, off) \ argument
130 #define R_16_19(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
156 #define R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
180 #define R_40_59(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
208 #define R_60_79(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
A Dsha256-spe-asm.S101 #define R_LOAD_W(a, b, c, d, e, f, g, h, w, off) \ argument
156 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
/lib/crc/
A Dgen_crc64table.c20 uint64_t i, j, c, crc; in generate_reflected_crc64_table() local
38 uint64_t i, j, c, crc; in generate_crc64_table() local
A Dcrc4.c26 uint8_t crc4(uint8_t c, uint64_t x, int bits) in crc4()
/lib/crypto/
A Dsm3.c41 #define R(i, a, b, c, d, e, f, g, h, t, w1, w2) \ argument
52 #define R1(a, b, c, d, e, f, g, h, t, w1, w2) \ argument
54 #define R2(a, b, c, d, e, f, g, h, t, w1, w2) \ argument
77 u32 a, b, c, d, e, f, g, h, ss1, ss2; in sm3_transform() local
A Dpoly1305-donna64.c42 u64 c; in poly1305_core_blocks() local
116 u64 h0, h1, h2, c; in poly1305_core_emit() local
A Dpoly1305-donna32.c41 u32 c; in poly1305_core_blocks() local
125 u32 h0, h1, h2, h3, h4, c; in poly1305_core_emit() local
A Dblake2s-generic.c68 #define G(r, i, a, b, c, d) do { \ in blake2s_compress_generic() argument
A Ddes.c608 #define DES_PC2(a, b, c, d) (T4(d) | T3(c) | T2(b) | T1(a)) argument
625 unsigned long a, b, c, d, w; in des_ekey() local
716 unsigned long a, b, c, d; in dkey() local
/lib/tests/
A 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
931 struct hlist_node a, b, c, d; in hlist_test_add() local
1285 struct klist_node a, b, c, d; in klist_test_add_behind() local
1318 struct klist_node a, b, c, d; in klist_test_add_before() local
1354 struct klist_node a, b, c, d; in klist_test_del_refcount_greater_than_zero() local
1405 struct klist_node a, b, c, d; in klist_test_del_refcount_zero() local
1439 struct klist_node a, b, c, d; in klist_test_remove() local
/lib/fonts/
A Dfonts.c115 int i, c, cc, res; in get_default_font() local
/lib/test_fortify/
A Dtest_fortify.h14 int c; member
/lib/crypto/x86/
A Dsha256-ssse3-asm.S95 c = %ecx define
142 c = b define
A Dsha256-avx-asm.S102 c = %ecx define
148 c = b define
A Dsha512-avx2-asm.S79 c = %rcx define
150 c = b define

Completed in 42 milliseconds

123