Searched defs:t (Results 1 – 10 of 10) sorted by relevance
43 int t = msec + sec * 1000 + min * 60000; in toInt() local92 int t = (min - time.min) * 60000 + (sec - time.sec) * 1000 + (msec - time.msec); variable95 int t = (min + time.min) * 60000 + (sec + time.sec) * 1000 + (msec + time.msec); variable
183 const char* t = "0123456789abcdef"; in str_hex() local
9 #define ft2ts(t) (((size_t)t.dwHighDateTime << 32) | (size_t)t.dwLowDateTime) argument663 auto t = d; in GetAudioDevices() local
1066 Time t; in OnSeekToCurLine() local
189 Time t{}; in DisposeLrc() local
118 time_t t = ull / 10000000ULL; in FileTimeToTimeT() local
1715 const char* t = FirstChild()->Value(); in QueryIntText() local1728 const char* t = FirstChild()->Value(); in QueryUnsignedText() local1741 const char* t = FirstChild()->Value(); in QueryInt64Text() local1754 const char* t = FirstChild()->Value(); in QueryUnsigned64Text() local1767 const char* t = FirstChild()->Value(); in QueryBoolText() local1780 const char* t = FirstChild()->Value(); in QueryDoubleText() local1793 const char* t = FirstChild()->Value(); in QueryFloatText() local
225 void Push( T t ) { in Push()
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()
796 const Sci::Position t = start; in RangeContainsProtected() local