Searched refs:Ch (Results 1 – 9 of 9) 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 41 if (Ch < 128) { \ 44 } else if ((Ch & 0xe0) == 0xc0) { \ 47 } else if ((Ch & 0xf0) == 0xe0) { \ 50 } else if ((Ch & 0xf8) == 0xf0) { \ 53 } else if ((Ch & 0xfc) == 0xf8) { \ 56 } else if ((Ch & 0xfe) == 0xfc) { \ 62 #define ucs2_from_utf8(mUCS, Ch, Ct, Mask, Len) \ argument 63 (mUCS) = (Ch)[0] & (Mask); \ [all …]
|
/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 463 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 473 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 486 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \ 573 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256_Transform() 576 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in SHA256_Transform() 599 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform() 831 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \ 841 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \ 854 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \ [all …]
|
/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 147 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform() 181 T1 = h + BIGSIGMA1_512(e) + Ch(e, f, g) + SHA512_K[t] + W[t]; in SHA512Transform()
|
/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 146 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform() 180 T1 = h + BIGSIGMA1_512(e) + Ch(e, f, g) + SHA512_K[t] + W[t]; in SHA512Transform()
|
/illumos-gate/usr/src/boot/i386/pmbr/ |
H A D | pmbr.s | 57 # is 60 (3Ch) bytes.
|
/illumos-gate/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 92 #define Ch(b, c, d) (((b) & (c)) ^ ((~b) & (d))) macro 109 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_CONST(i) + w; \ 120 T1 = h + BIGSIGMA1(e) + Ch(e, f, g) + SHA512_CONST(i) + w; \
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | us3_common_asm.S | 574 ldxa [%g0]ASI_EC_CTRL, %o0 ! read Ch/Ch+ E$ control reg
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 5002 1028 0511 PowerEdge Cost Effective RAID Controller ATA100/4Ch 38385 0e11 0295 SATA 6Ch (Bearcat)
|
H A D | usb.ids | 9693 00fa Ch Throttle Quadrant
|