| /lib/ |
| D | string.c | 209 unsigned long c, data; in strscpy() local 225 char c; in strscpy() local 400 char *strchr(const char *s, int c) in strchr() 419 char *strchrnul(const char *s, int c) in strchrnul() 438 char *strnchrnul(const char *s, size_t count, int c) in strnchrnul() 451 char *strrchr(const char *s, int c) in strrchr() 473 char *strnchr(const char *s, size_t count, int c) in strnchr() 616 void *memset(void *s, int c, size_t count) in memset() 812 void *memscan(void *addr, int c, size_t size) in memscan() 887 void *memchr(const void *s, int c, size_t n) in memchr() [all …]
|
| 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
|
| D | ucs2_string.c | 61 u16 c = src[i]; in ucs2_utf8size() local 90 u16 c = src[i]; in ucs2_as_utf8() local
|
| D | gen_crc64table.c | 27 uint64_t i, j, c, crc; in generate_reflected_crc64_table() local 45 uint64_t i, j, c, crc; in generate_crc64_table() local
|
| D | string_helpers.c | 348 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough() 358 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space() 394 static bool escape_special(unsigned char c, char **dst, char *end) in escape_special() 427 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null() 445 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal() 466 static bool escape_hex(unsigned char c, char **dst, char *end) in escape_hex() 573 unsigned char c = *src++; in string_escape_mem() local
|
| D | crc4.c | 25 uint8_t crc4(uint8_t c, uint64_t x, int bits) in crc4()
|
| D | glob.c | 56 unsigned char c = *str++; in glob_match() local
|
| D | strnlen_user.c | 27 unsigned long c; in do_strnlen_user() local
|
| D | test_fpu.c | 30 volatile double a, b, c, d, e, f, g; in test_fpu() local
|
| 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
|
| D | bootconfig.c | 563 int c, quotes = 0; in __xbc_parse_value() local 613 int c = 0; in xbc_parse_array() local 697 int c, ret; in xbc_parse_kv() local 852 int ret = 0, c; in xbc_parse_tree() local
|
| D | bch.c | 105 unsigned int c[]; /* polynomial terms */ member 114 unsigned int c[2]; member 504 int rem, c, r, p, k, param[BCH_MAX_M]; in solve_linear_system() local 576 unsigned int b, unsigned int c, in find_affine4_roots() 673 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local 706 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local 783 unsigned int i, j, *c = a->c; in gf_poly_mod() local
|
| D | earlycpio.c | 66 unsigned char c, x; in find_cpio_data() local
|
| D | inflate.c | 353 unsigned c[BMAX+1]; /* bit length count table */ in huft_build() member 358 unsigned *c, *v, *x; in huft_build() local 1151 unsigned long c; /* crc shift register */ in makecrc() local
|
| /lib/crypto/ |
| D | poly1305-donna64.c | 43 u64 c; in poly1305_core_blocks() local 117 u64 h0, h1, h2, c; in poly1305_core_emit() local
|
| D | poly1305-donna32.c | 40 u32 c; in poly1305_core_blocks() local 124 u32 h0, h1, h2, h3, h4, c; in poly1305_core_emit() local
|
| D | des.c | 609 #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
|
| D | blake2s-generic.c | 68 #define G(r, i, a, b, c, d) do { \ in blake2s_compress_generic() argument
|
| D | sha256.c | 66 #define SHA256_ROUND(i, a, b, c, d, e, f, g, h) do { \ argument 76 u32 a, b, c, d, e, f, g, h; in sha256_transform() local
|
| D | curve25519-hacl64.c | 25 u64 c = xnx - (u64)1U; in u64_eq_mask() local 39 u64 c = x_xor_q_ - (u64)1U; in u64_gte_mask() local 94 u128 c = ((tctr) >> (51)); in fproduct_carry_wide_() local 103 u128 c = ((tctr) >> (51)); in fproduct_carry_wide_() local 113 u128 c = ((tctr) >> (51)); in fproduct_carry_wide_() local 122 u128 c = ((tctr) >> (51)); in fproduct_carry_wide_() local 310 u64 *c; in crecip_crecip() local
|
| /lib/fonts/ |
| D | fonts.c | 112 int i, c, cc, res; in get_default_font() local
|
| /lib/test_fortify/ |
| D | test_fortify.h | 14 int c; member
|
| /lib/zstd/common/ |
| D | debug.h | 40 #define DEBUG_STATIC_ASSERT(c) (void)sizeof(char[(c) ? 1 : -1]) argument
|
| /lib/mpi/ |
| D | mpi-pow.c | 151 int c; in mpi_powm() local
|
| /lib/reed_solomon/ |
| D | test_rslib.c | 77 uint16_t *c; /* sent codeword */ member 159 uint16_t *c = ws->c; in get_rcw_we() local 268 uint16_t *c = ws->c; in test_uc() local
|