Home
last modified time | relevance | path

Searched refs:Chaining (Results 1 – 12 of 12) sorted by relevance

/external/clang/include/clang/AST/
DDecl.h2257 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/
Ddes.pod60 program, Cipher Block Chaining (the default) and Electronic Code Book
/external/llvm/test/Transforms/LoopStrengthReduce/X86/
Divchain-X86.ll4 ; @simple is the most basic chain of address induction variables. Chaining
/external/llvm/test/Transforms/LoopStrengthReduce/ARM/
Divchain-ARM.ll3 ; @simple is the most basic chain of address induction variables. Chaining
/external/clang/lib/Sema/
DSemaDecl.cpp2844 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/
Drfc3533.txt233 "Chaining"). Grouping defines how to interleave several logical
237 bitstreams. Chaining on the other hand, is defined to provide a
/external/icu4c/data/brkitr/
Dline_he.txt194 # Chaining is disabled with CM because it causes other failures,
Dline_ja.txt194 # Chaining is disabled with CM because it causes other failures,
Dline.txt189 # Chaining is disabled with CM because it causes other failures,
Dline_fi.txt192 # Chaining is disabled with CM because it causes other failures,
/external/clang/lib/Serialization/
DASTReaderDecl.cpp882 FD->Chaining = new (Reader.getContext())NamedDecl*[FD->ChainingSize]; in VisitIndirectFieldDecl()
885 FD->Chaining[I] = ReadDeclAs<NamedDecl>(Record, Idx); in VisitIndirectFieldDecl()
/external/dropbear/libtomcrypt/
Dcrypt.tex781 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…