Home
last modified time | relevance | path

Searched defs:z (Results 1 – 11 of 11) sorted by relevance

/lib/
Dmd5.c5 #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
Dhalfmd4.c7 #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
Dbch.c796 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
Dinflate.c350 unsigned z; /* number of entries in current table */ in huft_build() local
/lib/raid6/
Dsse2.c45 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
Davx2.c46 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
Dsse1.c49 int d, z, z0; in raid6_sse11_gen_syndrome() local
108 int d, z, z0; in raid6_sse12_gen_syndrome() local
Dmmx.c44 int d, z, z0; in raid6_mmx1_gen_syndrome() local
92 int d, z, z0; in raid6_mmx2_gen_syndrome() local
/lib/zlib_inflate/
Dinfutil.h23 #define WS(z) ((struct inflate_workspace *)(z->workspace)) argument
Dinflate.c757 int zlib_inflateIncomp(z_stream *z) in zlib_inflateIncomp()
/lib/mpi/
Dmpicoder.c437 int x, i, j, z, lzeros, ents; in mpi_read_raw_from_sgl() local