Searched defs:cchBlanks (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp4537 size_t cchBlanks = 1; local
4538 while (RT_C_IS_BLANK(psz[cchBlanks]))
4539 cchBlanks++;
4541 if (cchBlanks > 1)
4542 memmove(psz + 1, psz + cchBlanks, strlen(psz + cchBlanks) + 1);

Completed in 57 milliseconds