Home
last modified time | relevance | path

Searched refs:remapping (Results 1 – 25 of 2954) sorted by relevance

12345678910>>...119

/dports/devel/asl/asl-current/include/stm8/stm8l/
H A Dsyscfg.inc20 CCO_REMAP bit SYSCFG_RMPCR3,5 ; Configurable clock output remapping
21 TIM3_CH2_REMAP bit SYSCFG_RMPCR3,4 ; TIM3 channel 2 remapping
22 TIM3_CH1_REMAP bit SYSCFG_RMPCR3,3 ; TIM3 channel 1 remapping
23 USART3CK_REMAP bit SYSCFG_RMPCR3,2 ; USART3_CK remapping
28 SPI1_REMAP1 bit SYSCFG_RMPCR1,7 ; SPI1 remapping
29 USART1CK_REMAP bit SYSCFG_RMPCR1,6 ; USART1_CK remapping
35 TIM3TRIG_REMAP2 bit SYSCFG_RMPCR2,6 ; TIM3 trigger remapping
36 SPI2_REMAP bit SYSCFG_RMPCR2,5 ; SPI2 remapping
39 TIM3TRIG_REMAP1 bit SYSCFG_RMPCR2,2 ; TIM3 trigger remapping
40 TIM2TRIG_REMAP bit SYSCFG_RMPCR2,1 ; TIM2 trigger remapping
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/audio/utility/
H A Dchannel_mixing_matrix_unittest.cc59 if (remapping) { in TEST()
99 EXPECT_FALSE(remapping); in TEST()
120 EXPECT_TRUE(remapping); in TEST()
145 EXPECT_FALSE(remapping); in TEST()
168 EXPECT_TRUE(remapping); in TEST()
196 EXPECT_TRUE(remapping); in TEST()
226 EXPECT_TRUE(remapping); in TEST()
260 EXPECT_TRUE(remapping); in TEST()
292 EXPECT_TRUE(remapping); in TEST()
393 EXPECT_TRUE(remapping); in TEST()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/audio/utility/
H A Dchannel_mixing_matrix_unittest.cc59 if (remapping) { in TEST()
99 EXPECT_FALSE(remapping); in TEST()
120 EXPECT_TRUE(remapping); in TEST()
145 EXPECT_FALSE(remapping); in TEST()
168 EXPECT_TRUE(remapping); in TEST()
196 EXPECT_TRUE(remapping); in TEST()
226 EXPECT_TRUE(remapping); in TEST()
260 EXPECT_TRUE(remapping); in TEST()
292 EXPECT_TRUE(remapping); in TEST()
393 EXPECT_TRUE(remapping); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/audio/utility/
H A Dchannel_mixing_matrix_unittest.cc59 if (remapping) { in TEST()
99 EXPECT_FALSE(remapping); in TEST()
120 EXPECT_TRUE(remapping); in TEST()
145 EXPECT_FALSE(remapping); in TEST()
168 EXPECT_TRUE(remapping); in TEST()
196 EXPECT_TRUE(remapping); in TEST()
226 EXPECT_TRUE(remapping); in TEST()
260 EXPECT_TRUE(remapping); in TEST()
292 EXPECT_TRUE(remapping); in TEST()
393 EXPECT_TRUE(remapping); in TEST()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/audio/utility/
H A Dchannel_mixing_matrix_unittest.cc59 if (remapping) { in TEST()
99 EXPECT_FALSE(remapping); in TEST()
120 EXPECT_TRUE(remapping); in TEST()
145 EXPECT_FALSE(remapping); in TEST()
168 EXPECT_TRUE(remapping); in TEST()
196 EXPECT_TRUE(remapping); in TEST()
226 EXPECT_TRUE(remapping); in TEST()
260 EXPECT_TRUE(remapping); in TEST()
292 EXPECT_TRUE(remapping); in TEST()
393 EXPECT_TRUE(remapping); in TEST()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/test/lisp/textmodes/texinfo-resources/
H A Dfill.erts20 @cindex relative| remapping, faces
21 @cindex base remapping, faces
22 The following functions implement a higher-level interface to @code{face-remapping-alist}.
30 @cindex relative remapping, faces
31 @cindex base remapping, faces|
32 The following functions implement a higher-level interface to @code{face-remapping-alist}.
39 @cindex relative remapping, faces
40 @cindex base remapping, faces
43 @cindex relative remapping, faces
44 @cindex base remapping, faces
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/
H A Dchannel_mixing_matrix_unittest.cc60 bool remapping = matrix_builder.CreateTransformationMatrix(&matrix); in TEST() local
66 EXPECT_FALSE(remapping); in TEST()
82 bool remapping = matrix_builder.CreateTransformationMatrix(&matrix); in TEST() local
89 EXPECT_TRUE(remapping); in TEST()
104 bool remapping = matrix_builder.CreateTransformationMatrix(&matrix); in TEST() local
115 EXPECT_FALSE(remapping); in TEST()
136 bool remapping = matrix_builder.CreateTransformationMatrix(&matrix); in TEST() local
144 EXPECT_FALSE(remapping); in TEST()
172 bool remapping = matrix_builder.CreateTransformationMatrix(&matrix); in TEST() local
173 EXPECT_TRUE(remapping); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Dchannel_mixing_matrix_unittest.cc60 bool remapping = matrix_builder.CreateTransformationMatrix(&matrix); in TEST() local
66 EXPECT_FALSE(remapping); in TEST()
82 bool remapping = matrix_builder.CreateTransformationMatrix(&matrix); in TEST() local
89 EXPECT_TRUE(remapping); in TEST()
106 bool remapping = matrix_builder.CreateTransformationMatrix(&matrix); in TEST() local
114 EXPECT_FALSE(remapping); in TEST()
142 bool remapping = matrix_builder.CreateTransformationMatrix(&matrix); in TEST() local
143 EXPECT_TRUE(remapping); in TEST()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/
H A DConverter.cpp128 const Unit::Index_list &remapping = remappings[poly.get_surface()]; in build_scene_graph() local
131 bin.deui_points->push_back(remapping[poly.indices()[0]]); in build_scene_graph()
134 bin.deui_lines->push_back(remapping[poly.indices()[0]]); in build_scene_graph()
135 bin.deui_lines->push_back(remapping[poly.indices()[1]]); in build_scene_graph()
138 bin.deui_triangles->push_back(remapping[poly.indices()[0]]); in build_scene_graph()
139 bin.deui_triangles->push_back(remapping[poly.indices()[1]]); in build_scene_graph()
140 bin.deui_triangles->push_back(remapping[poly.indices()[2]]); in build_scene_graph()
170 const Unit::Index_list &remapping = remappings[surface]; in build_scene_graph() local
177 if (remapping[pi] != -1) { in build_scene_graph()
199 osg::ref_ptr<VertexMap_map> rm_rgb_maps = j->rgb_maps()->remap(remapping); in build_scene_graph()
[all …]
H A DVertexMap.cpp56 VertexMap *VertexMap::remap(const std::vector<int> &remapping) const in remap()
61 if (i->first >= static_cast<int>(remapping.size())) { in remap()
62 … remapping index not found for vertex " << i->first << " (map size " << remapping.size() << ")" <<… in remap()
64 int new_index = remapping[i->first]; in remap()
74 VertexMap_map *VertexMap_map::remap(const std::vector<int> &remapping) const in remap()
78 (*result.get())[i->first] = i->second->remap(remapping); in remap()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/
H A DConverter.cpp128 const Unit::Index_list &remapping = remappings[poly.get_surface()]; in build_scene_graph() local
131 bin.deui_points->push_back(remapping[poly.indices()[0]]); in build_scene_graph()
134 bin.deui_lines->push_back(remapping[poly.indices()[0]]); in build_scene_graph()
135 bin.deui_lines->push_back(remapping[poly.indices()[1]]); in build_scene_graph()
138 bin.deui_triangles->push_back(remapping[poly.indices()[0]]); in build_scene_graph()
139 bin.deui_triangles->push_back(remapping[poly.indices()[1]]); in build_scene_graph()
140 bin.deui_triangles->push_back(remapping[poly.indices()[2]]); in build_scene_graph()
170 const Unit::Index_list &remapping = remappings[surface]; in build_scene_graph() local
177 if (remapping[pi] != -1) { in build_scene_graph()
199 osg::ref_ptr<VertexMap_map> rm_rgb_maps = j->rgb_maps()->remap(remapping); in build_scene_graph()
[all …]
H A DVertexMap.cpp56 VertexMap *VertexMap::remap(const std::vector<int> &remapping) const in remap()
61 if (i->first >= static_cast<int>(remapping.size())) { in remap()
62 … remapping index not found for vertex " << i->first << " (map size " << remapping.size() << ")" <<… in remap()
64 int new_index = remapping[i->first]; in remap()
74 VertexMap_map *VertexMap_map::remap(const std::vector<int> &remapping) const in remap()
78 (*result.get())[i->first] = i->second->remap(remapping); in remap()
/dports/lang/solidity/solidity_0.8.11/libsolidity/interface/
H A DImportRemapper.cpp36 for (auto const& remapping: _remappings) in setRemappings() local
37 solAssert(!remapping.prefix.empty(), ""); in setRemappings()
95 Remapping remapping{ in parseRemapping() local
101 if (remapping.prefix.empty()) in parseRemapping()
104 return remapping; in parseRemapping()
/dports/graphics/libimagequant/libimagequant-2.17.0/
H A DCHANGELOG9 - quality improvements for remapping overlays over a background
25 - new liq_image_set_background() for high-quality remapping of GIF frames
41 - new API for remapping multiple images to a single shared palette
58 - fixed remapping of bright colors when dithering
80 - less precise remapping improving speed by 25% in higher speed settings
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A Dface-remap.el145 (let ((remapping (assq (car cookie) face-remapping-alist)))
146 (when remapping
147 (let ((updated-entries (remq (cdr cookie) (cdr remapping))))
148 (unless (eq updated-entries (cdr remapping))
149 (setcdr remapping updated-entries)
154 (remq remapping face-remapping-alist))
230 (dolist (remapping
237 (face-remap-remove-relative remapping))
/dports/ftp/tftp-hpa/tftp-hpa-5.2/tftpd/
H A Dsample.rules2 # Sample rule file for the -m (remapping option)
4 # This file has three fields: operation, regex, remapping
8 # r - rewrite the matched string with the remapping pattern
20 # The remapping is a pattern, all characters are verbatim except \
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/enterasys/
H A DCTRON-IF-REMAP-MIB46 -- The ctIfRemapConfig group is used to control interface remapping.
47 -- Interface remapping provides the ability to map one or more
71 relationship. By disabling a row in this table remapping
155 "Enable or disable remapping of physical errors, or indicate that
156 the device is incapable of remapping physical errors. If the
172 interface remapping.
181 require any special configuration to allow for interface remapping."
199 perform interface remapping.
201 Setting this object to stop(2) stops all interface remapping
/dports/net-mgmt/observium/observium/mibs/cabletron/
H A DCTRON-IF-REMAP-MIB46 -- The ctIfRemapConfig group is used to control interface remapping.
47 -- Interface remapping provides the ability to map one or more
71 relationship. By disabling a row in this table remapping
155 "Enable or disable remapping of physical errors, or indicate that
156 the device is incapable of remapping physical errors. If the
172 interface remapping.
181 require any special configuration to allow for interface remapping."
199 perform interface remapping.
201 Setting this object to stop(2) stops all interface remapping
/dports/devel/llvm90/llvm-9.0.1.src/docs/CommandGuide/
H A Dllvm-cxxmap.rst1 llvm-cxxmap - Mangled name remapping tool
34 .. option:: -remapping-file=file, -r=file
38 See :ref:`remapping-file`.
60 The remapping file is a text file containing lines of the form
78 should be treated as equivalent, the following remapping file could be used:
91 Symbol remapping is currently only supported for C++ mangled names
/dports/devel/llvm80/llvm-8.0.1.src/docs/CommandGuide/
H A Dllvm-cxxmap.rst1 llvm-cxxmap - Mangled name remapping tool
32 .. option:: -remapping-file=file, -r=file
36 See :ref:`remapping-file`.
58 The remapping file is a text file containing lines of the form
76 should be treated as equivalent, the following remapping file could be used:
89 Symbol remapping is currently only supported for C++ mangled names
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/chalk-solve-0.75.0/src/display/
H A Dstate.rs183 remapping: Rc<BTreeMap<InvertedBoundVar, InvertedBoundVar>>, field
201 remapping: Rc::new(BTreeMap::new()), in new()
269 let remapping = self in add_parameter_mapping() localVariable
270 .remapping in add_parameter_mapping()
277 remapping: Rc::new(remapping), in add_parameter_mapping()
298 let remapped = self.remapping.get(&b).copied().unwrap_or(b); in apply_mappings()
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-solve/src/display/
H A Dstate.rs183 remapping: Rc<BTreeMap<InvertedBoundVar, InvertedBoundVar>>, field
201 remapping: Rc::new(BTreeMap::new()), in new()
269 let remapping = self in add_parameter_mapping() localVariable
270 .remapping in add_parameter_mapping()
277 remapping: Rc::new(remapping), in add_parameter_mapping()
298 let remapped = self.remapping.get(&b).copied().unwrap_or(b); in apply_mappings()
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-solve-0.55.0/src/display/
H A Dstate.rs183 remapping: Rc<BTreeMap<InvertedBoundVar, InvertedBoundVar>>, field
201 remapping: Rc::new(BTreeMap::new()), in new()
269 let remapping = self in add_parameter_mapping() localVariable
270 .remapping in add_parameter_mapping()
277 remapping: Rc::new(remapping), in add_parameter_mapping()
298 let remapped = self.remapping.get(&b).copied().unwrap_or(b); in apply_mappings()
/dports/www/trafficserver/trafficserver-9.1.1/doc/admin-guide/plugins/
H A Dconf_remap.en.rst26 remapping rules.
60 Configuration of this plugin is performed alongside the actual remapping rules
68 In cases where you have very few remapping rules which modify directives, and
70 to simply specify those directive changes in-line with your remapping rules.
73 remapping rule.
85 where multiple remapping rules perform the same directive changes. External
88 sync across all the remapping rules over time.
98 Your :file:`remap.config` will then contain remapping rules that point to this
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/docs/CommandGuide/
H A Dllvm-cxxmap.rst1 llvm-cxxmap - Mangled name remapping tool
34 .. option:: -remapping-file=file, -r=file
38 See :ref:`remapping-file`.
60 The remapping file is a text file containing lines of the form
86 should be treated as equivalent, the following remapping file could be used:
99 Symbol remapping is currently only supported for C++ mangled names

12345678910>>...119