Home
last modified time | relevance | path

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

123

/lib/raid6/
A Drvv.c30 unsigned long vl, d; in raid6_rvv1_gen_syndrome_real() local
103 unsigned long vl, d; in raid6_rvv1_xor_syndrome_real() local
201 unsigned long vl, d; in raid6_rvv2_gen_syndrome_real() local
293 unsigned long vl, d; in raid6_rvv2_xor_syndrome_real() local
421 unsigned long vl, d; in raid6_rvv4_gen_syndrome_real() local
547 unsigned long vl, d; in raid6_rvv4_xor_syndrome_real() local
731 unsigned long vl, d; in raid6_rvv8_gen_syndrome_real() local
925 unsigned long vl, d; in raid6_rvv8_xor_syndrome_real() local
A Davx512.c46 int d, z, z0; in raid6_avx5121_gen_syndrome() local
104 int d, z, z0; in raid6_avx5121_xor_syndrome() local
173 int d, z, z0; in raid6_avx5122_gen_syndrome() local
236 int d, z, z0; in raid6_avx5122_xor_syndrome() local
332 int d, z, z0; in raid6_avx5124_gen_syndrome() local
426 int d, z, z0; in raid6_avx5124_xor_syndrome() local
A Davx2.c38 int d, z, z0; in raid6_avx21_gen_syndrome() local
87 int d, z, z0; in raid6_avx21_xor_syndrome() local
145 int d, z, z0; in raid6_avx22_gen_syndrome() local
197 int d, z, z0; in raid6_avx22_xor_syndrome() local
277 int d, z, z0; in raid6_avx24_gen_syndrome() local
358 int d, z, z0; in raid6_avx24_xor_syndrome() local
A Dsse2.c40 int d, z, z0; in raid6_sse21_gen_syndrome() local
92 int d, z, z0; in raid6_sse21_xor_syndrome() local
150 int d, z, z0; in raid6_sse22_gen_syndrome() local
203 int d, z, z0; in raid6_sse22_xor_syndrome() local
282 int d, z, z0; in raid6_sse24_gen_syndrome() local
369 int d, z, z0; in raid6_sse24_xor_syndrome() local
A Dloongarch_simd.c37 int d, z, z0; in raid6_lsx_gen_syndrome() local
119 int d, z, z0; in raid6_lsx_xor_syndrome() local
268 int d, z, z0; in raid6_lasx_gen_syndrome() local
328 int d, z, z0; in raid6_lasx_xor_syndrome() local
A Dmmx.c39 int d, z, z0; in raid6_mmx1_gen_syndrome() local
87 int d, z, z0; in raid6_mmx2_gen_syndrome() local
A Dsse1.c44 int d, z, z0; in raid6_sse11_gen_syndrome() local
103 int d, z, z0; in raid6_sse12_gen_syndrome() local
/lib/crypto/mpi/
A Dmpi-internal.h63 #define MPN_COPY(d, s, n) \ argument
70 #define MPN_COPY_DECR(d, s, n) \ argument
78 #define MPN_ZERO(d, n) \ argument
85 #define MPN_NORMALIZE(d, n) \ argument
108 #define UDIV_QRNND_PREINV(q, r, nh, nl, d, di) \ argument
A 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
705 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
[all …]
/lib/zstd/common/
A Dzstd_deps.h32 #define ZSTD_memcpy(d,s,n) __builtin_memcpy((d),(s),(n)) argument
33 #define ZSTD_memmove(d,s,n) __builtin_memmove((d),(s),(n)) argument
34 #define ZSTD_memset(d,s,n) __builtin_memset((d),(s),(n)) argument
/lib/math/
A Dreciprocal_div.c17 struct reciprocal_value reciprocal_value(u32 d) in reciprocal_value()
35 struct reciprocal_value_adv reciprocal_value_adv(u32 d, u8 prec) in reciprocal_value_adv()
A Drational.c51 unsigned long n, d, n0, d0, n1, d1, n2, d2; in rational_best_approximation() local
/lib/crypto/powerpc/
A Dsha1-spe-asm.S106 #define R_00_15(a, b, c, d, e, w0, w1, k, off) \ argument
130 #define R_16_19(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
156 #define R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
180 #define R_40_59(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
208 #define R_60_79(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
A Dsha1-powerpc-asm.S13 #define LWZ(rt, d, ra) \ argument
16 #define LWZ(rt, d, ra) \ argument
A Dsha256-spe-asm.S101 #define R_LOAD_W(a, b, c, d, e, f, g, h, w, off) \ argument
156 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
/lib/crypto/
A Dsm3.c41 #define R(i, a, b, c, d, e, f, g, h, t, w1, w2) \ argument
52 #define R1(a, b, c, d, e, f, g, h, t, w1, w2) \ argument
54 #define R2(a, b, c, d, e, f, g, h, t, w1, w2) \ argument
77 u32 a, b, c, d, e, f, g, h, ss1, ss2; in sm3_transform() local
A Ddes.c581 #define ROUND(L, R, A, B, K, d) \ argument
608 #define DES_PC2(a, b, c, d) (T4(d) | T3(c) | T2(b) | T1(a)) argument
625 unsigned long a, b, c, d, w; in des_ekey() local
716 unsigned long a, b, c, d; in dkey() local
A Dutils.c24 int d = (((unsigned long)dst ^ (unsigned long)src1) | in __crypto_xor() local
/lib/
A Dtest_fpu_impl.c15 volatile double a, b, c, d, e, f, g; in test_fpu() local
A Dglob.c57 unsigned char d = *pat++; in glob_match() local
A Dasn1_encoder.c28 unsigned char *d = &data[2]; in asn1_encode_integer() local
145 unsigned char *d = data + 2; in asn1_encode_oid() local
/lib/842/
A D842_decompress.c59 #define beN_to_cpu(d, s) \ argument
67 static int __split_next_bits(struct sw842_param *p, u64 *d, u8 n, u8 s) in __split_next_bits()
87 static int next_bits(struct sw842_param *p, u64 *d, u8 n) in next_bits()
/lib/kunit/
A Ddevice.c37 #define to_kunit_device(d) container_of_const(d, struct kunit_device, dev) argument
73 static void kunit_device_release(struct device *d) in kunit_device_release()
/lib/tests/
A Dlist-test.c229 struct list_head a, b, c, d, x, y; in list_test_list_bulk_move_tail() local
348 struct list_head a, b, c, d; in list_test_list_rotate_to_front() local
931 struct hlist_node a, b, c, d; in hlist_test_add() local
1285 struct klist_node a, b, c, d; in klist_test_add_behind() local
1318 struct klist_node a, b, c, d; in klist_test_add_before() local
1354 struct klist_node a, b, c, d; in klist_test_del_refcount_greater_than_zero() local
1405 struct klist_node a, b, c, d; in klist_test_del_refcount_zero() local
1439 struct klist_node a, b, c, d; in klist_test_remove() local
/lib/crypto/x86/
A Dsha256-ssse3-asm.S96 d = %r8d define
141 d = c define

Completed in 32 milliseconds

123