/lib/ |
D | md5.c | 5 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument 6 #define F2(x, y, z) F1(z, x, y) argument 7 #define F3(x, y, z) (x ^ y ^ z) argument 8 #define F4(x, y, z) (y ^ (x | ~z)) argument 10 #define MD5STEP(f, w, x, y, z, in, s) \ argument
|
D | halfmd4.c | 7 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument 8 #define G(x, y, z) (((x) & (y)) + (((x) ^ (y)) & (z))) argument 9 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
|
D | bch.c | 796 const struct gf_poly *f, struct gf_poly *z, in compute_trace_bk_mod() 844 struct gf_poly *z = bch->poly_2t[3]; in factor_polynomial() local
|
D | inflate.c | 350 unsigned z; /* number of entries in current table */ in huft_build() local
|
/lib/raid6/ |
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 | avx2.c | 46 int d, z, z0; in raid6_avx21_gen_syndrome() local 105 int d, z, z0; in raid6_avx22_gen_syndrome() local 169 int d, z, z0; in raid6_avx24_gen_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/zlib_inflate/ |
D | infutil.h | 23 #define WS(z) ((struct inflate_workspace *)(z->workspace)) argument
|
D | inflate.c | 757 int zlib_inflateIncomp(z_stream *z) in zlib_inflateIncomp()
|
/lib/mpi/ |
D | mpicoder.c | 437 int x, i, j, z, lzeros, ents; in mpi_read_raw_from_sgl() local
|