Searched refs:Ch (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstrcasecmp.c26 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
H A Dstrncasecmp.c26 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c39 * Ch(x, y, z) (((x) & (y)) ^ ((~(x)) & (z)))
44 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
87 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t];
/osnet-11/usr/src/lib/libsum/common/
H A Dsum-sha2.c267 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
481 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
491 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
504 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
591 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
594 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
617 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
849 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
859 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
872 T1 = (h) + Sigma1_512(e) + Ch((
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs_sha256.c52 * Ch(x, y, z) (((x) & (y)) ^ ((~(x)) & (z)))
57 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
100 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t];
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dsha512.c186 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
200 t1 = h + Sum1 (e) + Ch (e, f, g) + k[t] + w[t];
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dsha512.c188 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
202 t1 = h + Sum1 (e) + Ch (e, f, g) + k[t] + w[t];
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm243 Ch. 15, pp. 403 of C<Programming Perl (3rd Edition)>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm522 Ch. 15 of C<Programming Perl (3rd Edition)>

Completed in 73 milliseconds