Home
last modified time | relevance | path

Searched refs:Remap (Results 1 – 25 of 51) sorted by relevance

123

/external/llvm-project/clang/tools/libclang/
DARCMigrate.cpp25 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/
DARCMigrate.cpp25 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/
DStratifiedSets.h181 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/
DStratifiedSets.h181 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/
DStratifiedSets.h191 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/
DElseAfterReturnCheck.cpp119 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/
Dindex-block.cc72 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/
Dfile-backed-bitmap.cc127 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()
Dmemory-mapped-file-leak_test.cc59 mmfile.Remap(100, 500); in TEST()
Dfile-backed-proto-log.h659 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()
Dmemory-mapped-file.h93 libtextclassifier3::Status Remap(size_t file_offset, size_t mmap_size);
Dportable-file-backed-proto-log.h831 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()
Dmemory-mapped-file.cc71 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/
DR600OptimizeVectorRegisters.cpp109 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/
DR600OptimizeVectorRegisters.cpp95 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/
DR600OptimizeVectorRegisters.cpp108 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/
Dicing-mmapper.h49 bool Remap(int fd, uint64_t location, size_t size);
Dicing-mmapper.cc75 bool IcingMMapper::Remap(int fd, uint64_t location, size_t size) { in Remap() function in icing::lib::IcingMMapper
/external/tensorflow/tensorflow/core/lib/histogram/
Dhistogram.h98 double Remap(double x, double x0, double x1, double y0, double y1) const;
Dhistogram.cc119 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/
Dlite-index.cc159 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/
Dstm32l4xx_hal_tim_ex.c2037 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/
Dstm32l4xx_hal_tim_ex.c2037 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/
Dr680000-forward-compatibility-patch-part-2.patch33 // Remap file descriptors according to the mapping of src_fd->dest_fd to
/external/llvm-project/llvm/unittests/ProfileData/
DSampleProfTest.cpp135 void testRoundTrip(SampleProfileFormat Format, bool Remap, bool UseMD5) { in testRoundTrip()
205 if (Remap) { in testRoundTrip()

123