Home
last modified time | relevance | path

Searched defs:d (Results 1 – 23 of 23) sorted by relevance

/lib/lz4/
Dlz4defs.h35 #define PUT4(s, d) (A32(d) = A32(s)) argument
36 #define PUT8(s, d) (A64(d) = A64(s)) argument
38 #define LZ4_READ_LITTLEENDIAN_16(d, s, p) \ argument
52 #define PUT4(s, d) \ argument
54 #define PUT8(s, d) \ argument
57 #define LZ4_READ_LITTLEENDIAN_16(d, s, p) \ argument
99 #define LZ4_COPYSTEP(s, d) \ argument
106 #define LZ4_COPYPACKET(s, d) LZ4_COPYSTEP(s, d) argument
108 #define LZ4_SECURECOPY(s, d, e) \ argument
125 #define LZ4_COPYSTEP(s, d) \ argument
[all …]
/lib/mpi/
Dmpi-internal.h76 #define MPN_COPY(d, s, n) \ argument
83 #define MPN_COPY_INCR(d, s, n) \ argument
90 #define MPN_COPY_DECR(d, s, n) \ argument
98 #define MPN_ZERO(d, n) \ argument
105 #define MPN_NORMALIZE(d, n) \ argument
114 #define MPN_NORMALIZE_NOT_ZERO(d, n) \ argument
137 #define UDIV_QRNND_PREINV(q, r, nh, nl, d, di) \ argument
Dlonglong.h144 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
162 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
287 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
379 #define sdiv_qrnnd(q, r, n1, n0, d) \ argument
421 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
486 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
541 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
549 #define sdiv_qrnnd(q, r, n1, n0, d) \ argument
622 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
723 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
[all …]
Dmpih-div.c77 mpi_limb_t d; in mpihelp_divrem() local
/lib/raid6/
Davx2.c46 int d, z, z0; in raid6_avx21_gen_syndrome() local
104 int d, z, z0; in raid6_avx22_gen_syndrome() local
167 int d, z, z0; in raid6_avx24_gen_syndrome() local
Dsse2.c45 int d, z, z0; in raid6_sse21_gen_syndrome() local
105 int d, z, z0; in raid6_sse22_gen_syndrome() local
169 int d, z, z0; in raid6_sse24_gen_syndrome() local
Dsse1.c49 int d, z, z0; in raid6_sse11_gen_syndrome() local
107 int d, z, z0; in raid6_sse12_gen_syndrome() local
Dmmx.c44 int d, z, z0; in raid6_mmx1_gen_syndrome() local
91 int d, z, z0; in raid6_mmx2_gen_syndrome() local
/lib/
Dreciprocal_div.c11 struct reciprocal_value reciprocal_value(u32 d) in reciprocal_value()
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
Drational.c35 unsigned long n, d, n0, d0, n1, d1; in rational_best_approximation() local
Dmd5.c15 u32 a, b, c, d; in md5_transform() local
Ddiv64.c30 uint64_t res, d = 1; in __div64_32() local
Dnlattr.c297 int d = nla_len(nla) - size; in nla_memcmp() local
316 int d; in nla_strcmp() local
Dglob.c57 unsigned char d = *pat++; in glob_match() local
Dts_fsm.c130 static inline int match_token(struct ts_fsm_token *t, u8 d) in match_token()
Ddecompress_unxz.c206 uint8_t *d = dest; in memmove() local
Dbch.c381 unsigned int i, j, tmp, l, pd = 1, d = syn[0]; in compute_error_locator_polynomial() local
639 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
702 int i, d = a->deg, l = GF_N(bch)-a_log(bch, a->c[a->deg]); in gf_poly_logrep() local
717 const unsigned int d = b->deg; in gf_poly_mod() local
1081 int i, j, b, d; in build_mod8_tables() local
Dinflate.c325 const ush *d, /* list of base values for non-simple codes */ in huft_build()
598 unsigned n, d; /* length and index for copy */ in inflate_codes() local
Drandom32.c61 #define TAUSWORTHE(s, a, b, c, d) ((s & c) << d) ^ (((s << a) ^ s) >> b) in prandom_u32_state() argument
Dbitmap.c1184 unsigned long *d = dst; in bitmap_copy_le() local
Dvsprintf.c556 char *dentry_name(char *buf, char *end, const struct dentry *d, struct printf_spec spec, in dentry_name()
/lib/raid6/test/
Dtest.c43 static char disk_type(int d) in disk_type()