Home
last modified time | relevance | path

Searched refs:Ch (Results 1 – 25 of 66) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DConvertEBCDIC.cpp78 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()
119 Ch = Ch & 0xbf; in convertToUTF8()
[all …]
H A DBase64.cpp12 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 Dsha256-c64xplus.pl43 ($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 Dsha512-armv4.pl531 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 Dstrftime.c226 # 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 DSubtargetFeature.h204 char Ch = Feature[0]; in hasFlag() local
206 return Ch == '+' || Ch =='-'; in hasFlag()
218 char Ch = Feature[0]; in isEnabled() local
220 return Ch == '+'; in isEnabled()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DCBufferDataLayout.cpp31 uint32_t Ch = Offset & (RowAlign - 1); in getElementLegacyOffset() local
32 return std::make_pair((Offset - Ch) / RowAlign, Ch); in getElementLegacyOffset()
/freebsd/contrib/ldns/
H A Dsha2.c198 #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()
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] + \
757 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in ldns_sha512_Transform()
[all …]
/freebsd/sys/crypto/openssl/arm/
H A Dsha256-armv4.S164 eor r2,r2,r10 @ Ch(e,f,g)
222 eor r2,r2,r9 @ Ch(e,f,g)
280 eor r2,r2,r8 @ Ch(e,f,g)
338 eor r2,r2,r7 @ Ch(e,f,g)
396 eor r2,r2,r6 @ Ch(e,f,g)
454 eor r2,r2,r5 @ Ch(e,f,g)
512 eor r2,r2,r4 @ Ch(e,f,g)
686 eor r2,r2,r9 @ Ch(e,f,g)
744 eor r2,r2,r8 @ Ch(e,f,g)
802 eor r2,r2,r7 @ Ch(e,f,g)
[all …]
/freebsd/sys/contrib/openzfs/module/icp/asm-arm/sha2/
H A Dsha256-armv7.S119 eor r2,r2,r10 @ Ch(e,f,g)
177 eor r2,r2,r9 @ Ch(e,f,g)
235 eor r2,r2,r8 @ Ch(e,f,g)
293 eor r2,r2,r7 @ Ch(e,f,g)
351 eor r2,r2,r6 @ Ch(e,f,g)
409 eor r2,r2,r5 @ Ch(e,f,g)
467 eor r2,r2,r4 @ Ch(e,f,g)
641 eor r2,r2,r9 @ Ch(e,f,g)
699 eor r2,r2,r8 @ Ch(e,f,g)
757 eor r2,r2,r7 @ Ch(e,f,g)
[all …]
H A Dsha512-armv7.S213 eor r10,r10,r12 @ Ch(e,f,g)
353 eor r10,r10,r12 @ 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)
751 vbsl d29,d23,d16 @ Ch(e,f,g)
788 vbsl d29,d22,d23 @ Ch(e,f,g)
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.cpp26 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 Dsha512.c190 #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 Dsha2.c169 #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 DAArch64A57FPLoadBalancing.cpp420 Chain *Ch = *--I; in getAndEraseNext() local
422 return Ch; in getAndEraseNext()
426 Chain *Ch = *I; in getAndEraseNext() local
428 return Ch; in getAndEraseNext()
433 Chain *Ch = L.front(); in getAndEraseNext() local
435 return Ch; in getAndEraseNext()
/freebsd/tools/tools/ath/athprom/
H A Deeprom-1433 | TxRxAttenuation Ch 0 $txRxAttenCh0 |
34 | TxRxAttenuation Ch 1 $txRxAttenCh1 |
35 | TxRxAttenuation Ch 2 $txRxAttenCh2 |
/freebsd/sys/cddl/boot/zfs/
H A Dsha256.c47 #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 DCharInfo.h175 LLVM_READONLY inline auto escapeCStyle(CharT Ch) -> StringRef {
176 switch (Ch) {
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h33 #define SHORT_TOKEN(Name, Ch) Name, argument
/freebsd/contrib/wpa/src/crypto/
H A Dsha256-internal.c71 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
107 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in sha256_compress()
H A Dsha512-internal.c92 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
137 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 Dsha256.c142 # 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 Dpc2-key.pem14 Ch/nRuwmtu8qJlcN6aYBAdUn/Z95Qy5gKmL0hW7qJ5+kgwLJZEdLQ+xIHBdnWjdP
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/
H A Dhash_sha256_cp.c74 #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 Dhash_sha512_cp.c90 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
100 h += S1(e) + Ch(e, f, g) + k; \

123