reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
85 while (CIP < CPUInfoEnd && CPUStart == 0) { 86 if (CIP < CPUInfoEnd && *CIP == '\n') 89 if (CIP < CPUInfoEnd && *CIP == 'c') { 91 if (CIP < CPUInfoEnd && *CIP == 'p') { 93 if (CIP < CPUInfoEnd && *CIP == 'u') { 95 while (CIP < CPUInfoEnd && (*CIP == ' ' || *CIP == '\t')) 98 if (CIP < CPUInfoEnd && *CIP == ':') { 100 while (CIP < CPUInfoEnd && (*CIP == ' ' || *CIP == '\t')) 103 if (CIP < CPUInfoEnd) { 105 while (CIP < CPUInfoEnd && (*CIP != ' ' && *CIP != '\t' && 116 while (CIP < CPUInfoEnd && *CIP != '\n')