| /lib/mpi/ |
| D | mpi-internal.h | 76 #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
|
| D | longlong.h | 144 #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 739 #define udiv_qrnnd(q, r, n1, n0, d) \ argument [all …]
|
| D | mpih-div.c | 77 mpi_limb_t d; in mpihelp_divrem() local
|
| /lib/raid6/ |
| D | avx512.c | 53 int d, z, z0; in raid6_avx5121_gen_syndrome() local 111 int d, z, z0; in raid6_avx5121_xor_syndrome() local 180 int d, z, z0; in raid6_avx5122_gen_syndrome() local 243 int d, z, z0; in raid6_avx5122_xor_syndrome() local 339 int d, z, z0; in raid6_avx5124_gen_syndrome() local 433 int d, z, z0; in raid6_avx5124_xor_syndrome() local
|
| D | avx2.c | 46 int d, z, z0; in raid6_avx21_gen_syndrome() local 95 int d, z, z0; in raid6_avx21_xor_syndrome() local 153 int d, z, z0; in raid6_avx22_gen_syndrome() local 205 int d, z, z0; in raid6_avx22_xor_syndrome() local 285 int d, z, z0; in raid6_avx24_gen_syndrome() local 366 int d, z, z0; in raid6_avx24_xor_syndrome() local
|
| D | sse2.c | 45 int d, z, z0; in raid6_sse21_gen_syndrome() local 97 int d, z, z0; in raid6_sse21_xor_syndrome() local 155 int d, z, z0; in raid6_sse22_gen_syndrome() local 208 int d, z, z0; in raid6_sse22_xor_syndrome() local 287 int d, z, z0; in raid6_sse24_gen_syndrome() local 374 int d, z, z0; in raid6_sse24_xor_syndrome() local
|
| D | sse1.c | 49 int d, z, z0; in raid6_sse11_gen_syndrome() local 108 int d, z, z0; in raid6_sse12_gen_syndrome() local
|
| D | mmx.c | 44 int d, z, z0; in raid6_mmx1_gen_syndrome() local 92 int d, z, z0; in raid6_mmx2_gen_syndrome() local
|
| /lib/ |
| D | reciprocal_div.c | 12 struct reciprocal_value reciprocal_value(u32 d) in reciprocal_value()
|
| D | glob.c | 57 unsigned char d = *pat++; in glob_match() local
|
| D | rational.c | 36 unsigned long n, d, n0, d0, n1, d1; in rational_best_approximation() local
|
| D | div64.c | 33 uint64_t res, d = 1; in __div64_32() local
|
| D | bch.c | 381 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
|
| D | ts_fsm.c | 130 static inline int match_token(struct ts_fsm_token *t, u8 d) in match_token()
|
| D | nlattr.c | 361 int d = nla_len(nla) - size; in nla_memcmp() local 380 int d; in nla_strcmp() local
|
| D | decompress_unxz.c | 206 uint8_t *d = dest; in memmove() local
|
| D | test_hexdump.c | 133 size_t d = min_t(size_t, sizeof(data_b), rowsize); in test_hexdump_set() local
|
| D | inflate.c | 326 const ush *d, /* list of base values for non-simple codes */ in huft_build() 599 unsigned n, d; /* length and index for copy */ in inflate_codes() local
|
| D | random32.c | 62 #define TAUSWORTHE(s, a, b, c, d) ((s & c) << d) ^ (((s << a) ^ s) >> b) in prandom_u32_state() argument
|
| D | vsprintf.c | 607 char *dentry_name(char *buf, char *end, const struct dentry *d, struct printf_spec spec, in dentry_name()
|
| /lib/842/ |
| D | 842_decompress.c | 68 #define beN_to_cpu(d, s) \ argument 76 static int __split_next_bits(struct sw842_param *p, u64 *d, u8 n, u8 s) in __split_next_bits() 96 static int next_bits(struct sw842_param *p, u64 *d, u8 n) in next_bits()
|
| D | 842_compress.c | 148 #define replace_hash(p, b, i, d) do { \ argument 163 static int __split_add_bits(struct sw842_param *p, u64 d, u8 n, u8 s) in __split_add_bits() 176 static int add_bits(struct sw842_param *p, u64 d, u8 n) in add_bits()
|
| /lib/raid6/test/ |
| D | test.c | 44 static char disk_type(int d) in disk_type()
|
| /lib/lz4/ |
| D | lz4defs.h | 157 BYTE *d = (BYTE *)dstPtr; in LZ4_wildCopy() local
|
| /lib/zstd/ |
| D | compress.c | 1791 #define NEXT_IN_CHAIN(d, mask) chainTable[(d)&mask] argument
|