HomeSort by relevance Sort by last modified time
    Searched defs:remap (Results 1 - 25 of 37) sorted by null

1 2

  /external/golang-protobuf/protoc-gen-go/generator/internal/remap/
remap_test.go 32 package remap package
remap.go 33 Package remap handles tracking the locations of Go tokens in a source text
36 package remap package
  /external/ltp/testcases/kernel/mem/vma/
vma03.c 34 * This program tries to remap a mapping with a new size that would
72 void *map, *remap; local
101 remap = mremap(map, pgsz, 2 * pgsz, 0);
102 if (remap == MAP_FAILED) {
110 munmap(remap, 2 * pgsz);
  /external/clang/tools/c-arcmt-test/
c-arcmt-test.c 13 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/autotest/client/tests/linus_stress/
linus_stress.c 57 static char *remap(int fd, char *mapping) function
94 mapping = remap(fd, NULL);
105 /* Unmap, drop, and remap.. */
106 mapping = remap(fd, mapping);
  /external/u-boot/arch/nds32/cpu/n1213/ae3xx/
lowlevel_init.S 101 jal remap
108 remap: label
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 46 llvm::sys::path::append(InfoFile, "remap");
59 "initFromDisk should be called before any remap calls");
105 remap(pairs[i].first, pairs[i].second);
157 remap(origFE, newE);
206 void FileRemapper::remap(StringRef filePath, function in class:FileRemapper
208 remap(getOriginalFile(filePath), std::move(memBuf));
211 void FileRemapper::remap(const FileEntry *file, function in class:FileRemapper
219 void FileRemapper::remap(const FileEntry *file, const FileEntry *newfile) { function in class:FileRemapper
  /external/libxcam/modules/soft/
soft_geo_mapper.cpp 67 SoftGeoMapper::remap ( function in class:XCam::SoftGeoMapper
  /external/mesa3d/src/intel/vulkan/
anv_nir_lower_multiview.c 97 uint64_t remap = 0; local
101 remap |= (uint64_t)bit << (i++ * 4);
110 if (remap <= UINT32_MAX) {
111 shifted = nir_ushr(b, nir_imm_int(b, remap), shift);
114 nir_ushr(b, nir_imm_int(b, remap), shift);
116 nir_ushr(b, nir_imm_int(b, remap >> 32),
  /external/u-boot/arch/nds32/cpu/n1213/ag101/
lowlevel_init.S 96 * we need to set onboard SDRAM before remap and relocation.
173 jal remap
181 remap: label
206 * Copy ROM code to SDRAM base for memory remap layout.
212 * Doing memory remap is essential for preparing some non-OS or RTOS
247 /* set remap bit */
249 * MEM remap bit is operational
251 * - before remap: flash/rom 0x00000000, sdram: 0x10000000-0x4fffffff
252 * - after remap: flash/rom 0x80000000, sdram: 0x00000000
  /external/mesa3d/src/compiler/nir/
nir_linking_helpers.c 214 /* Only remap things that aren't built-ins.
270 struct varying_loc (*remap)[4],
282 /* Only remap things that aren't built-ins */
286 assert(remap[var->data.location - VARYING_SLOT_VAR0] >= 0);
299 struct varying_loc *new_loc = &remap[location][var->data.location_frac];
356 struct varying_loc remap[32][4] = {{{0}, {0}}}; local
366 /* Only remap things that aren't builtins.
445 remap[location][var->data.location_frac].component = i;
446 remap[location][var->data.location_frac].location =
467 remap_slots_and_components(input_list, consumer->info.stage, remap,
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_branches.c 282 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/tensorflow/tensorflow/contrib/graph_editor/
subgraph.py 266 """Remap in the place the inputs and/or outputs to the default mapping.
283 """Remap the inputs and/or outputs to the default mapping.
297 """Remap the inputs of the subgraph in-place."""
304 """Remap the outputs of the subgraph in-place."""
311 """Remap the outputs in place so that all the tensors appears only once."""
317 """Remap the outputs in place to match the number of consumers."""
325 """Remap the outputs so that all the tensors appears only once."""
331 """Remap the outputs to match the number of consumers."""
364 """Remap the inputs of the subgraph.
387 """Remap the output of the subgraph
409 def remap(self, new_input_indices=None, new_output_indices=None): member in class:SubGraphView
    [all...]
  /external/toolchain-utils/cros_utils/
pstat.py 58 remap (listoflists,criterion)
623 def remap(listoflists, criterion): function
629 Usage: remap(listoflists,criterion) criterion=string
    [all...]
  /bionic/libc/kernel/uapi/linux/
userfaultfd.h 60 } remap; member in union:uffd_msg::__anon1230
  /external/deqp-deps/glslang/gtests/
TestFixture.h 335 // through spirvbin_t::remap(). While technically this could be merged
336 // with compileAndLink() above (with the remap step optionally being a no-op)
362 spv::spirvbin_t(0 /*verbosity*/).remap(spirv_binary, remapOptions);
377 // remap the binary in 'code' with the options in remapOptions
378 GlslangResult remap( function in class:glslangtest::GlslangTest
386 spv::spirvbin_t(0 /*verbosity*/).remap(spirv_binary, remapOptions);
599 GlslangResult result = remap(testName, input, controls, remapOptions);
  /external/fonttools/Lib/fontTools/subset/
__init__.py 405 def remap(self, coverage_map): function
425 def subset(self, glyphs, remap=False):
433 if remap:
434 self.remap(indices)
438 def remap(self, class_map): function
516 self.Coverage.remap(indices)
557 self.Coverage.remap(indices)
562 class1_map = [c for c in self.ClassDef1.subset(s.glyphs, remap=True) if c < self.Class1Count]
563 class2_map = [c for c in self.ClassDef2.subset(s.glyphs, remap=True) if c < self.Class2Count]
    [all...]
  /external/kernel-headers/original/uapi/linux/
userfaultfd.h 97 } remap; member in union:uffd_msg::__anon26122
  /external/deqp-deps/glslang/SPIRV/
SPVRemapper.cpp 1417 void spirvbin_t::remap(std::uint32_t opts) function in class:spv::spirvbin_t
1477 void spirvbin_t::remap(std::vector<std::uint32_t>& in_spv, std::uint32_t opts) function in class:spv::spirvbin_t
    [all...]
SPVRemapper.h 87 void remap(std::vector<std::uint32_t>& /*spv*/, unsigned int /*opts = 0*/) function in class:spv::spirvbin_t
120 // remap on an existing binary in memory
121 void remap(std::vector<std::uint32_t>& spv, std::uint32_t opts = DO_EVERYTHING);
141 void remap(std::uint32_t opts = DO_EVERYTHING);
244 void applyMap(); // remap per local name map
  /art/runtime/
class_loader_context.cc 609 SafeMap<std::string, std::string> remap; local
613 remap.Put(info.original_classpath[k], stored_info->classpath[k]);
628 // If there is a stored class loader remap, fix up the multidex strings.
629 if (!remap.empty()) {
631 auto it = remap.find(base_dex_location);
632 CHECK(it != remap.end()) << base_dex_location;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DebugInfo.cpp 421 /// Recursively remap N and all its referenced children. Does a DF post-order
422 /// traversal, so as to remap bottoms up.
519 void remap(MDNode *N) { function in class:__anon42109::DebugTypeInfoRemoval
527 remap(MDSub->getUnit());
537 // Remap to our referenced scope (recursively).
579 remap(N);
621 auto remap = [&](MDNode *Node) -> MDNode * { local
645 Scope = remap(Scope);
646 InlinedAt = remap(InlinedAt);
653 // Remap DILocations in untyped MDNodes (e.g., llvm.loop)
    [all...]
  /external/u-boot/arch/arm/mach-socfpga/include/mach/
nic301.h 10 u32 remap; /* 0x0 */ member in struct:nic301_registers
  /external/mesa3d/src/intel/compiler/
brw_fs.cpp 2704 int remap[alloc.count]; local
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeARM_32.c 2297 sljit_u32 remap = 0; local
    [all...]

Completed in 2476 milliseconds

1 2