/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceMangling.cpp | 54 char Ch = OldName[Last]; in incrementSubstitutions() local 85 char Ch = OldName[OldPos + Offset]; in incrementSubstitutions() local
|
/third_party/json/tests/thirdparty/Fuzzer/test/ |
D | StrncmpOOBTest.cpp | 16 const char *Ch = reinterpret_cast<const char *>(Data); in LLVMFuzzerTestOneInput() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/WindowsResource/ |
D | ResourceScriptToken.h | 33 #define SHORT_TOKEN(Name, Ch) Name, argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | SubtargetFeature.h | 211 char Ch = Feature[0]; in hasFlag() local 225 char Ch = Feature[0]; in isEnabled() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64A57FPLoadBalancing.cpp | 421 Chain *Ch = *--I; in getAndEraseNext() local 427 Chain *Ch = *I; in getAndEraseNext() local 434 Chain *Ch = L.front(); in getAndEraseNext() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | sha512-internal.c | 92 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
|
D | sha256-internal.c | 71 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | sha512-internal.c | 92 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
|
D | sha256-internal.c | 71 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
|
/third_party/FreeBSD/sys/crypto/sha2/ |
D | sha256c.c | 102 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
|
/third_party/ffmpeg/libavutil/ |
D | sha512.c | 93 #define Ch(x,y,z) (((x) & ((y) ^ (z))) ^ (z)) macro
|
D | sha.c | 176 #define Ch(x,y,z) (((x) & ((y) ^ (z))) ^ (z)) macro
|
/third_party/openssl/crypto/sha/ |
D | sha256.c | 142 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
D | sha512.c | 479 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
/third_party/node/deps/openssl/openssl/crypto/sha/ |
D | sha256.c | 142 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
D | sha512.c | 479 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
|
/third_party/musl/src/crypt/ |
D | crypt_sha256.c | 25 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
|
D | crypt_sha512.c | 26 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
|
/third_party/f2fs-tools/tools/ |
D | sha512.c | 84 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 383 SDValue Ch = DAG.getStore( in PerformInsertVectorEltInMemory() local 743 SDValue Ch; in LegalizeLoadOps() local 783 SDValue Lo, Hi, Ch; in LegalizeLoadOps() local 1301 SDValue StackPtr, Ch; in ExpandExtractFromVectorThroughStack() local 1380 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, Vec, StackPtr, PtrInfo); in ExpandInsertToVectorThroughStack() local 1800 SDValue Ch = DAG.getTruncStore( in ExpandSCALAR_TO_VECTOR() local
|
D | LegalizeVectorTypes.cpp | 1501 SDValue Ch = LD->getChain(); in SplitVecRes_LOAD() local 1538 SDValue Ch = MLD->getChain(); in SplitVecRes_MLOAD() local 1607 SDValue Ch = MGT->getChain(); in SplitVecRes_MGATHER() local 2116 SDValue Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1), in SplitVecOp_UnaryOp() local 2241 SDValue Ch = MGT->getChain(); in SplitVecOp_MGATHER() local 2309 SDValue Ch = N->getChain(); in SplitVecOp_MSTORE() local 2370 SDValue Ch = N->getChain(); in SplitVecOp_MSCATTER() local 2437 SDValue Ch = N->getChain(); in SplitVecOp_STORE() local
|
/third_party/lzma/C/ |
D | Sha256.c | 140 #define Ch(x,y,z) (z^(x&(y^z))) macro
|
/third_party/curl/lib/ |
D | sha256.c | 337 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
|
/third_party/json/tests/thirdparty/Fuzzer/ |
D | FuzzerDriver.cpp | 122 char Ch = Str[i]; in MyStol() local
|
/third_party/python/Modules/ |
D | sha256module.c | 119 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
|