Lines Matching full:highversion
1668 int highVersion = 0;1672 highVersion *= 10;1673 highVersion += versionInfo[index]-'0';1682 return (highVersion << 16) | lowVersion;