Home
last modified time | relevance | path

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

/lib/
Dstrncpy_from_user.c38 unsigned long c, data; in do_strncpy_from_user() local
55 char c; in do_strncpy_from_user() local
Dhalfmd4.c16 #define ROUND(f, a, b, c, d, x, s) \ argument
27 __u32 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in half_md4_transform() local
Dstring.c294 char *strchr(const char *s, int c) in strchr()
310 char *strrchr(const char *s, int c) in strrchr()
329 char *strnchr(const char *s, size_t count, int c) in strnchr()
578 void *memset(void *s, int c, size_t count) in memset()
674 void *memscan(void *addr, int c, size_t size) in memscan()
749 void *memchr(const void *s, int c, size_t n) in memchr()
782 void *memchr_inv(const void *start, int c, size_t bytes) in memchr_inv()
Datomic64_test.c16 #define INIT(c) do { atomic64_set(&v, c); r = c; } while (0) argument
Dsort.c52 int i = (num/2 - 1) * size, n = num * size, c, r; in sort() local
Dstrnlen_user.c31 unsigned long c; in do_strnlen_user() local
Dmd5.c15 u32 a, b, c, d; in md5_transform() 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.c73 unsigned char c, x; in find_cpio_data() local
Drandom32.c53 #define TAUSWORTHE(s,a,b,c,d) ((s&c)<<d) ^ (((s <<a) ^ s)>>b) in prandom_u32_state() argument
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
Dvsprintf.c475 char c = (spec.flags & ZEROPAD) ? '0' : ' '; in number() local
1438 char c; in vsnprintf() local
1903 char c; in bstr_printf() local
Dbitmap.c423 int c, old_c, totaldigits, ndigits, nchunks, nbits; in __bitmap_parse() local
600 int c, old_c, totaldigits; in __bitmap_parselist() local
Ddecompress_bunzip2.c632 unsigned int i, j, c; in start_bunzip() local
Dbtree.c126 static unsigned long *longset(unsigned long *s, unsigned long c, size_t n) in longset()
/lib/mpi/
Dmpi-pow.c158 int c; in mpi_powm() local
Dlonglong.h443 #define rshift_rhlc(r, h, l, c) \ argument
502 #define rshift_rhlc(r, h, l, c) \ argument
/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