Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/tools/libclang/
H A DARCMigrate.cpp25 struct Remap { struct
26 std::vector<std::pair<std::string, std::string> > Vec;
/aosp_15_r20/external/rust/android-crates-io/crates/userfaultfd/src/
Devent.rs54 Remap { enumerator
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-mmapper.cc75 bool IcingMMapper::Remap(int fd, uint64_t location, size_t size) { in Remap() function in icing::lib::IcingMMapper
/aosp_15_r20/external/icing/icing/file/
H A Dmemory-mapped-file.cc136 libtextclassifier3::Status MemoryMappedFile::Remap(int64_t file_offset, in Remap() function in icing::lib::MemoryMappedFile
/aosp_15_r20/external/mtools/
H A Dremap.c180 Stream_t *Remap(Stream_t *Next, struct device *dev, char *errmsg) { in Remap() function
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/histogram/
H A Dhistogram.cc119 double Histogram::Remap(double x, double x0, double x1, double y0, in Remap() function in tensorflow::histogram::Histogram
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_tim_ex.c2037 HAL_StatusTypeDef HAL_TIMEx_RemapConfig(TIM_HandleTypeDef *htim, uint32_t Remap) in HAL_TIMEx_RemapConfig()
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_tim_ex.c2037 HAL_StatusTypeDef HAL_TIMEx_RemapConfig(TIM_HandleTypeDef *htim, uint32_t Remap) in HAL_TIMEx_RemapConfig()
/aosp_15_r20/external/webp/examples/
H A Dgifdec.c90 static int Remap(const GifFileType* const gif, const uint8_t* const src, in Remap() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DStratifiedSets.h261 StratifiedIndex Remap; member
/aosp_15_r20/external/llvm/lib/Analysis/
H A DStratifiedSets.h272 StratifiedIndex Remap; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DStratifiedSets.h262 StratifiedIndex Remap; member
/aosp_15_r20/external/clang/include/clang/Serialization/
H A DASTReader.h2005 int Remap = ModuleFile.SLocRemap.find(Loc.getOffset())->second; in TranslateSourceLocation() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp551 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
563 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/
DASTReader.h2247 SourceLocation::IntTy Remap = in TranslateSourceLocation() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dd3dx9mesh.h539 STDMETHOD(Remap)(THIS_ DWORD num_vertices, DWORD* vertex_remap) PURE; in DECLARE_INTERFACE_() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/
DASTReader.h2247 SourceLocation::IntTy Remap = in TranslateSourceLocation() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/
DASTReader.h2241 SourceLocation::IntTy Remap = in TranslateSourceLocation() local
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp2902 RemapBuilder &Remap) { in ReadASTBlock()