| /freebsd-12-stable/crypto/openssl/crypto/sha/asm/ |
| D | sha256-c64xplus.pl | 44 ($Maj,$Ch)=($T2,"B6"); 129 || AND $F,$E,$Ch 134 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g) 146 || ADD $Ch,$T1,$T1 ; T1 += Ch(e,f,g) 166 || AND $F,$E,$Ch 172 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g) 185 || ADD $Ch,$T1,$T1 ; T1 += Ch(e,f,g) 220 || AND $F,$E,$Ch 226 || XOR $t2e,$Ch,$Ch ; Ch(e,f,g) = (e&f)^(~e&g) 239 || ADD $Ch,$T1,$T1 ; T1 += Ch(e,f,g)
|
| D | sha512-armv4.pl | 519 my ($t0,$t1,$t2,$T1,$K,$Ch,$Maj)=map("d$_",(24..31)); # temps 536 vmov $Ch,$e 542 vbsl $Ch,$f,$g @ Ch(e,f,g) 545 vadd.i64 $T1,$Ch,$h
|
| /freebsd-12-stable/contrib/diff/lib/ |
| 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-12-stable/contrib/gcclibs/libmudflap/ |
| D | ChangeLog | 17 2006-06-21 Frank Ch. Eigler <fche@redhat.com> 85 2005-09-23 Frank Ch. Eigler <fche@elastic.org> 90 2005-09-23 Frank Ch. Eigler <fche@elastic.org> 181 2005-06-15 Frank Ch. Eigler <fche@redhat.com> 193 2005-06-14 Frank Ch. Eigler <fche@redhat.com> 199 2005-06-14 Frank Ch. Eigler <fche@redhat.com> 204 2005-06-14 Frank Ch. Eigler <fche@redhat.com> 218 2005-04-12 Frank Ch. Eigler <fche@redhat.com> 250 2005-03-17 Frank Ch. Eigler <fche@redhat.com> 255 2005-02-13 Frank Ch. Eigler <fche@redhat.com> [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| D | SubtargetFeature.h | 211 char Ch = Feature[0]; in hasFlag() local 213 return Ch == '+' || Ch =='-'; in hasFlag() 225 char Ch = Feature[0]; in isEnabled() local 227 return Ch == '+'; in isEnabled()
|
| /freebsd-12-stable/contrib/ldns/ |
| 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() 646 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \ 656 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \ 669 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \ [all …]
|
| /freebsd-12-stable/contrib/apr/random/unix/ |
| D | sha2.c | 131 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro 212 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 222 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \ 235 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \ 322 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in apr__SHA256_Transform() 325 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in apr__SHA256_Transform() 348 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in apr__SHA256_Transform()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| D | WindowsResourceDumper.cpp | 26 for (UTF16 Ch : UTF16Str) { in stripUTF16() local 29 uint16_t ChValue = support::endian::byte_swap(Ch, support::little); in stripUTF16()
|
| /freebsd-12-stable/crypto/openssh/openbsd-compat/ |
| 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-12-stable/contrib/unbound/compat/ |
| 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-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64A57FPLoadBalancing.cpp | 421 Chain *Ch = *--I; in getAndEraseNext() local 423 return Ch; in getAndEraseNext() 427 Chain *Ch = *I; in getAndEraseNext() local 429 return Ch; in getAndEraseNext() 434 Chain *Ch = L.front(); in getAndEraseNext() local 436 return Ch; in getAndEraseNext()
|
| /freebsd-12-stable/tools/tools/ath/athprom/ |
| D | eeprom-14 | 34 | TxRxAttenuation Ch 0 $txRxAttenCh0 | 35 | TxRxAttenuation Ch 1 $txRxAttenCh1 | 36 | TxRxAttenuation Ch 2 $txRxAttenCh2 |
|
| /freebsd-12-stable/sys/dev/rp/ |
| D | rp.c | 347 Byte_t Ch; /* channel number within AIOP */ in sFlushRxFIFO() local 362 Ch = (Byte_t)sGetChanNum(ChP); in sFlushRxFIFO() 363 rp_writech1(ChP,_CMD_REG,Ch | RESRXFCNT); /* apply reset Rx FIFO count */ in sFlushRxFIFO() 364 rp_writech1(ChP,_CMD_REG,Ch); /* remove reset Rx FIFO count */ in sFlushRxFIFO() 390 Byte_t Ch; /* channel number within AIOP */ in sFlushTxFIFO() local 405 Ch = (Byte_t)sGetChanNum(ChP); in sFlushTxFIFO() 406 rp_writech1(ChP,_CMD_REG,Ch | RESTXFCNT); /* apply reset Tx FIFO count */ in sFlushTxFIFO() 407 rp_writech1(ChP,_CMD_REG,Ch); /* remove reset Tx FIFO count */ in sFlushTxFIFO()
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | ChangeLog.tree-ssa | 93 2004-01-30 Frank Ch. Eigler <fche@redhat.com> 102 2004-01-08 Frank Ch. Eigler <fche@redhat.com> 160 2003-11-20 Frank Ch. Eigler <fche@redhat.com> 299 2003-06-13 Frank Ch. Eigler <fche@redhat.com> 310 2003-06-05 Frank Ch. Eigler <fche@redhat.com> 315 2003-06-05 Frank Ch. Eigler <fche@redhat.com> 380 2003-02-28 Frank Ch. Eigler <fche@redhat.com> 403 2003-01-29 Frank Ch. Eigler <fche@redhat.com> 446 2003-01-13 Frank Ch. Eigler <fche@redhat.com>
|
| /freebsd-12-stable/sys/cddl/boot/zfs/ |
| 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-12-stable/contrib/wpa/src/crypto/ |
| D | sha256-internal.c | 71 #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()
|
| D | sha512-internal.c | 92 #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-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/Disassembler/ |
| D | M68kDisassembler.cpp | 155 char Ch = IsClear ? '0' : '1'; in dump() local 156 dbgs() << Ch; in dump() 241 char Ch = IsMasked ? '?' : (IsClear ? '0' : '1'); in dump() local 242 dbgs() << Ch; in dump()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/WindowsResource/ |
| D | ResourceScriptToken.h | 33 #define SHORT_TOKEN(Name, Ch) Name, argument
|
| /freebsd-12-stable/crypto/openssl/crypto/sha/ |
| D | sha256.c | 163 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro 190 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i]; in sha256_block_data_order() 209 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i]; in sha256_block_data_order() 236 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
|
| D | sha512.c | 492 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro 530 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order() 543 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order() 588 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; in sha512_block_data_order() 607 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; in sha512_block_data_order() 634 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
|
| /freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/ |
| 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-12-stable/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/ |
| 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; \
|
| /freebsd-12-stable/sys/crypto/sha2/ |
| D | sha256c.c | 103 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro 114 h += S1(e) + Ch(e, f, g) + k; \
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeVectorTypes.cpp | 1693 SDValue Ch = LD->getChain(); in SplitVecRes_LOAD() local 1711 Lo = DAG.getLoad(ISD::UNINDEXED, ExtType, LoVT, dl, Ch, Ptr, Offset, in SplitVecRes_LOAD() 1718 Hi = DAG.getLoad(ISD::UNINDEXED, ExtType, HiVT, dl, Ch, Ptr, Offset, MPI, in SplitVecRes_LOAD() 1723 Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1), in SplitVecRes_LOAD() 1728 ReplaceValueWith(SDValue(LD, 1), Ch); in SplitVecRes_LOAD() 1738 SDValue Ch = MLD->getChain(); in SplitVecRes_MLOAD() local 1775 Lo = DAG.getMaskedLoad(LoVT, dl, Ch, Ptr, Offset, MaskLo, PassThruLo, LoMemVT, in SplitVecRes_MLOAD() 1800 Hi = DAG.getMaskedLoad(HiVT, dl, Ch, Ptr, Offset, MaskHi, PassThruHi, in SplitVecRes_MLOAD() 1807 Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1), in SplitVecRes_MLOAD() 1812 ReplaceValueWith(SDValue(MLD, 1), Ch); in SplitVecRes_MLOAD() [all …]
|