Home
last modified time | relevance | path

Searched defs:Remap (Results 1 – 15 of 15) sorted by relevance

/external/clang/tools/libclang/
DARCMigrate.cpp25 struct Remap { struct
26 std::vector<std::pair<std::string, std::string> > Vec;
/external/rust/android-crates-io/crates/userfaultfd/src/
Devent.rs54 Remap { enumerator
/external/icing/icing/legacy/index/
Dicing-mmapper.cc75 bool IcingMMapper::Remap(int fd, uint64_t location, size_t size) { in Remap() function in icing::lib::IcingMMapper
/external/icing/icing/file/
Dmemory-mapped-file.cc136 libtextclassifier3::Status MemoryMappedFile::Remap(int64_t file_offset, in Remap() function in icing::lib::MemoryMappedFile
/external/mtools/
Dremap.c180 Stream_t *Remap(Stream_t *Next, struct device *dev, char *errmsg) { in Remap() function
/external/tensorflow/tensorflow/core/lib/histogram/
Dhistogram.cc119 double Histogram::Remap(double x, double x0, double x1, double y0, in Remap() function in tensorflow::histogram::Histogram
/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()
/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()
/external/webp/examples/
Dgifdec.c90 static int Remap(const GifFileType* const gif, const uint8_t* const src, in Remap() function
/external/llvm/lib/Analysis/
DStratifiedSets.h272 StratifiedIndex Remap; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DStratifiedSets.h261 StratifiedIndex Remap; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStratifiedSets.h262 StratifiedIndex Remap; member
/external/clang/include/clang/Serialization/
DASTReader.h2005 int Remap = ModuleFile.SLocRemap.find(Loc.getOffset())->second; in TranslateSourceLocation() local
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp551 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
563 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
/external/clang/lib/Serialization/
DASTReader.cpp2902 RemapBuilder &Remap) { in ReadASTBlock()