Searched refs:total (Results 1 – 4 of 4) sorted by relevance
69 sha1_ctx->total[0] = 0; in sl_se_hash_sha1_multipart_starts()70 sha1_ctx->total[1] = 0; in sl_se_hash_sha1_multipart_starts()100 sha224_ctx->total[0] = 0; in sl_se_hash_sha224_multipart_starts()101 sha224_ctx->total[1] = 0; in sl_se_hash_sha224_multipart_starts()131 sha256_ctx->total[0] = 0; in sl_se_hash_sha256_multipart_starts()132 sha256_ctx->total[1] = 0; in sl_se_hash_sha256_multipart_starts()163 sha384_ctx->total[0] = 0; in sl_se_hash_sha384_multipart_starts()164 sha384_ctx->total[1] = 0; in sl_se_hash_sha384_multipart_starts()165 sha384_ctx->total[2] = 0; in sl_se_hash_sha384_multipart_starts()166 sha384_ctx->total[3] = 0; in sl_se_hash_sha384_multipart_starts()[all …]
400 uint32_t total[2]; ///< number of bytes processed member408 uint32_t total[2]; ///< Number of bytes processed member416 uint32_t total[2]; ///< Number of bytes processed member425 uint32_t total[4]; ///< Number of bytes processed member433 uint32_t total[4]; ///< Number of bytes processed member
721 int32_t total; in MSC_GetCacheMeasurement() local736 total = (int32_t)MSC->CACHEMISSES + hits; in MSC_GetCacheMeasurement()739 if (total == 0) { in MSC_GetCacheMeasurement()743 return (hits * 100) / total; in MSC_GetCacheMeasurement()
728 int32_t total; in MSC_GetCacheMeasurement() local743 total = (int32_t)MSC->CACHEMISSES + hits; in MSC_GetCacheMeasurement()746 if (total == 0) { in MSC_GetCacheMeasurement()750 return (hits * 100) / total; in MSC_GetCacheMeasurement()