Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.cc175 double avg_entropy = 0.0; in ProcessDexFiles() local
179 avg_entropy -= ratio * log(ratio) / log(256.0); in ProcessDexFiles()
182 return avg_entropy * total; in ProcessDexFiles()