Searched refs:bc2 (Results 1 – 4 of 4) sorted by relevance
177 struct bio_crypt_ctx *bc2) in bio_crypt_ctx_compatible() argument180 return !bc2; in bio_crypt_ctx_compatible()182 return bc2 && bc1->bc_key == bc2->bc_key; in bio_crypt_ctx_compatible()196 struct bio_crypt_ctx *bc2) in bio_crypt_ctx_mergeable() argument198 if (!bio_crypt_ctx_compatible(bc1, bc2)) in bio_crypt_ctx_mergeable()201 return !bc1 || bio_crypt_dun_is_contiguous(bc1, bc1_bytes, bc2->bc_dun); in bio_crypt_ctx_mergeable()
29 struct bio_crypt_ctx *bc2);
25 index 9787bc2..207c041 100755
1358 double ae, ac2, ec2, bc2, de; in miArcJoin() local1424 bc2 = (corner.x - otherCorner.x) * (corner.x - otherCorner.x) + in miArcJoin()1426 ec2 = bc2 / 4; in miArcJoin()