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

1 2 3 4 5

  /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/annotation-tools/asmx/src/org/objectweb/asm/commons/
LocalVariablesSorter.java 85 mv.visitVarInsn(opcode, remap(var, size));
89 mv.visitIincInsn(remap(var, 1), increment); method
105 mv.visitLocalVariable(name, desc, signature, start, end, remap(index, size));
116 private int remap(final int var, final int size) { method in class:LocalVariablesSorter
  /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
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdpRot.cpp 184 bool MdpRot::remap(uint32_t numbufs) { function in class:overlay::MdpRot
185 // if current size changed, remap
225 if(false == remap(RotMem::ROT_NUM_BUFS)) {
226 ALOGE("%s Remap failed, not queueing", __FUNCTION__);
overlayMdssRot.cpp 139 if(false == remap(RotMem::ROT_NUM_BUFS)) {
140 ALOGE("%s Remap failed, not queuing", __FUNCTION__);
179 bool MdssRot::remap(uint32_t numbufs) { function in class:overlay::MdssRot
182 // If current size changed, remap
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdpRot.cpp 203 bool MdpRot::remap(uint32_t numbufs) { function in class:overlay::MdpRot
204 // if current size changed, remap
244 if(false == remap(RotMem::ROT_NUM_BUFS)) {
245 ALOGE("%s Remap failed, not queueing", __FUNCTION__);
overlayMdssRot.cpp 163 if(false == remap(RotMem::ROT_NUM_BUFS)) {
164 ALOGE("%s Remap failed, not queuing", __FUNCTION__);
203 bool MdssRot::remap(uint32_t numbufs) { function in class:overlay::MdssRot
206 // If current size changed, remap
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdpRot.cpp 199 bool MdpRot::remap(uint32_t numbufs) { function in class:overlay::MdpRot
200 // if current size changed, remap
238 remap(RotMem::Mem::ROT_NUM_BUFS);
overlayMdssRot.cpp 135 remap(RotMem::Mem::ROT_NUM_BUFS);
184 bool MdssRot::remap(uint32_t numbufs) { function in class:overlay::MdssRot
187 // If current size changed, remap
  /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...]
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdpRot.cpp 211 bool MdpRot::remap(uint32_t numbufs) { function in class:overlay::MdpRot
212 // if current size changed, remap
255 if(false == remap(RotMem::ROT_NUM_BUFS)) {
256 ALOGE("%s Remap failed, not queueing", __FUNCTION__);
overlayMdssRot.cpp 195 if(false == remap(RotMem::ROT_NUM_BUFS)) {
196 ALOGE("%s Remap failed, not queuing", __FUNCTION__);
238 bool MdssRot::remap(uint32_t numbufs) { function in class:overlay::MdssRot
241 // If current size changed, remap
  /bionic/libc/kernel/uapi/linux/
userfaultfd.h 60 } remap; member in union:uffd_msg::__anon1222
  /external/kernel-headers/original/uapi/linux/
userfaultfd.h 97 } remap; member in union:uffd_msg::__anon23430
  /art/runtime/
class_loader_context.cc 336 SafeMap<std::string, std::string> remap; local
342 remap.Put(info.original_classpath[k], stored_context->class_loader_chain_[i].classpath[k]);
357 // If there is a stored class loader remap, fix up the multidex strings.
358 if (!remap.empty()) {
360 auto it = remap.find(base_dex_location);
361 CHECK(it != remap.end()) << base_dex_location;
    [all...]
  /external/fonttools/Lib/fontTools/
subset.py 63 def remap(self, coverage_map): function
83 def subset(self, glyphs, remap=False):
91 if remap:
92 self.remap(indices)
96 def remap(self, class_map): function
126 self.Coverage.remap(indices)
185 self.Coverage.remap(indices)
223 self.Coverage.remap(indices)
228 class1_map = self.ClassDef1.subset(s.glyphs, remap=True)
229 class2_map = self.ClassDef2.subset(s.glyphs, remap=True
    [all...]
  /external/valgrind/VEX/priv/
host_generic_reg_alloc2.c 441 HRegRemap remap; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.cpp 1300 void spirvbin_t::remap(std::uint32_t opts) function in class:spv::spirvbin_t
1335 void spirvbin_t::remap(std::vector<std::uint32_t>& in_spv, std::uint32_t opts) function in class:spv::spirvbin_t
    [all...]
SPVRemapper.h 86 void remap(std::vector<std::uint32_t>& /*spv*/, unsigned int /*opts = 0*/) function in class:spv::spirvbin_t
117 // remap on an existing binary in memory
118 void remap(std::vector<std::uint32_t>& spv, std::uint32_t opts = DO_EVERYTHING);
138 void remap(std::uint32_t opts = DO_EVERYTHING);
241 void applyMap(); // remap per local name map
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.cpp 2534 int remap[alloc.count]; local
    [all...]

Completed in 374 milliseconds

1 2 3 4 5