Home
last modified time | relevance | path

Searched defs:m (Results 1 – 9 of 9) sorted by relevance

/MusicPlayer2/MusicPlayer2/taglib/
H A Dtmap.tcc42 MapPrivate(const std::map<class KeyP, class TP>& m) : RefCounterOld(), map(m) {} in MapPrivate()
45 MapPrivate(const std::map<KeyP, TP>& m) : RefCounterOld(), map(m) {} in MapPrivate()
57 Map<Key, T>::Map(const Map<Key, T> &m) : d(m.d) in Map()
172 Map<Key, T> &Map<Key, T>::operator=(const Map<Key, T> &m) in operator =()
179 void Map<Key, T>::swap(Map<Key, T> &m) in swap()
/MusicPlayer2/MusicPlayer2/
H A DSpectralDataHelper.cpp10 int m = i / 2; in CSpectralDataHelper() local
18 int m = static_cast<int>(std::log(i) / std::log(FFT_SAMPLE) * SPECTRUM_COL); in CSpectralDataHelper() local
H A DCueFile.cpp11 int m{}, s{}, f{}; in CueTime2Time() local
H A DInternetCommon.cpp341 int m = matchString.size(); in StringSimilarDegree_LD() local
H A DCommon.cpp501 std::streampos l, m; in GetFileSize() local
/MusicPlayer2/scintilla/src/
H A DViewStyle.cxx163 for (const MarginStyle &m : ms) { in CalculateMarginWidthAndMask() local
H A DPerLine.cxx42 unsigned int m = 0; in MarkValue() local
H A DDocument.cxx345 unsigned int m = valueSet; in AddMarkSet() local
H A DEditor.cxx4425 for (const MarginStyle &m : vs.ms) { in GetMarginCursor() local