/external/clang/tools/libclang/ |
D | ARCMigrate.cpp | 25 struct Remap { struct 60 std::unique_ptr<Remap> remap(new Remap()); in clang_getRemappings() 87 std::unique_ptr<Remap> remap(new Remap()); in clang_getRemappingsFromFileList() 124 return static_cast<Remap *>(map)->Vec.size(); in clang_remap_getNumFiles() 132 static_cast<Remap *>(map)->Vec[index].first); in clang_remap_getFilenames() 135 static_cast<Remap *>(map)->Vec[index].second); in clang_remap_getFilenames() 139 delete static_cast<Remap *>(map); in clang_remap_dispose()
|
/external/llvm/lib/Analysis/ |
D | StratifiedSets.h | 191 Remap = StratifiedLink::SetSentinel; in BuilderLink() 246 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; } in isRemapped() 251 Remap = Other; in remapTo() 256 return Remap; in getRemapIndex() 262 Remap = Other; in updateRemap() 272 StratifiedIndex Remap; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | StratifiedSets.h | 182 Remap = StratifiedLink::SetSentinel; in BuilderLink() 237 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; } in isRemapped() 242 Remap = Other; in remapTo() 247 return Remap; in getRemapIndex() 253 Remap = Other; in updateRemap() 263 StratifiedIndex Remap; member
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600OptimizeVectorRegisters.cpp | 95 std::vector<std::pair<unsigned, unsigned> > &Remap) const; 147 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned> > &Remap) in tryMergeVector() 155 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector() 161 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600OptimizeVectorRegisters.cpp | 115 std::vector<std::pair<unsigned, unsigned>> &Remap) const; 171 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned>> &Remap) in tryMergeVector() 179 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector() 185 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector()
|
/external/cldr/tools/java/org/unicode/cldr/ant/ |
D | CLDRBuild.java | 229 for (Remap remap : run.remapper.remaps) { in execute() 634 public static class Remap extends Task { class in CLDRBuild 654 List<Remap> remaps = new ArrayList<Remap>(); 660 public void addConfiguredRemap(Remap remap) { in addConfiguredRemap()
|
/external/tensorflow/tensorflow/core/lib/histogram/ |
D | histogram.cc | 119 double Histogram::Remap(double x, double x0, double x1, double y0, in Remap() function in tensorflow::histogram::Histogram 150 double weight = Remap(threshold, cumsum_prev, cumsum, lhs, rhs); in Percentile()
|
D | histogram.h | 98 double Remap(double x, double x0, double x1, double y0, double y1) const;
|
/external/deqp-deps/glslang/gtests/ |
D | CMakeLists.txt | 26 ${CMAKE_CURRENT_SOURCE_DIR}/Remap.FromFile.cpp)
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cff-common.hh | 418 struct Remap : hb_vector_t<hb_codepoint_t> struct 510 const Remap &fdmap, in serialize() 548 const Remap &fdmap, in calculate_serialized_size()
|
D | hb-subset-cff-common.cc | 53 Remap &fdmap /* OUT */) in hb_plan_subset_cff_fdselect()
|
D | hb-subset-cff-common.hh | 543 struct SubrRemap : Remap 570 return Remap::operator[] (old_num); in operator []() 981 CFF::Remap &fdmap /* OUT */);
|
D | hb-subset-cff1.cc | 37 struct RemapSID : Remap 42 return offset_sid (Remap::add (unoffset_sid (sid))); in add() 52 return offset_sid (Remap::operator [] (unoffset_sid (sid))); in operator []() 840 Remap fdmap;
|
D | hb-ot-cff1-table.hh | 576 unsigned int offSize_, const Remap &sidmap) in serialize() 604 unsigned int calculate_serialized_size (unsigned int &offSize /*OUT*/, const Remap &sidmap) const in calculate_serialized_size()
|
D | hb-subset-cff2.cc | 425 Remap fdmap;
|
/external/clang/include/clang/Driver/ |
D | Types.def | 90 TYPE("remap", Remap, INVALID, "remap", "")
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 551 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local 552 Remap.addPrivate(DestVD, [DestElement]() -> Address { in EmitOMPCopy() 555 Remap.addPrivate( in EmitOMPCopy() 557 (void)Remap.Privatize(); in EmitOMPCopy() 563 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local 564 Remap.addPrivate(SrcVD, [SrcAddr]() -> Address { return SrcAddr; }); in EmitOMPCopy() 565 Remap.addPrivate(DestVD, [DestAddr]() -> Address { return DestAddr; }); in EmitOMPCopy() 566 (void)Remap.Privatize(); in EmitOMPCopy()
|
/external/blktrace/ |
D | README | 113 A - Remap
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | rewriter_config.proto | 60 // Remap subgraphs onto more efficient implementations.
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 2005 int Remap = ModuleFile.SLocRemap.find(Loc.getOffset())->second; in TranslateSourceLocation() local 2006 return Loc.getLocWithOffset(Remap); in TranslateSourceLocation()
|
/external/u-boot/doc/ |
D | README.fsl-ddr | 411 Remap DDR 2 GiB left unmapped
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 2902 RemapBuilder &Remap) { in ReadASTBlock() argument 2904 Remap.insert(std::make_pair(Offset, in ReadASTBlock()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 506 { "Remap", { {"image", ImageReference}, 7585 Remap = 235 10836 case 118: /* Remap */
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 7586 Remap = 235 in Mogrify()
|