Searched refs:RoundUpPower2 (Results 1 - 1 of 1) sorted by relevance

/system/core/libziparchive/
H A Dzip_archive.cc144 static uint32_t RoundUpPower2(uint32_t val) { function
373 archive->hash_table_size = RoundUpPower2(1 + (num_entries * 4) / 3);

Completed in 69 milliseconds