Home
last modified time | relevance | path

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

/system/libziparchive/
Dzip_cd_entry_map.cc27 static uint32_t RoundUpPower2(uint32_t val) { in RoundUpPower2() function
108 hash_table_size_ = RoundUpPower2(1 + (num_entries * 4) / 3); in CdEntryMapZip32()