/MusicPlayer2/MusicPlayer2/ |
H A D | SongInfo.cpp | 251 static bool ByFileName(const SongInfo& a, const SongInfo& b) in ByFileName() 256 static bool ByFileNameDecending(const SongInfo& a, const SongInfo& b) in ByFileNameDecending() 261 static bool ByPath(const SongInfo& a, const SongInfo& b) in ByPath() 266 static bool ByPathDecending(const SongInfo& a, const SongInfo& b) in ByPathDecending() 271 static bool ByTitle(const SongInfo& a, const SongInfo& b) in ByTitle() 276 static bool ByTitleDecending(const SongInfo& a, const SongInfo& b) in ByTitleDecending() 281 static bool ByTrack(const SongInfo& a, const SongInfo& b) in ByTrack() 289 static bool ByTrackDecending(const SongInfo& a, const SongInfo& b) in ByTrackDecending() 294 static bool ByArtist(const SongInfo& a, const SongInfo& b) in ByArtist() 305 static bool ByArtistDecending(const SongInfo& a, const SongInfo& b) in ByArtistDecending() [all …]
|
H A D | CListenTimeStatisticsDlg.cpp | 164 … std::stable_sort(m_data_list.begin(), m_data_list.end(), [](const ListItem& a, const ListItem& b) in BEGIN_MESSAGE_MAP() 165 { in BEGIN_MESSAGE_MAP() 266 …sort(m_data_list.begin(), m_data_list.end(), [](const ListItem& a, const ListItem& b) { if (ascend… in OnHdnItemclickList1() 270 …sort(m_data_list.begin(), m_data_list.end(), [](const ListItem& a, const ListItem& b) { if (ascend… in OnHdnItemclickList1() 274 …sort(m_data_list.begin(), m_data_list.end(), [](const ListItem& a, const ListItem& b) { if (ascend… in OnHdnItemclickList1() 278 …sort(m_data_list.begin(), m_data_list.end(), [](const ListItem& a, const ListItem& b) { if (ascend… in OnHdnItemclickList1() 282 …sort(m_data_list.begin(), m_data_list.end(), [](const ListItem& a, const ListItem& b) { if (ascend… in OnHdnItemclickList1()
|
H A D | ListCache.cpp | 89 … [](const ListItem* a, const ListItem* b) { return a->create_time > b->create_time; }); in BuildSubList() 93 …[](const ListItem* a, const ListItem* b) { return CCommon::StringCompareInLocalLanguage(a->path, b… in BuildSubList()
|
H A D | ColorConvert.cpp | 30 float b = rgb->blue / 255.0f; in RGBtoHSL() local 204 BYTE b = GetBValue(color); in Desaturate() local
|
H A D | md5.cpp | 57 auto b = v[1]; in md5Hash() local
|
H A D | AllMediaDlg.cpp | 135 { in InitListData()
|
H A D | MediaClassifyDlg.cpp | 135 { in ShowClassifyList()
|
H A D | AudioCommon.cpp | 432 [](const A_Cue_File& a, const A_Cue_File& b) { return a.modified_time < b.modified_time; }); in GetCueTracks()
|
H A D | bass.h | 39 #define MAKEWORD(a,b) (WORD)(((a)&0xff)|((b)<<8)) argument 40 #define MAKELONG(a,b) (DWORD)(((a)&0xffff)|((b)<<16)) argument
|
/MusicPlayer2/scintilla/lexlib/ |
H A D | WordList.cxx | 103 static bool cmpWords(const char *a, const char *b) { in cmpWords() 109 static int cmpWords(const void *a, const void *b) { in cmpWords() 172 const char *b = s + 1; in InList() local 187 const char *b = s; in InList() local 220 const char *b = s + 1; in InListAbbreviated() local 239 const char *b = s; in InListAbbreviated() local 267 const char *b = s; in InListAbridged() local 290 const char *b = s; in InListAbridged() local
|
H A D | CharacterSet.cxx | 18 int CompareCaseInsensitive(const char *a, const char *b) noexcept { in CompareCaseInsensitive() 33 int CompareNCaseInsensitive(const char *a, const char *b, size_t len) noexcept { in CompareNCaseInsensitive()
|
H A D | LexerModule.h | 70 inline int Maximum(int a, int b) noexcept { in Maximum()
|
H A D | SubStyles.h | 102 for (int b=0; b < classifications; b++) { in BlockFromBaseStyle() local 110 int b = 0; in BlockFromStyle() local
|
/MusicPlayer2/scintilla/src/ |
H A D | LineMarker.cxx | 432 for (int b = 0; b < 3; b++) { in Draw() local 444 for (int b = 0; b < 3; b++) { in Draw() local
|
H A D | Document.cxx | 643 for (int b = 1; b < widthCharBytes; b++) { in LenChar() local 679 for (Sci::Position b=1; b<widthCharBytes && ((start+b) < cb.Length()); b++) in InGoodUTF8() local 780 for (int b=1; b<widthCharBytes; b++) in NextPosition() local 862 for (int b = 1; b<widthCharBytes; b++) in CharacterAfter() local 901 for (Sci::Position b = 0; b<widthCharBytes; b++) in CharacterBefore() local 974 for (int b=1; b<widthCharBytes; b++) in GetCharacterAndWidth() local 1985 for (int b=1; b<widthCharBytes; b++) in ExtractCharacter() local 2066 for (int b=1; b<widthCharBytes; b++) { in FindText() local
|
H A D | CaseConvert.cxx | 632 for (int b=1; b<widthCharBytes; b++) { in CaseConvertString() local
|
H A D | Decoration.cxx | 152 …[](const std::unique_ptr<Decoration<POS>> &a, const std::unique_ptr<Decoration<POS>> &b) noexcept { in Create()
|
H A D | XPM.cxx | 63 const unsigned int b = ValueOfHex(val[4]) * 16 + ValueOfHex(val[5]); in ColourFromHex() local
|
H A D | ViewStyle.cxx | 512 [](const EdgeProperties &a, const EdgeProperties &b) { in AddMultiEdge()
|
H A D | EditView.cxx | 2436 unsigned int b = orig.GetBlue(); in InvertedLight() local
|
H A D | Editor.cxx | 1928 [](const SelectionRange *a, const SelectionRange *b) noexcept {return *a < *b;}); in InsertCharacter()
|
/MusicPlayer2/scintilla/include/ |
H A D | Platform.h | 562 static constexpr long LongFromTwoShorts(short a,short b) noexcept { in LongFromTwoShorts()
|
/MusicPlayer2/MusicPlayer2/tinyxml2/ |
H A D | tinyxml2.cpp | 1619 bool b = defaultValue; in BoolAttribute() local 1832 bool b = defaultValue; in BoolText() local 2064 const XMLAttribute* b=other->FirstAttribute(); in ShallowEqual() local
|
H A D | tinyxml2.h | 1187 bool b=false; in BoolValue() local
|
/MusicPlayer2/scintilla/win32/ |
H A D | PlatWin.cxx | 734 constexpr DWORD dwordFromBGRA(byte b, byte g, byte r, byte a) noexcept { in dwordFromBGRA() 831 constexpr unsigned int Proportional(unsigned char a, unsigned char b, float t) noexcept { in Proportional() 835 ColourAlpha Proportional(ColourAlpha a, ColourAlpha b, float t) noexcept { in Proportional()
|