Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 25) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DSongInfo.cpp251 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 DCListenTimeStatisticsDlg.cpp164 … 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 DListCache.cpp89 … [](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 DColorConvert.cpp30 float b = rgb->blue / 255.0f; in RGBtoHSL() local
204 BYTE b = GetBValue(color); in Desaturate() local
H A Dmd5.cpp57 auto b = v[1]; in md5Hash() local
H A DAllMediaDlg.cpp135 { in InitListData()
H A DMediaClassifyDlg.cpp135 { in ShowClassifyList()
H A DAudioCommon.cpp432 [](const A_Cue_File& a, const A_Cue_File& b) { return a.modified_time < b.modified_time; }); in GetCueTracks()
H A Dbass.h39 #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 DWordList.cxx103 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 DCharacterSet.cxx18 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 DLexerModule.h70 inline int Maximum(int a, int b) noexcept { in Maximum()
H A DSubStyles.h102 for (int b=0; b < classifications; b++) { in BlockFromBaseStyle() local
110 int b = 0; in BlockFromStyle() local
/MusicPlayer2/scintilla/src/
H A DLineMarker.cxx432 for (int b = 0; b < 3; b++) { in Draw() local
444 for (int b = 0; b < 3; b++) { in Draw() local
H A DDocument.cxx643 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 DCaseConvert.cxx632 for (int b=1; b<widthCharBytes; b++) { in CaseConvertString() local
H A DDecoration.cxx152 …[](const std::unique_ptr<Decoration<POS>> &a, const std::unique_ptr<Decoration<POS>> &b) noexcept { in Create()
H A DXPM.cxx63 const unsigned int b = ValueOfHex(val[4]) * 16 + ValueOfHex(val[5]); in ColourFromHex() local
H A DViewStyle.cxx512 [](const EdgeProperties &a, const EdgeProperties &b) { in AddMultiEdge()
H A DEditView.cxx2436 unsigned int b = orig.GetBlue(); in InvertedLight() local
H A DEditor.cxx1928 [](const SelectionRange *a, const SelectionRange *b) noexcept {return *a < *b;}); in InsertCharacter()
/MusicPlayer2/scintilla/include/
H A DPlatform.h562 static constexpr long LongFromTwoShorts(short a,short b) noexcept { in LongFromTwoShorts()
/MusicPlayer2/MusicPlayer2/tinyxml2/
H A Dtinyxml2.cpp1619 bool b = defaultValue; in BoolAttribute() local
1832 bool b = defaultValue; in BoolText() local
2064 const XMLAttribute* b=other->FirstAttribute(); in ShallowEqual() local
H A Dtinyxml2.h1187 bool b=false; in BoolValue() local
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx734 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()