Searched defs:remap (Results 1 - 18 of 18) sorted by relevance

/external/llvm/lib/MC/
H A DMCAtom.cpp17 void MCAtom::remap(uint64_t NewBegin, uint64_t NewEnd) { function in class:MCAtom
18 Parent->remap(this, NewBegin, NewEnd);
24 remap(Begin, TruncPt);
40 remap(LBegin, LEnd);
48 remap(Begin, End + 1);
76 remap(Begin, NextInstAddress);
H A DMCModule.cpp48 // remap - Update the interval mapping for an atom.
49 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) { function in class:MCModule
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dremap.c28 * \file remap.c
35 * remap table is in charge of mapping a static entry in mesa core to
43 #include "remap.h"
150 _mesa_warning(NULL, "failed to remap %s", name);
183 * Initialize the remap table. This is called in one_time_init().
184 * The remap table needs to be initialized before calling the
190 const struct gl_function_pool_remap *remap)
199 /* initialize the remap table */
205 ASSERT(i == remap[i].remap_index);
206 spec = _mesa_function_pool + remap[
188 _mesa_do_init_remap_table(const char *pool, int size, const struct gl_function_pool_remap *remap) argument
[all...]
/external/clang/tools/c-arcmt-test/
H A Dc-arcmt-test.c13 CXRemapping remap; local
18 remap = clang_getRemappings(path);
19 if (!remap)
22 N = clang_remap_getNumFiles(remap);
24 clang_remap_getFilenames(remap, i, &origFname, &transFname);
33 clang_remap_dispose(remap);
38 CXRemapping remap; local
43 remap = clang_getRemappingsFromFileList(files, numFiles);
44 if (!remap)
47 N = clang_remap_getNumFiles(remap);
[all...]
/external/mesa3d/src/mesa/main/
H A Dremap.c28 * \file remap.c
35 * remap table is in charge of mapping a static entry in mesa core to
43 #include "remap.h"
150 _mesa_warning(NULL, "failed to remap %s", name);
183 * Initialize the remap table. This is called in one_time_init().
184 * The remap table needs to be initialized before calling the
190 const struct gl_function_pool_remap *remap)
199 /* initialize the remap table */
205 ASSERT(i == remap[i].remap_index);
206 spec = _mesa_function_pool + remap[
188 _mesa_do_init_remap_table(const char *pool, int size, const struct gl_function_pool_remap *remap) argument
[all...]
/external/chromium_org/chrome/browser/android/bookmarks/
H A Dpartner_bookmarks_shim.cc88 NodeRenamingMap::const_iterator remap = node_rename_remove_map_.find(key); local
89 if (remap != node_rename_remove_map_.end() && remap->second.empty())
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_branches.c282 struct remap_output_data remap; local
285 remap.Output = inst->U.I.DstReg.Index;
286 remap.Temporary = rc_find_free_temporary(s->C);
291 rc_remap_registers(inst, &remap_output_function, &remap);
297 inst_mov->U.I.DstReg.Index = remap.Output;
300 inst_mov->U.I.SrcReg[0].Index = remap.Temporary;
/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp47 llvm::sys::path::append(InfoFile, "remap");
60 "initFromDisk should be called before any remap calls");
107 remap(pairs[i].first, pairs[i].second);
161 remap(origFE, newE);
229 void FileRemapper::remap(StringRef filePath, llvm::MemoryBuffer *memBuf) { function in class:FileRemapper
230 remap(getOriginalFile(filePath), memBuf);
233 void FileRemapper::remap(const FileEntry *file, llvm::MemoryBuffer *memBuf) { function in class:FileRemapper
240 void FileRemapper::remap(const FileEntry *file, const FileEntry *newfile) { function in class:FileRemapper
H A DARCMT.cpp415 remap,
433 remap = PPOpts.RemappedFiles;
439 std::vector<std::pair<std::string,std::string> > &remap,
470 remap.push_back(*RI);
660 Remapper.remap(filePath.str(), memBuf);
414 getFileRemappings(std::vector<std::pair<std::string,std::string> > & remap, StringRef outputDir, DiagnosticConsumer *DiagClient) argument
438 getFileRemappingsFromFileList( std::vector<std::pair<std::string,std::string> > &remap, ArrayRef<StringRef> remapFiles, DiagnosticConsumer *DiagClient) argument
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_branches.c282 struct remap_output_data remap; local
285 remap.Output = inst->U.I.DstReg.Index;
286 remap.Temporary = rc_find_free_temporary(s->C);
291 rc_remap_registers(inst, &remap_output_function, &remap);
297 inst_mov->U.I.DstReg.Index = remap.Output;
300 inst_mov->U.I.SrcReg[0].Index = remap.Temporary;
/external/valgrind/main/VEX/priv/
H A Dhost_generic_reg_alloc2.c393 HRegRemap remap; local
1199 initHRegRemap(&remap);
1292 addToHRegRemap(&remap, vreg, rreg_state[k].rreg);
1331 addToHRegRemap(&remap, vreg, rreg_state[k].rreg);
1471 addToHRegRemap(&remap, vreg, rreg_state[spillee].rreg);
1487 (*mapRegs)( &remap, instrs_in->arr[ii], mode64 );
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dapi_exec_es1.c475 const struct gl_function_pool_remap *remap = MESA_remap_table_functions; local
489 ASSERT(i == remap[i].remap_index);
490 spec = _mesa_function_pool + remap[i].pool_index;
/external/elfutils/src/
H A Dldgeneric.c3949 size_t *remap = xmalloc (nsym_dyn * sizeof (size_t)); local
3958 remap[ndxtosym[cnt]->outdynsymidx] = cnt;
3968 qsort (remap + 1, nsym_dyn - 1, sizeof (size_t), sortfct_hashval);
3980 if (! ndxtosym[remap[cnt]]->defined
3981 || ndxtosym[remap[cnt]]->in_dso)
3987 Elf32_Word hval = gnuhashcodes[ndxtosym[remap[cnt]]->outdynsymidx];
4027 ndxtosym[remap[cnt]]->outdynsymidx = cnt;
4044 free (remap);
/external/valgrind/main/helgrind/
H A Dlibhb_core.c2549 VtsID remap; /* used only during pruning */ member in struct:__anon28467
2615 te.remap = VtsID_INVALID;
2716 new_id = old_te->remap;
2866 set, at the same time setting the .remap entries in the old
2869 .remap entries in the old table. Finally, we can delete the old
2907 tl_assert(old_te->remap == VtsID_INVALID);
2970 new_te.remap = VtsID_INVALID;
2978 old_te->remap = new_vts->id;
2983 * the old VTS table, with its .remap entries set,
2988 * the new VTS table, with all .rc == 0, all .freelink and .remap
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 497 milliseconds