/lib/ |
D | string_helpers.c | 297 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough() 307 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space() 343 static bool escape_special(unsigned char c, char **dst, char *end) in escape_special() 373 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null() 391 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal() 412 static bool escape_hex(unsigned char c, char **dst, char *end) in escape_hex() 497 unsigned char c = *src++; in string_escape_mem() local
|
D | strncpy_from_user.c | 41 unsigned long c, data; in do_strncpy_from_user() local 58 char c; in do_strncpy_from_user() local
|
D | string.c | 203 unsigned long c, data; in strscpy() local 219 char c; in strscpy() local 426 char *strchr(const char *s, int c) in strchr() 445 char *strchrnul(const char *s, int c) in strchrnul() 460 char *strrchr(const char *s, int c) in strrchr() 479 char *strnchr(const char *s, size_t count, int c) in strnchr() 699 void *memset(void *s, int c, size_t count) in memset() 902 void *memscan(void *addr, int c, size_t size) in memscan() 977 void *memchr(const void *s, int c, size_t n) in memchr() 1010 void *memchr_inv(const void *start, int c, size_t bytes) in memchr_inv()
|
D | ucs2_string.c | 60 u16 c = src[i]; in ucs2_utf8size() local 89 u16 c = src[i]; in ucs2_as_utf8() local
|
D | halfmd4.c | 17 #define ROUND(f, a, b, c, d, x, s) \ argument 28 __u32 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in half_md4_transform() local
|
D | strnlen_user.c | 31 unsigned long c; in do_strnlen_user() local
|
D | atomic64_test.c | 54 #define INIT(c) do { atomic64_set(&v, c); r = c; } while (0) argument
|
D | md5.c | 15 u32 a, b, c, d; in md5_transform() local
|
D | sort.c | 64 int i = (num/2 - 1) * size, n = num * size, c, r; in sort() local
|
D | bch.c | 99 unsigned int c[0]; /* polynomial terms */ member 108 unsigned int c[2]; member 437 int rem, c, r, p, k, param[m]; in solve_linear_system() local 509 unsigned int b, unsigned int c, in find_affine4_roots() 606 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local 639 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local 716 unsigned int i, j, *c = a->c; in gf_poly_mod() local
|
D | earlycpio.c | 74 unsigned char c, x; in find_cpio_data() local
|
D | glob.c | 56 unsigned char c = *str++; in glob_match() local
|
D | inflate.c | 352 unsigned c[BMAX+1]; /* bit length count table */ in huft_build() member 357 unsigned *c, *v, *x; in huft_build() local 1150 unsigned long c; /* crc shift register */ in makecrc() local
|
D | seq_buf.c | 168 int seq_buf_putc(struct seq_buf *s, unsigned char c) in seq_buf_putc()
|
D | vsprintf.c | 480 char c = ' ' + (spec.flags & ZEROPAD); in number() local 589 char c = *s++; in dentry_name() local 1881 char c; in vsnprintf() local 2325 char c; in bstr_printf() local
|
D | bitmap.c | 363 int c, old_c, totaldigits, ndigits, nchunks, nbits; in __bitmap_parse() local 510 int c, old_c, totaldigits, ndigits; in __bitmap_parselist() local
|
D | random32.c | 51 #define TAUSWORTHE(s, a, b, c, d) ((s & c) << d) ^ (((s << a) ^ s) >> b) in prandom_u32_state() argument
|
D | decompress_bunzip2.c | 632 unsigned int i, j, c; in start_bunzip() local
|
/lib/fonts/ |
D | fonts.c | 119 int i, c, cc; in get_default_font() local
|
/lib/mpi/ |
D | mpi-pow.c | 165 int c; in mpi_powm() local
|
D | longlong.h | 440 #define rshift_rhlc(r, h, l, c) \ argument 499 #define rshift_rhlc(r, h, l, c) \ argument
|
/lib/842/ |
D | 842_compress.c | 231 static int add_template(struct sw842_param *p, u8 c) in add_template() 389 static bool check_template(struct sw842_param *p, u8 c) in check_template()
|
/lib/zlib_deflate/ |
D | deftree.c | 156 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument 160 # define send_code(s, c, tree) \ argument
|
D | deflate.c | 142 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument
|
D | defutil.h | 262 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} argument
|