Searched refs:Chaining (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/AST/ |
D | Decl.h | 2257 NamedDecl **Chaining; variable 2263 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH), ChainingSize(CHS) {} in IndirectFieldDecl() 2273 chain_iterator chain_begin() const { return Chaining; } in chain_begin() 2274 chain_iterator chain_end() const { return Chaining+ChainingSize; } in chain_end() 2280 return cast<FieldDecl>(Chaining[ChainingSize - 1]); in getAnonField()
|
/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/llvm/test/Transforms/LoopStrengthReduce/ARM/ |
D | ivchain-ARM.ll | 3 ; @simple is the most basic chain of address induction variables. Chaining
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 2844 SmallVector<NamedDecl*, 2> &Chaining, in InjectAnonymousStructOrUnionMembers() argument 2872 unsigned OldChainingSize = Chaining.size(); in InjectAnonymousStructOrUnionMembers() 2876 Chaining.push_back(*PI); in InjectAnonymousStructOrUnionMembers() 2878 Chaining.push_back(VD); in InjectAnonymousStructOrUnionMembers() 2880 assert(Chaining.size() >= 2); in InjectAnonymousStructOrUnionMembers() 2882 new (SemaRef.Context)NamedDecl*[Chaining.size()]; in InjectAnonymousStructOrUnionMembers() 2883 for (unsigned i = 0; i < Chaining.size(); i++) in InjectAnonymousStructOrUnionMembers() 2884 NamedChain[i] = Chaining[i]; in InjectAnonymousStructOrUnionMembers() 2889 NamedChain, Chaining.size()); in InjectAnonymousStructOrUnionMembers() 2898 Chaining.resize(OldChainingSize); in InjectAnonymousStructOrUnionMembers()
|
/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/icu4c/data/brkitr/ |
D | line_he.txt | 194 # Chaining is disabled with CM because it causes other failures,
|
D | line_ja.txt | 194 # Chaining is disabled with CM because it causes other failures,
|
D | line.txt | 189 # Chaining is disabled with CM because it causes other failures,
|
D | line_fi.txt | 192 # Chaining is disabled with CM because it causes other failures,
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 882 FD->Chaining = new (Reader.getContext())NamedDecl*[FD->ChainingSize]; in VisitIndirectFieldDecl() 885 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…
|