Searched defs:RD1 (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/http/
H A Dmd4.cc68 #define RD1(a,b,c,d,k,s) a += F(b,c,d) + X[k]; a = ROTL(a,s) macro
124 RD1(A,B,C,D, 0,3); RD1(D,A,B,C, 1,7); RD1(C,D,A,B, 2,11); RD1(B,C,D,A, 3,19);
125 RD1(A,B,C,D, 4,3); RD1(D,A,B,C, 5,7); RD1(C,D,A,B, 6,11); RD1(B,C,D,A, 7,19);
126 RD1(
[all...]
/external/chromium_org/net/http/
H A Dmd4.cc68 #define RD1(a,b,c,d,k,s) a += F(b,c,d) + X[k]; a = ROTL(a,s) macro
124 RD1(A,B,C,D, 0,3); RD1(D,A,B,C, 1,7); RD1(C,D,A,B, 2,11); RD1(B,C,D,A, 3,19);
125 RD1(A,B,C,D, 4,3); RD1(D,A,B,C, 5,7); RD1(C,D,A,B, 6,11); RD1(B,C,D,A, 7,19);
126 RD1(
[all...]
/external/clang/lib/Sema/
H A DSemaChecking.cpp6924 RecordDecl *RD1,
6927 if (const CXXRecordDecl *D1CXX = dyn_cast<CXXRecordDecl>(RD1)) {
6954 Field1 = RD1->field_begin(),
6955 Field1End = RD1->field_end();
6969 RecordDecl *RD1,
6978 for (RecordDecl::field_iterator Field1 = RD1->field_begin(),
6979 Field1End = RD1->field_end();
7000 bool isLayoutCompatible(ASTContext &C, RecordDecl *RD1, RecordDecl *RD2) { argument
7001 if (RD1->isUnion() != RD2->isUnion())
7004 if (RD1
6923 isLayoutCompatibleStruct(ASTContext &C, RecordDecl *RD1, RecordDecl *RD2) argument
6968 isLayoutCompatibleUnion(ASTContext &C, RecordDecl *RD1, RecordDecl *RD2) argument
[all...]

Completed in 243 milliseconds