/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ConvertEBCDIC.cpp | 78 unsigned char Ch = *Ptr++; in convertToEBCDIC() local 80 if (Ch >= 128) { in convertToEBCDIC() 82 if (Ch != 0xc2 && Ch != 0xc3) in convertToEBCDIC() 91 Ch = Ch2 | (Ch << 6); in convertToEBCDIC() 95 Ch = Table[Ch]; in convertToEBCDIC() 96 Result.push_back(static_cast<char>(Ch)); in convertToEBCDIC() 111 unsigned char Ch = *Ptr++; in convertToUTF8() local 113 Ch = Table[Ch]; in convertToUTF8() 115 if (Ch >= 128) { in convertToUTF8() 117 Result.push_back(static_cast<char>(0xc0 | (Ch >> 6))); in convertToUTF8() [all …]
|
H A D | Base64.cpp | 12 static char decodeBase64Byte(uint8_t Ch) { in decodeBase64Byte() argument 32 if (Ch >= sizeof(DecodeTable)) in decodeBase64Byte() 34 return DecodeTable[Ch]; in decodeBase64Byte()
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha256-c64xplus.pl | 43 ($Maj,$Ch)=($T2,"B6"); 128 || AND $F,$E,$Ch 133 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g) 145 || ADD $Ch,$T1,$T1 ; T1 += Ch(e,f,g) 165 || AND $F,$E,$Ch 171 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g) 184 || ADD $Ch,$T1,$T1 ; T1 += Ch(e,f,g) 219 || AND $F,$E,$Ch 225 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g) 238 || ADD $Ch,$T1,$T1 ; T1 += Ch(e,f,g)
|
H A D | sha512-armv4.pl | 531 my ($t0,$t1,$t2,$T1,$K,$Ch,$Maj)=map("d$_",(24..31)); # temps 548 vmov $Ch,$e 554 vbsl $Ch,$f,$g @ Ch(e,f,g) 557 vadd.i64 $T1,$Ch,$h
|
/freebsd/contrib/diff/lib/ |
H A D | strftime.c | 226 # define TOUPPER(Ch, L) __towupper_l (Ch, L) argument 227 # define TOLOWER(Ch, L) __towlower_l (Ch, L) argument 229 # define TOUPPER(Ch, L) towupper (Ch) argument 230 # define TOLOWER(Ch, L) towlower (Ch) argument 235 # define TOUPPER(Ch, L) __toupper_l (Ch, L) argument 236 # define TOLOWER(Ch, L) __tolower_l (Ch, L) argument 238 # define TOUPPER(Ch, L) toupper (Ch) argument 239 # define TOLOWER(Ch, L) tolower (Ch) argument 242 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) argument 243 # define TOLOWER(Ch, L) (isupper (Ch) ? tolower (Ch) : (Ch)) argument [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | SubtargetFeature.h | 204 char Ch = Feature[0]; 206 return Ch == '+' || Ch =='-'; 218 char Ch = Feature[0]; in StripFlag() 220 return Ch == '+'; 211 char Ch = Feature[0]; hasFlag() local 225 char Ch = Feature[0]; isEnabled() local
|
/freebsd/contrib/ldns/ |
H A D | sha2.c | 198 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro 332 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 342 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 355 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \ 444 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in ldns_sha256_Transform() 447 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in ldns_sha256_Transform() 470 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in ldns_sha256_Transform() 650 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \ 660 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \ 673 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | CBufferDataLayout.cpp | 31 uint32_t Ch = Offset & (RowAlign - 1); in getElementLegacyOffset() local 32 return std::make_pair((Offset - Ch) / RowAlign, Ch); in getElementLegacyOffset()
|
/freebsd/sys/contrib/openzfs/module/icp/asm-arm/sha2/ |
H A D | sha256-armv7.S | 119 eor r2,r2,r10 @ Ch(e,f,g) 121 add r11,r11,r2 @ h+=Ch(e,f,g) 177 eor r2,r2,r9 @ Ch(e,f,g) 179 add r10,r10,r2 @ h+=Ch(e,f,g) 235 eor r2,r2,r8 @ Ch(e,f,g) 237 add r9,r9,r2 @ h+=Ch(e,f,g) 293 eor r2,r2,r7 @ Ch(e,f,g) 295 add r8,r8,r2 @ h+=Ch(e,f,g) 351 eor r2,r2,r6 @ Ch(e,f,g) 353 add r7,r7,r2 @ h+=Ch(e,f,g) [all …]
|
H A D | sha512-armv7.S | 213 eor r10,r10,r12 @ Ch(e,f,g) 218 adc r4,r4,r10 @ T += Ch(e,f,g) 353 eor r10,r10,r12 @ Ch(e,f,g) 358 adc r4,r4,r10 @ T += Ch(e,f,g) 529 vbsl d29,d21,d22 @ Ch(e,f,g) 566 vbsl d29,d20,d21 @ Ch(e,f,g) 603 vbsl d29,d19,d20 @ Ch(e,f,g) 640 vbsl d29,d18,d19 @ Ch(e,f,g) 677 vbsl d29,d17,d18 @ Ch(e,f,g) 714 vbsl d29,d16,d17 @ Ch(e,f,g) [all …]
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | sha256-armv4.S | 164 eor r2,r2,r10 @ Ch(e,f,g) 166 add r11,r11,r2 @ h+=Ch(e,f,g) 222 eor r2,r2,r9 @ Ch(e,f,g) 224 add r10,r10,r2 @ h+=Ch(e,f,g) 280 eor r2,r2,r8 @ Ch(e,f,g) 282 add r9,r9,r2 @ h+=Ch(e,f,g) 338 eor r2,r2,r7 @ Ch(e,f,g) 340 add r8,r8,r2 @ h+=Ch(e,f,g) 396 eor r2,r2,r6 @ Ch(e,f,g) 398 add r7,r7,r2 @ h+=Ch(e,f,g) [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | WindowsResourceDumper.cpp | 26 for (UTF16 Ch : UTF16Str) { in stripUTF16() local 29 uint16_t ChValue = support::endian::byte_swap(Ch, llvm::endianness::little); in stripUTF16()
|
/freebsd/contrib/unbound/compat/ |
H A D | sha512.c | 190 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro 293 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform() 296 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform() 319 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | sha2.c | 169 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro 370 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \ 381 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \ 468 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256Transform() 490 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256Transform() 650 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \ 662 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \ 749 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512Transform() 771 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512Transform()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64A57FPLoadBalancing.cpp | 420 Chain *Ch = *--I; in getAndEraseNext() 422 return Ch; in getAndEraseNext() 426 Chain *Ch = *I; in getAndEraseNext() 428 return Ch; in getAndEraseNext() 433 Chain *Ch = L.front(); in getAndEraseNext() 435 return Ch; in getAndEraseNext() 421 Chain *Ch = *--I; getAndEraseNext() local 427 Chain *Ch = *I; getAndEraseNext() local 434 Chain *Ch = L.front(); getAndEraseNext() local
|
/freebsd/tools/tools/ath/athprom/ |
H A D | eeprom-14 | 33 | TxRxAttenuation Ch 0 $txRxAttenCh0 | 34 | TxRxAttenuation Ch 1 $txRxAttenCh1 | 35 | TxRxAttenuation Ch 2 $txRxAttenCh2 |
|
/freebsd/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()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CharInfo.h | 191 LLVM_READONLY inline auto escapeCStyle(CharT Ch) -> StringRef { 192 switch (Ch) {
|
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsResource/ |
H A D | ResourceScriptToken.h | 33 #define SHORT_TOKEN(Name, Ch) Name, argument
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | sha256-internal.c | 71 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro 104 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in sha256_compress()
|
H A D | sha512-internal.c | 92 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro 134 t0 = S[7] + Sigma1(S[4]) + Ch(S[4], S[5], S[6]) + K[i] + W[i]; in sha512_compress()
|
/freebsd/crypto/openssl/crypto/sha/ |
H A D | sha256.c | 142 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro 169 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i]; in sha256_block_data_order() 188 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i]; in sha256_block_data_order() 215 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
|
/freebsd/crypto/openssl/test/certs/ |
H A D | pc2-key.pem | 14 Ch/nRuwmtu8qJlcN6aYBAdUn/Z95Qy5gKmL0hW7qJ5+kgwLJZEdLQ+xIHBdnWjdP
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/ |
H A D | hash_sha256_cp.c | 74 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro 84 h += S1(e) + Ch(e, f, g) + k; \
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/ |
H A D | hash_sha512_cp.c | 90 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro 100 h += S1(e) + Ch(e, f, g) + k; \
|