Searched defs:it (Results 1 - 25 of 66) sorted by last modified time

123

/frameworks/native/opengl/libagl/
H A Dprimitives.cpp31 int32_t* it, int32_t c0, int32_t c1, int32_t c2);
280 // can't handle it.
303 int compute_iterators_t::iteratorsScale(GGLfixed* it, argument
325 it[0] = c;
326 it[1] = dcdx;
327 it[2] = dcdy;
331 void compute_iterators_t::iterators1616(GGLfixed* it, argument
342 it[0] = c;
343 it[1] = dcdx;
344 it[
347 iterators0032(int64_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
362 iterators0032(int32_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
368 iterators0032(int32_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp229 Region::const_iterator it = reg.begin(); local
231 while (it != end) {
232 out.orSelf(transform(*it++));
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h103 bfs_iterator it = bfs_iterator(BinaryTreeBase<Input>::m_Root.node.left); local
104 if (it.isGroup())
105 ++it;
106 return it;
114 const_bfs_iterator it = local
116 if (it.isGroup())
117 ++it;
118 return it;
126 dfs_iterator it = dfs_iterator(BinaryTreeBase<Input>::m_Root.node.left); local
127 if (it
137 const_dfs_iterator it = local
160 iterator it = iterator(BinaryTreeBase<Input>::m_Root.node.left); local
169 const_iterator it = const_iterator(BinaryTreeBase<Input>::m_Root.node.left); local
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp149 ArchiveMemberMapType::iterator it = m_ArchiveMemberMap.find(pName); local
150 if (it != m_ArchiveMemberMap.end())
151 return &(it.getEntry()->value());
H A DBranchIsland.cpp101 StubMapType::iterator it = m_StubMap.find(key); local
102 if (it != m_StubMap.end()) {
103 assert(NULL != it.getEntry()->value());
104 return it.getEntry()->value();
H A DGarbageCollection.cpp96 ReachedSectionsTy::iterator it = m_ReachedSections.find(&pSection); local
97 if (it == m_ReachedSections.end())
99 return &it->second;
145 // 2. it has no reloc data. (All symbols in the input relocs are in the
317 // means no referenced between it and other sections, then skip it
325 SectionListTy::iterator it, end = reach_list->end(); local
326 for (it = reach_list->begin(); it != end; ++it) {
[all...]
H A DGroupReader.cpp119 ArchiveListType::iterator it = ar_list.begin(); local
124 for (it = ar_list.begin(); it != end; ++it) {
125 Archive& ar = (*it)->archive;
126 // if --whole-archive is given to this archive, no need to read it again
136 for (it = ar_list.begin(); it != end; ++it) {
137 Archive& ar = (*it)
[all...]
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp138 // create the output symbol if it dose not have one
484 LinkerScript::Assignments::iterator it, ie = script.assignments().end(); local
486 for (it = script.assignments().begin(); it != ie; ++it) {
488 assert((*it).second.symbol().type() == Operand::SYMBOL);
489 const llvm::StringRef symName = (*it).second.symbol().name();
506 switch ((*it).second.type()) {
539 (*it).first = symbol;
555 // 2. it ha
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp74 entry_iterator it, end = m_GOTPLT.end(); local
75 for (it = m_GOTPLT.begin(); it != end; ++it) {
76 AArch64GOTEntry* entry = *it;
89 entry_iterator it, end = m_GOT.end(); local
90 for (it = m_GOT.begin(); it != end; ++it) {
91 AArch64GOTEntry* entry = *it;
[all...]
H A DAArch64PLT.cpp110 AArch64PLT::iterator it = m_pSectionData->begin(); local
112 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
120 ++it; //skip PLT0
125 while (it != ie) {
126 plt1 = &(llvm::cast<AArch64PLT1>(*it));
141 ++it;
153 iterator it = begin(); local
156 memcpy(buffer, llvm::cast<AArch64PLT0>((*it)).getValue(),
159 ++it;
163 while (it !
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp70 entry_iterator it, end = m_GOTPLT.end(); local
71 for (it = m_GOTPLT.begin(); it != end; ++it) {
72 ARMGOTEntry* entry = *it;
84 entry_iterator it, end = m_GOT.end(); local
85 for (it = m_GOT.begin(); it != end; ++it) {
86 ARMGOTEntry* entry = *it;
[all...]
H A DARMPLT.cpp108 ARMPLT::iterator it = m_pSectionData->begin(); local
110 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
119 ++it; //skip PLT0
124 while (it != ie) {
125 plt1 = &(llvm::cast<ARMPLT1>(*it));
140 ++it;
152 iterator it = begin(); local
155 memcpy(buffer, llvm::cast<ARMPLT0>((*it)).getValue(), ARMPLT0::EntrySize);
157 ++it;
161 while (it !
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOTPLT.cpp51 iterator it = begin(); local
54 ++it;
58 for (; it != end() ; ++it) {
59 llvm::cast<HexagonGOTEntry>(*it).setValue(pPLT.addr());
H A DHexagonLDBackend.cpp159 HexagonPLT::iterator it = m_pPLT->begin(); local
160 unsigned int plt0_size = llvm::cast<PLTEntryBase>((*it)).size();
162 memcpy(buffer, llvm::cast<PLTEntryBase>((*it)).getValue(), plt0_size);
164 ++it;
168 while (it != ie) {
169 plt1 = &(llvm::cast<PLTEntryBase>(*it));
173 ++it;
198 // virtual fillment, ignore it.
339 for (HexagonGOT::iterator it = m_pGOT->begin(),
340 ie = m_pGOT->end(); it !
[all...]
H A DHexagonPLT.cpp78 HexagonPLT::iterator it = begin(); local
79 ++it;
80 if (end() != it) {
82 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it));
138 HexagonPLT::iterator it = m_pSectionData->begin(); local
140 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
149 ++it; //skip PLT0
154 while (it != ie) {
155 plt1 = &(llvm::cast<HexagonPLT1>(*it));
174 ++it;
184 iterator it = begin(); local
[all...]
H A DHexagonRelocator.cpp305 //create PLT for this symbol if it does not have.
425 // change symbol binding to Global if it's a weak symbol
430 // Define the copy symbol in the bss section and resolve it
441 Module::alias_iterator it, it_e = alias_list->end(); local
442 for (it = alias_list->begin(); it != it_e; ++it) {
443 const ResolveInfo *alias = *it;
653 // This is unique since it has a unsigned operand and its truncated
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.cpp43 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) {
44 GOTPLTEntry* got = &(llvm::cast<GOTPLTEntry>((*it)));
71 iterator it = begin(); local
72 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // PLT lazy resolver
73 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // Module pointer
75 for (; it != end(); ++it)
76 llvm::cast<GOTPLTEntry>(*it)
[all...]
H A DMipsPLT.cpp93 iterator it = begin(); local
96 memcpy(buffer, llvm::cast<MipsPLT0>((*it)).getValue(), MipsPLT0::EntrySize);
98 ++it;
101 for (iterator ie = end(); it != ie; ++it) {
102 plta = &(llvm::cast<MipsPLTA>(*it));
132 for (iterator it = m_pSectionData->begin(); it != m_pSectionData->end(); ++it) {
133 PLTEntryBase* plt = &(llvm::cast<PLTEntryBase>(*it));
[all...]
H A DMipsRelocator.cpp189 // and postpone it for later handling.
434 // Create a PLT entry if the symbol requires it and does not have it.
521 // Change symbol binding to Global if it's a weak symbol
526 // Define the copy symbol in the bss section and resolve it
542 for (Module::alias_iterator it = alias_list->begin(), ie = alias_list->end();
543 it != ie; ++it) {
544 const ResolveInfo* alias = *it;
575 for (RelocationSet::iterator it
729 SymPLTMap::const_iterator it = m_SymPLTMap.find(&rsym); local
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp48 iterator it = begin(); local
51 ++it;
54 for (; it != end() ; ++it) {
55 llvm::cast<X86_32GOTEntry>(*it).setValue(plt_addr + 6);
87 iterator it = begin(); local
90 ++it;
93 for (; it != end() ; ++it) {
94 llvm::cast<X86_64GOTEntry>(*it)
[all...]
H A DX86LDBackend.cpp185 X86PLT::iterator it = m_pPLT->begin(); local
186 unsigned int plt0_size = llvm::cast<PLTEntryBase>((*it)).size();
188 memcpy(buffer, llvm::cast<PLTEntryBase>((*it)).getValue(), plt0_size);
190 ++it;
194 while (it != ie) {
195 plt1 = &(llvm::cast<PLTEntryBase>(*it));
199 ++it;
519 for (X86_32GOT::iterator it = m_pGOT->begin(),
520 ie = m_pGOT->end(); it != ie; ++it,
[all...]
H A DX86PLT.cpp105 X86PLT::iterator it = begin(); local
106 ++it;
107 if (end() != it) {
109 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it));
185 X86PLT::iterator it = m_pSectionData->begin(); local
187 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
198 ++it;
204 while (it != ie) {
205 plt1 = &(llvm::cast<PLTEntryBase>(*it));
229 ++it;
271 X86PLT::iterator it = m_pSectionData->begin(); local
[all...]
H A DX86Relocator.cpp255 // change symbol binding to Global if it's a weak symbol
260 // Define the copy symbol in the bss section and resolve it
275 Module::alias_iterator it, it_e=alias_list->end(); local
276 for (it=alias_list->begin(); it!=it_e; ++it) {
277 const ResolveInfo* alias = *it;
538 // emit it into .dynsym
566 // create plt for this symbol if it does not have one
622 // if symbol is defined in the ouput file and it'
[all...]
/frameworks/compile/mclinker/unittests/
H A DBinTreeTest.cpp22 // create testee. modify it if need
290 BinaryTree<int>::iterator it = m_pTestee->begin(); local
293 ASSERT_EQ(0, **it);
294 ++it;
295 ASSERT_EQ(1, **it);
296 --it;
297 ASSERT_EQ(2, **it);
298 ++it;
299 ASSERT_EQ(3, **it);
300 ++it;
[all...]
H A DStringTableTest.cpp20 // create testee. modify it if need
61 StringTable::iterator it = m_pTestee->begin(); local
62 ASSERT_STREQ(*it, "Hello");
63 ++it;
64 ASSERT_STREQ(*it, "World");
65 ++it;
66 ASSERT_STREQ(*it, "Media");
67 ++it;
68 ASSERT_STREQ(*it, "Tek");
69 ++it;
[all...]

Completed in 573 milliseconds

123