Searched refs:totalChars (Results 1 – 2 of 2) sorted by relevance
68 int32_t totalChars=0; in getOperationsPerIteration() local70 totalChars+= lines[i].len; in getOperationsPerIteration()72 return totalChars; in getOperationsPerIteration()137 int32_t totalChars=0; in getOperationsPerIteration() local139 totalChars+= lines[i].len; in getOperationsPerIteration()141 return totalChars; in getOperationsPerIteration()
434 int totalChars = 0; in doKeyGen() local436 totalChars += u_strlen(gFileLines[line].name); in doKeyGen()449 printf("Key Length / character = %f\n", (float)totalKeyLen / (float)totalChars); in doKeyGen()451 printf("%f, ", (float)totalKeyLen / (float)totalChars); in doKeyGen()