Searched refs:full_chunks (Results 1 – 1 of 1) sorted by relevance
160 size_t full_chunks = (content_len - 1) / BLAKE3_CHUNK_LEN; in left_len() local161 return round_down_to_power_of_2(full_chunks) * BLAKE3_CHUNK_LEN; in left_len()