Searched refs:Chaining (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/AST/ |
D | Decl.h | 2241 NamedDecl **Chaining; variable 2247 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH), ChainingSize(CHS) {} in IndirectFieldDecl() 2257 chain_iterator chain_begin() const { return Chaining; } in chain_begin() 2258 chain_iterator chain_end() const { return Chaining+ChainingSize; } in chain_end() 2264 return cast<FieldDecl>(Chaining[ChainingSize - 1]); in getAnonField()
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
D | des.pod | 60 program, Cipher Block Chaining (the default) and Electronic Code Book
|
/external/openssl/crypto/des/ |
D | des.pod | 60 program, Cipher Block Chaining (the default) and Electronic Code Book
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | ivchain-X86.ll | 4 ; @simple is the most basic chain of address induction variables. Chaining
|
/external/libogg/doc/ |
D | rfc3533.txt | 233 "Chaining"). Grouping defines how to interleave several logical 237 bitstreams. Chaining on the other hand, is defined to provide a
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 3344 SmallVectorImpl<NamedDecl *> &Chaining, in InjectAnonymousStructOrUnionMembers() argument 3372 unsigned OldChainingSize = Chaining.size(); in InjectAnonymousStructOrUnionMembers() 3376 Chaining.push_back(*PI); in InjectAnonymousStructOrUnionMembers() 3378 Chaining.push_back(VD); in InjectAnonymousStructOrUnionMembers() 3380 assert(Chaining.size() >= 2); in InjectAnonymousStructOrUnionMembers() 3382 new (SemaRef.Context)NamedDecl*[Chaining.size()]; in InjectAnonymousStructOrUnionMembers() 3383 for (unsigned i = 0; i < Chaining.size(); i++) in InjectAnonymousStructOrUnionMembers() 3384 NamedChain[i] = Chaining[i]; in InjectAnonymousStructOrUnionMembers() 3389 NamedChain, Chaining.size()); in InjectAnonymousStructOrUnionMembers() 3398 Chaining.resize(OldChainingSize); in InjectAnonymousStructOrUnionMembers()
|
/external/icu4c/data/brkitr/ |
D | line_fi.txt | 199 # Chaining is disabled with CM because it causes other failures,
|
D | line.txt | 196 # Chaining is disabled with CM because it causes other failures,
|
D | line_ja.txt | 196 # Chaining is disabled with CM because it causes other failures,
|
/external/llvm/test/Transforms/LoopStrengthReduce/ARM/ |
D | ivchain-ARM.ll | 3 ; @simple is the most basic chain of address induction variables. Chaining
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 923 FD->Chaining = new (Reader.getContext())NamedDecl*[FD->ChainingSize]; in VisitIndirectFieldDecl() 926 FD->Chaining[I] = ReadDeclAs<NamedDecl>(Record, Idx); in VisitIndirectFieldDecl()
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 781 CBC or Cipher Block Chaining mode is a simple mode designed to prevent trivial forms of replay and … 1098 The F8 Chaining mode (see RFC 3711 for instance) is yet another chaining mode for block ciphers. I…
|