Home
last modified time | relevance | path

Searched refs:path_this (Results 1 – 3 of 3) sorted by relevance

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dwave_helper.cpp45 QString path_this = sndFile.canonicalPath(); in sndFileCheckCopyOnWrite() local
46 if(path_this.isEmpty()) in sndFileCheckCopyOnWrite()
85 if(path == path_this) in sndFileCheckCopyOnWrite()
/dports/cad/yosys/yosys-yosys-0.12/passes/opt/
H A Dopt_dff.cc150 pattern_t path_this = path; in find_muxtree_feedback_patterns() local
152 path_this[sig_s[i]] = true; in find_muxtree_feedback_patterns()
154 for (auto &pat : find_muxtree_feedback_patterns(sig_b[i*width + index], q, path_this)) in find_muxtree_feedback_patterns()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/objects/
H A Dobject.cpp172 auto const* path_this = static_cast<PathObject const*>(this); in equals() local
174 if (path_this->getPatternOrigin() != path_other->getPatternOrigin()) in equals()