/external/llvm-project/clang/tools/libclang/ |
D | ARCMigrate.cpp | 25 struct Remap { struct 58 std::unique_ptr<Remap> remap(new Remap()); in clang_getRemappings() 85 std::unique_ptr<Remap> remap(new Remap()); in clang_getRemappingsFromFileList() 122 return static_cast<Remap *>(map)->Vec.size(); in clang_remap_getNumFiles() 130 static_cast<Remap *>(map)->Vec[index].first); in clang_remap_getFilenames() 133 static_cast<Remap *>(map)->Vec[index].second); in clang_remap_getFilenames() 137 delete static_cast<Remap *>(map); in clang_remap_dispose()
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | StratifiedSets.h | 181 Remap = StratifiedLink::SetSentinel; in BuilderLink() 236 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; } in isRemapped() 241 Remap = Other; in remapTo() 246 return Remap; in getRemapIndex() 252 Remap = Other; in updateRemap() 262 StratifiedIndex Remap; member
|
/external/llvm-project/llvm/lib/Analysis/ |
D | StratifiedSets.h | 181 Remap = StratifiedLink::SetSentinel; in BuilderLink() 236 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; } in isRemapped() 241 Remap = Other; in remapTo() 246 return Remap; in getRemapIndex() 252 Remap = Other; in updateRemap() 262 StratifiedIndex Remap; member
|
/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/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | ElseAfterReturnCheck.cpp | 119 auto Remap = [&](SourceLocation Loc) { in removeElseAndBrackets() local 132 Remap(LBrace).getLocWithOffset(TokLen(LBrace) + 1); in removeElseAndBrackets() 133 SourceLocation RangeEnd = Remap(RBrace).getLocWithOffset(-1); in removeElseAndBrackets() 140 SourceLocation ElseExpandedLoc = Remap(ElseLoc); in removeElseAndBrackets() 141 SourceLocation EndLoc = Remap(Else->getEndLoc()); in removeElseAndBrackets()
|
/external/icing/icing/index/main/ |
D | index-block.cc | 72 ICING_RETURN_IF_ERROR(mmapped_file.Remap(offset, block_size)); in CreateFromPreexistingIndexBlockRegion() 93 ICING_RETURN_IF_ERROR(mmapped_file.Remap(offset, block_size)); in CreateFromUninitializedRegion()
|
/external/icing/icing/file/ |
D | file-backed-bitmap.cc | 127 libtextclassifier3::Status status = mmapper_->Remap(0, file_size); in Initialize() 266 libtextclassifier3::Status status = mmapper_->Remap(0, new_file_size); in GrowTo() 286 libtextclassifier3::Status status = mmapper_->Remap(0, new_file_size); in TruncateTo()
|
D | memory-mapped-file-leak_test.cc | 59 mmfile.Remap(100, 500); in TEST()
|
D | file-backed-proto-log.h | 659 ICING_RETURN_IF_ERROR(mmapped_file.Remap(start, end - start)); in ComputeChecksum() 677 ICING_RETURN_IF_ERROR(mmapped_file.Remap(i, next_chunk_size)); in ComputeChecksum() 787 mmapped_file.Remap(file_offset + sizeof(metadata), stored_size)); in ReadProto() 830 ICING_RETURN_IF_ERROR(mmapped_file.Remap(file_offset + sizeof(metadata), in EraseProto() 955 ICING_RETURN_IF_ERROR(mmapped_file->Remap(file_offset, metadata_size)); in ReadProtoMetadata()
|
D | memory-mapped-file.h | 93 libtextclassifier3::Status Remap(size_t file_offset, size_t mmap_size);
|
D | portable-file-backed-proto-log.h | 831 ICING_RETURN_IF_ERROR(mmapped_file.Remap(start, end - start)); in ComputeChecksum() 849 ICING_RETURN_IF_ERROR(mmapped_file.Remap(i, next_chunk_size)); in ComputeChecksum() 957 mmapped_file.Remap(file_offset + sizeof(metadata), stored_size)); in ReadProto() 1001 ICING_RETURN_IF_ERROR(mmapped_file.Remap(file_offset + sizeof(metadata), in EraseProto() 1147 ICING_RETURN_IF_ERROR(mmapped_file->Remap(file_offset, metadata_size)); in ReadProtoMetadata()
|
D | memory-mapped-file.cc | 71 libtextclassifier3::Status MemoryMappedFile::Remap(size_t file_offset, in Remap() function in icing::lib::MemoryMappedFile
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600OptimizeVectorRegisters.cpp | 109 std::vector<std::pair<unsigned, unsigned>> &Remap) const; 165 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned>> &Remap) in tryMergeVector() 173 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector() 179 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector()
|
/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/llvm-project/llvm/lib/Target/AMDGPU/ |
D | R600OptimizeVectorRegisters.cpp | 108 std::vector<std::pair<unsigned, unsigned>> &Remap) const; 169 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned>> &Remap) in tryMergeVector() 177 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector() 183 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector()
|
/external/icing/icing/legacy/index/ |
D | icing-mmapper.h | 49 bool Remap(int fd, uint64_t location, size_t size);
|
D | icing-mmapper.cc | 75 bool IcingMMapper::Remap(int fd, uint64_t location, size_t size) { in Remap() function in icing::lib::IcingMMapper
|
/external/tensorflow/tensorflow/core/lib/histogram/ |
D | histogram.h | 98 double Remap(double x, double x0, double x1, double y0, double y1) const;
|
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()
|
/external/icing/icing/index/lite/ |
D | lite-index.cc | 159 header_mmap_.Remap(hit_buffer_fd_.get(), 0, header_size()); in Initialize() 174 header_mmap_.Remap(hit_buffer_fd_.get(), 0, header_size()); in Initialize()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_tim_ex.c | 2037 HAL_StatusTypeDef HAL_TIMEx_RemapConfig(TIM_HandleTypeDef *htim, uint32_t Remap) in HAL_TIMEx_RemapConfig() argument 2046 assert_param(IS_TIM_REMAP(Remap)); in HAL_TIMEx_RemapConfig() 2053 tmpor2 |= (Remap & TIMx_ETRSEL_MASK); in HAL_TIMEx_RemapConfig() 2060 tmpor1 = Remap; in HAL_TIMEx_RemapConfig()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_tim_ex.c | 2037 HAL_StatusTypeDef HAL_TIMEx_RemapConfig(TIM_HandleTypeDef *htim, uint32_t Remap) in HAL_TIMEx_RemapConfig() argument 2046 assert_param(IS_TIM_REMAP(Remap)); in HAL_TIMEx_RemapConfig() 2053 tmpor2 |= (Remap & TIMx_ETRSEL_MASK); in HAL_TIMEx_RemapConfig() 2060 tmpor1 = Remap; in HAL_TIMEx_RemapConfig()
|
/external/libchrome/libchrome_tools/patches/ |
D | r680000-forward-compatibility-patch-part-2.patch | 33 // Remap file descriptors according to the mapping of src_fd->dest_fd to
|
/external/llvm-project/llvm/unittests/ProfileData/ |
D | SampleProfTest.cpp | 135 void testRoundTrip(SampleProfileFormat Format, bool Remap, bool UseMD5) { in testRoundTrip() 205 if (Remap) { in testRoundTrip()
|