Searched refs:dep (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DMCCacheReader.cpp290 map<string, pair<uint32_t, unsigned char const *> >::iterator dep; local
292 dep = mDependencies.begin();
293 for (size_t i = 0; i < mpCachedDependTable->count; ++i, ++dep) {
294 string const &depName = dep->first;
295 uint32_t depType = dep->second.first;
296 unsigned char const *depSHA1 = dep->second.second;
H A DMCCacheWriter.cpp127 MCO_Dependency *dep = &tab->table[i]; local
129 dep->res_name_strp_index = addString(I->first.c_str(), I->first.size());
130 dep->res_type = I->second.first;
131 memcpy(dep->sha1, I->second.second, 20);
/frameworks/compile/libbcc/runtime/test/Unit/ppc/
H A Dfloatditf_test.h[all...]

Completed in 342 milliseconds