Searched defs:CH (Results 1 - 14 of 14) sorted by relevance

/external/avb/libavb/
H A Davb_sha256.c43 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
73 t1 = wv[h] + SHA256_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) + sha256_k[j] + \
154 t1 = wv[7] + SHA256_F2(wv[4]) + CH(wv[4], wv[5], wv[6]) + sha256_k[j] +
H A Davb_sha512.c43 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
87 t1 = wv[h] + SHA512_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) + sha512_k[j] + \
302 t1 = wv[7] + SHA512_F2(wv[4]) + CH(wv[4], wv[5], wv[6]) + sha512_k[j] +
/external/vboot_reference/firmware/2lib/
H A D2sha256.c45 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
79 t1 = wv[h] + SHA256_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) \
161 t1 = wv[7] + SHA256_F2(wv[4]) + CH(wv[4], wv[5], wv[6])
H A D2sha512.c45 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
95 t1 = wv[h] + SHA512_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) \
257 t1 = wv[7] + SHA512_F2(wv[4]) + CH(wv[4], wv[5], wv[6])
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
H A DRegionCode.java37 static final String CH = "CH"; field in class:RegionCode
/external/vboot_reference/firmware/lib/cryptolib/
H A Dsha256.c46 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
80 t1 = wv[h] + SHA256_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) \
158 t1 = wv[7] + SHA256_F2(wv[4]) + CH(wv[4], wv[5], wv[6])
H A Dsha512.c46 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
96 t1 = wv[h] + SHA512_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) \
246 t1 = wv[7] + SHA512_F2(wv[4]) + CH(wv[4], wv[5], wv[6])
/external/mmc-utils/3rdparty/hmac_sha/
H A Dsha2.c49 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
118 t1 = wv[h] + SHA256_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) \
127 t1 = wv[h] + SHA512_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) \
246 t1 = wv[7] + SHA256_F2(wv[4]) + CH(wv[4], wv[5], wv[6])
458 t1 = wv[7] + SHA512_F2(wv[4]) + CH(wv[4], wv[5], wv[6])
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp442 SDValue LL, LH, RL, RH, CL, CH; local
448 CL = CH = Cond;
456 CH = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, VCondTy, Cond,
461 Hi = DAG.getNode(N->getOpcode(), dl, LH.getValueType(), CH, LH, RH);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp525 SDValue LL, LH, RL, RH, CL, CH; local
531 CL = CH = Cond;
536 GetSplitVector(Cond, CL, CH);
538 std::tie(CL, CH) = DAG.SplitVector(Cond, dl);
542 Hi = DAG.getNode(N->getOpcode(), dl, LH.getValueType(), CH, LH, RH);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1160 SDValue CH = CurDAG->getEntryNode(); local
1161 SDValue Ops[] = { CurDAG->getCopyFromReg(CH, DL, AR, MVT::i32), FI, Zero };
/external/clang/lib/AST/
H A DDecl.cpp4097 MutableArrayRef<NamedDecl *> CH)
4098 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH.data()),
4099 ChainingSize(CH.size()) {
4109 llvm::MutableArrayRef<NamedDecl *> CH) {
4110 return new (C, DC) IndirectFieldDecl(C, DC, L, Id, T, CH);
4094 IndirectFieldDecl(ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName N, QualType T, MutableArrayRef<NamedDecl *> CH) argument
4107 Create(ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, QualType T, llvm::MutableArrayRef<NamedDecl *> CH) argument
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h484 CH = 6, member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind::PointerMode::PointerOptions::PointerToMemberRepresentation::VFTableSlotKind::WindowsRTClassKind::ExportFlags::RegisterId
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h102 #define CH ch macro
164 #define CH %ch macro
831 #define B_CH CH

Completed in 932 milliseconds