Searched defs:Ch (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/iconv_modules/hi_IN/ |
H A D | UTF-8%iscii91.c | 38 #define utf8_len(Ch) (Ch < 0x80 ? 1 : (Ch < 0xe0 ? 2 : (Ch < 0xf0 ? 3 : (Ch < 0xf8 ? 4 : (Ch < 0xf… argument 40 #define analyze_utf8(Ch, Mask, nBytes) \ argument 62 #define ucs2_from_utf8(mUCS, Ch, Ct, Mask, Len) \ argument
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | zfs_sha256.c | 46 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | sha256.c | 47 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
|
/illumos-gate/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 92 #define Ch(b, c, d) (((b) & (c)) ^ ((~b) & (d))) macro
|
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/ |
H A D | sum-sha2.c | 249 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|