Home
last modified time | relevance | path

Searched refs:remapped (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp148 if (llvm::Optional<FileSpec> remapped = RemapPath(path.GetStringRef())) { in RemapPath() local
149 new_path.SetString(remapped->GetPath()); in RemapPath()
194 FileSpec remapped(it.second.GetStringRef()); in RemapPath() local
197 AppendPathComponents(remapped, path, orig_style); in RemapPath()
198 if (!only_if_exists || FileSystem::Instance().Exists(remapped)) in RemapPath()
199 return remapped; in RemapPath()
221 if (auto remapped = RemapPath(orig_spec.GetPath(), /*only_if_exists=*/true)) in FindFile() local
222 return remapped; in FindFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp447 auto remapped = target->GetSourcePathMap().FindFile(m_file_spec); in CommonInitializer() local
448 if (!remapped) { in CommonInitializer()
451 remapped = new_spec; in CommonInitializer()
453 if (remapped) { in CommonInitializer()
454 m_file_spec = *remapped; in CommonInitializer()
H A DModule.cpp1601 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { in FindSourceFile() local
1602 new_spec = *remapped; in FindSourceFile()
1610 if (auto remapped = m_source_mappings.RemapPath(path)) in RemapSourceFile() local
1611 return remapped->GetPath(); in RemapSourceFile()
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/msm/
H A Dqcom,kpss-acc.txt4 There is one ACC register region per CPU within the KPSS remapped region as
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Darmada-xp-db-xc3-24g4xg.dts9 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-xp-db-dxbc2.dts9 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-370-rd.dts10 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-xp-db.dts13 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-370-db.dts12 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-xp-gp.dts12 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-370-synology-ds213j.dts7 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-xp-synology-ds414.dts7 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darm-realview-pb11mp.dts46 * and the first 256 are also remapped @ 0x00000000
/freebsd-13.1/share/i18n/csmapper/ISO-8859/
H A DISO-8859-6%UCS.src54 # 0x30..0x39 remapped to the ASCII digits (U+0030..U+0039) instead
H A DUCS%ISO-8859-6.src54 # 0x30..0x39 remapped to the ASCII digits (U+0030..U+0039) instead
/freebsd-13.1/sys/mips/conf/
H A DDIR-825C1.hints138 # 192KiB lang -- remapped to cfg
/freebsd-13.1/sys/dev/iwn/
H A Dif_iwnvar.h103 unsigned int remapped:1; member
H A Dif_iwn.c2079 data->remapped = 0; in iwn_reset_tx_ring()
3624 data->remapped = 0; in iwn_adj_ampdu_ptr()
3895 if (data->remapped) { in iwn_ampdu_tx_done()
3923 ring->data[wrong_idx].remapped = 1; in iwn_ampdu_tx_done()
3961 data->remapped = 0; in iwn_ampdu_tx_done()
/freebsd-13.1/sys/contrib/device-tree/Bindings/sram/
H A Dsram.yaml54 The flag indicating, that SRAM memory region has not to be remapped
/freebsd-13.1/contrib/nvi/catalog/
H A Ddutch.base127 134 "Het %s karakter kan niet ge-remapped worden"
/freebsd-13.1/usr.bin/vi/catalog/
H A Ddutch.UTF-8.base127 134 "Het %s karakter kan niet ge-remapped worden"
/freebsd-13.1/share/examples/ipfilter/
H A Dexamples.txt423 Packets coming back in the same interface are remapped, as a matter of
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp244 if (auto remapped = module->RemapSourceFile(llvm::StringRef(*file_path))) local
245 remapped_file = *remapped;
/freebsd-13.1/sys/kern/
H A Dbus_if.m826 * @brief Notify a bus that specified child's IRQ should be remapped.
/freebsd-13.1/contrib/ncurses/misc/
H A Dterminfo.src4072 # All of the function keys can be remapped. This description shows the default
16606 # is lost! It cannot be remapped in vi because it is necessary to enter
16607 # a ^V to to quote the ^V that is being remapped!!!

12