| /lib/ |
| A D | ucs2_string.c | 68 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 D | string.c | 150 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 D | strncpy_from_user.c | 38 unsigned long c, data, mask; in do_strncpy_from_user() local 70 char c; in do_strncpy_from_user() local
|
| A D | bitmap-str.c | 260 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 D | string_helpers.c | 361 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 D | test_fpu_impl.c | 15 volatile double a, b, c, d, e, f, g; in test_fpu() local
|
| A D | glob.c | 56 unsigned char c = *str++; in glob_match() local
|
| A D | strnlen_user.c | 27 unsigned long c; in do_strnlen_user() local
|
| A D | test_meminit.c | 220 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 D | test_mul_u64_u64_div_u64.c | 13 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 D | sha1-spe-asm.S | 106 #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 D | sha256-spe-asm.S | 101 #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 D | gen_crc64table.c | 20 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 D | crc4.c | 26 uint8_t crc4(uint8_t c, uint64_t x, int bits) in crc4()
|
| /lib/crypto/ |
| A D | sm3.c | 41 #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 D | poly1305-donna64.c | 42 u64 c; in poly1305_core_blocks() local 116 u64 h0, h1, h2, c; in poly1305_core_emit() local
|
| A D | poly1305-donna32.c | 41 u32 c; in poly1305_core_blocks() local 125 u32 h0, h1, h2, h3, h4, c; in poly1305_core_emit() local
|
| A D | blake2s-generic.c | 68 #define G(r, i, a, b, c, d) do { \ in blake2s_compress_generic() argument
|
| A D | des.c | 608 #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 D | list-test.c | 229 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 D | fonts.c | 115 int i, c, cc, res; in get_default_font() local
|
| /lib/test_fortify/ |
| A D | test_fortify.h | 14 int c; member
|
| /lib/crypto/x86/ |
| A D | sha256-ssse3-asm.S | 95 c = %ecx define 142 c = b define
|
| A D | sha256-avx-asm.S | 102 c = %ecx define 148 c = b define
|
| A D | sha512-avx2-asm.S | 79 c = %rcx define 150 c = b define
|