Home
last modified time | relevance | path

Searched defs:Ch (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceMangling.cpp54 char Ch = OldName[Last]; in incrementSubstitutions() local
85 char Ch = OldName[OldPos + Offset]; in incrementSubstitutions() local
/third_party/json/tests/thirdparty/Fuzzer/test/
DStrncmpOOBTest.cpp16 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/
DResourceScriptToken.h33 #define SHORT_TOKEN(Name, Ch) Name, argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DSubtargetFeature.h211 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/
DAArch64A57FPLoadBalancing.cpp421 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/
Dsha512-internal.c92 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
Dsha256-internal.c71 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dsha512-internal.c92 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
Dsha256-internal.c71 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
/third_party/FreeBSD/sys/crypto/sha2/
Dsha256c.c102 #define Ch(x, y, z) ((x & (y ^ z)) ^ z) macro
/third_party/ffmpeg/libavutil/
Dsha512.c93 #define Ch(x,y,z) (((x) & ((y) ^ (z))) ^ (z)) macro
Dsha.c176 #define Ch(x,y,z) (((x) & ((y) ^ (z))) ^ (z)) macro
/third_party/openssl/crypto/sha/
Dsha256.c142 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
Dsha512.c479 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/third_party/node/deps/openssl/openssl/crypto/sha/
Dsha256.c142 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
Dsha512.c479 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/third_party/musl/src/crypt/
Dcrypt_sha256.c25 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
Dcrypt_sha512.c26 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
/third_party/f2fs-tools/tools/
Dsha512.c84 #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/
DLegalizeDAG.cpp383 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
DLegalizeVectorTypes.cpp1501 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/
DSha256.c140 #define Ch(x,y,z) (z^(x&(y^z))) macro
/third_party/curl/lib/
Dsha256.c337 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerDriver.cpp122 char Ch = Str[i]; in MyStol() local
/third_party/python/Modules/
Dsha256module.c119 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro

12