Home
last modified time | relevance | path

Searched refs:c1 (Results 1 – 5 of 5) sorted by relevance

/lib/
A Dstring.c49 c1 = *s1++; in strncasecmp()
53 if (c1 == c2) in strncasecmp()
55 c1 = tolower(c1); in strncasecmp()
57 if (c1 != c2) in strncasecmp()
68 int c1, c2; in strcasecmp() local
73 } while (c1 == c2 && c1 != 0); in strcasecmp()
74 return c1 - c2; in strcasecmp()
283 c1 = *cs++; in strcmp()
287 if (!c1) in strcmp()
307 c1 = *cs++; in strncmp()
[all …]
/lib/crypto/arm/
A Dblake2s-core.S68 .macro _blake2s_quarterround a0, b0, c0, d0, a1, b1, c1, d1, s0, s1, s2, s3
85 add \c1, \c1, \d1, ror #16
89 eor \b1, \c1, \b1, ror #brot
106 add \c1, \c1, \d1, ror#8
110 eor \b1, \c1, \b1, ror#12
A Dchacha-scalar-core.S71 .macro _halfround a1, b1, c1, d1, a2, b2, c2, d2
81 add \c1, \c1, \d1, ror #16
83 eor \b1, \c1, \b1, ror #brot
95 add \c1, \c1, \d1, ror #24
97 eor \b1, \c1, \b1, ror #20
/lib/crypto/riscv/
A Dchacha-riscv64-zvkb.S76 .macro chacha_round a0, b0, c0, d0, a1, b1, c1, d1, \
94 vadd.vv \c1, \c1, \d1
98 vxor.vv \b1, \b1, \c1
122 vadd.vv \c1, \c1, \d1
126 vxor.vv \b1, \b1, \c1
/lib/crypto/powerpc/
A Dchacha-p10le-8x.S24 # a1 b1 c1 d1
481 xxmrglw 12, 32+\a0, 32+\a1 # c0, c1, d0, d1
485 xxpermdi 32+\a2, 12, 13, 0 # c0, c1, c2, c3

Completed in 8 milliseconds