Home
last modified time | relevance | path

Searched refs:q (Results 1 – 6 of 6) sorted by relevance

/MusicPlayer2/MusicPlayer2/tinyxml2/
H A Dtinyxml2.cpp261 char* q = _start; // the write pointer in CollapseWhitespace() local
269 *q = ' '; in CollapseWhitespace()
270 ++q; in CollapseWhitespace()
272 *q = *p; in CollapseWhitespace()
273 ++q; in CollapseWhitespace()
276 *q = 0; in CollapseWhitespace()
291 char* q = _start; // the write pointer in GetStr() local
304 *q = LF; in GetStr()
305 ++q; in GetStr()
314 *q = LF; in GetStr()
[all …]
H A Dtinyxml2.h598 inline static bool StringEqual( const char* p, const char* q, int nChar=INT_MAX ) {
599 if ( p == q ) {
603 TIXMLASSERT( q );
605 return strncmp( p, q, nChar ) == 0;
/MusicPlayer2/MusicPlayer2/
H A DColorConvert.cpp91 float q = (l<0.5f) ? (l * (1.0f + s)) : (l + s - (l*s)); in HSLtoRGB() local
92 float p = (2.0f * l) - q; in HSLtoRGB()
104 T[i] = p + ((q - p)*6.0f*T[i]); in HSLtoRGB()
108 T[i] = q; in HSLtoRGB()
112 T[i] = p + (q - p) * ((2.0f / 3.0f) - T[i]) * 6.0f; in HSLtoRGB()
/MusicPlayer2/scintilla/src/
H A DRESearch.cxx941 Sci::Position q; in PMatch() local
942 if ((q = PMatch(ci, llp, endp, ap)) != NOTFOUND) { in PMatch()
943 e = q; in PMatch()
/MusicPlayer2/scintilla/win32/
H A Dmakefile40 DEL = $(if $(wildcard $(dir $(SHELL))rm.exe), $(dir $(SHELL))rm.exe -f, del /q)
H A Dscintilla.mak69 -del /q $(DIR_O)\*.obj $(DIR_O)\*.pdb $(DIR_O)\*.asm $(COMPONENT) $(LEXCOMPONENT) \