Home
last modified time | relevance | path

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

12

/lib/
Dstring_helpers.c297 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
Dstrncpy_from_user.c41 unsigned long c, data; in do_strncpy_from_user() local
58 char c; in do_strncpy_from_user() local
Dstring.c203 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()
Ducs2_string.c60 u16 c = src[i]; in ucs2_utf8size() local
89 u16 c = src[i]; in ucs2_as_utf8() local
Dhalfmd4.c17 #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
Dstrnlen_user.c31 unsigned long c; in do_strnlen_user() local
Datomic64_test.c54 #define INIT(c) do { atomic64_set(&v, c); r = c; } while (0) argument
Dmd5.c15 u32 a, b, c, d; in md5_transform() local
Dsort.c64 int i = (num/2 - 1) * size, n = num * size, c, r; in sort() local
Dbch.c99 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
Dearlycpio.c74 unsigned char c, x; in find_cpio_data() local
Dglob.c56 unsigned char c = *str++; in glob_match() local
Dinflate.c352 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
Dseq_buf.c168 int seq_buf_putc(struct seq_buf *s, unsigned char c) in seq_buf_putc()
Dvsprintf.c480 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
Dbitmap.c363 int c, old_c, totaldigits, ndigits, nchunks, nbits; in __bitmap_parse() local
510 int c, old_c, totaldigits, ndigits; in __bitmap_parselist() local
Drandom32.c51 #define TAUSWORTHE(s, a, b, c, d) ((s & c) << d) ^ (((s << a) ^ s) >> b) in prandom_u32_state() argument
Ddecompress_bunzip2.c632 unsigned int i, j, c; in start_bunzip() local
/lib/fonts/
Dfonts.c119 int i, c, cc; in get_default_font() local
/lib/mpi/
Dmpi-pow.c165 int c; in mpi_powm() local
Dlonglong.h440 #define rshift_rhlc(r, h, l, c) \ argument
499 #define rshift_rhlc(r, h, l, c) \ argument
/lib/842/
D842_compress.c231 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/
Ddeftree.c156 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument
160 # define send_code(s, c, tree) \ argument
Ddeflate.c142 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument
Ddefutil.h262 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} argument

12