Searched refs:c2 (Results 1 – 5 of 5) sorted by relevance
/lib/ |
A D | string.c | 50 c2 = *s2++; in strncasecmp() 51 if (!c1 || !c2) in strncasecmp() 53 if (c1 == c2) in strncasecmp() 56 c2 = tolower(c2); in strncasecmp() 57 if (c1 != c2) in strncasecmp() 68 int c1, c2; in strcasecmp() local 74 return c1 - c2; in strcasecmp() 284 c2 = *ct++; in strcmp() 285 if (c1 != c2) in strcmp() 308 c2 = *ct++; in strncmp() [all …]
|
A D | bch.c | 636 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local 641 c2 = gf_div(bch, poly->c[0], e3); in find_poly_deg3_roots() 646 c = gf_mul(bch, a2, c2); /* c = a2c2 */ in find_poly_deg3_roots() 647 b = gf_mul(bch, a2, b2)^c2; /* b = a2b2 + c2 */ in find_poly_deg3_roots() 669 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local 705 c2 = gf_inv(bch, d); in find_poly_deg4_roots() 710 c2 = d; in find_poly_deg4_roots() 715 if (find_affine4_roots(bch, a2, b2, c2, roots) == 4) { in find_poly_deg4_roots()
|
/lib/crypto/riscv/ |
A D | chacha-riscv64-zvkb.S | 77 a2, b2, c2, d2, a3, b3, c3, d3 95 vadd.vv \c2, \c2, \d2 99 vxor.vv \b2, \b2, \c2 123 vadd.vv \c2, \c2, \d2 127 vxor.vv \b2, \b2, \c2
|
/lib/crypto/arm/ |
A D | chacha-scalar-core.S | 71 .macro _halfround a1, b1, c1, d1, a2, b2, c2, d2 82 add \c2, \c2, \d2, ror #16 84 eor \b2, \c2, \b2, ror #brot 96 add \c2, \c2, \d2, ror #24 98 eor \b2, \c2, \b2, ror #20
|
/lib/crypto/powerpc/ |
A D | chacha-p10le-8x.S | 482 xxmrglw 13, 32+\a2, 32+\a3 # c2, c3, d2, d3 485 xxpermdi 32+\a2, 12, 13, 0 # c0, c1, c2, c3
|
Completed in 9 milliseconds