Home
last modified time | relevance | path

Searched defs:t (Results 1 – 10 of 10) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DTime.h43 int t = msec + sec * 1000 + min * 60000; in toInt() local
92 int t = (min - time.min) * 60000 + (sec - time.sec) * 1000 + (msec - time.msec); variable
95 int t = (min + time.min) * 60000 + (sec + time.sec) * 1000 + (msec + time.msec); variable
H A Dmd5.cpp183 const char* t = "0123456789abcdef"; in str_hex() local
H A DFfmpegCore.cpp9 #define ft2ts(t) (((size_t)t.dwHighDateTime << 32) | (size_t)t.dwLowDateTime) argument
663 auto t = d; in GetAudioDevices() local
H A DLyricEditDlg.cpp1066 Time t; in OnSeekToCurLine() local
H A DLyric.cpp189 Time t{}; in DisposeLrc() local
H A DCommon.cpp118 time_t t = ull / 10000000ULL; in FileTimeToTimeT() local
/MusicPlayer2/MusicPlayer2/tinyxml2/
H A Dtinyxml2.cpp1715 const char* t = FirstChild()->Value(); in QueryIntText() local
1728 const char* t = FirstChild()->Value(); in QueryUnsignedText() local
1741 const char* t = FirstChild()->Value(); in QueryInt64Text() local
1754 const char* t = FirstChild()->Value(); in QueryUnsigned64Text() local
1767 const char* t = FirstChild()->Value(); in QueryBoolText() local
1780 const char* t = FirstChild()->Value(); in QueryDoubleText() local
1793 const char* t = FirstChild()->Value(); in QueryFloatText() local
H A Dtinyxml2.h225 void Push( T t ) { in Push()
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx831 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()
/MusicPlayer2/scintilla/src/
H A DEditor.cxx796 const Sci::Position t = start; in RangeContainsProtected() local