Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/SimplifyCFG/
D2006-06-12-InfLoop.ll89 loopentry.1.i85.loopexit: ; preds = %hamming.exit16.i
96 br i1 false, label %no_exit.i.i101.preheader, label %hamming.exit.i104
100 br i1 false, label %no_exit.i.i101, label %hamming.exit.i104.loopexit
101 hamming.exit.i104.loopexit: ; preds = %no_exit.i.i101
102 br label %hamming.exit.i104
103 hamming.exit.i104: ; preds = %hamming.exit.i104.loopexit, %no_exit.1.i87
104 br i1 false, label %no_exit.i15.i.preheader, label %hamming.exit16.i
105 no_exit.i15.i.preheader: ; preds = %hamming.exit.i104
108 br i1 false, label %no_exit.i15.i, label %hamming.exit16.i.loopexit
109 hamming.exit16.i.loopexit: ; preds = %no_exit.i15.i
[all …]
/external/skia/site/dev/runtime/
Dconfig.md38 description: Which scanline bitmap filter to use \[mitchell, lanczos, hamming,
/external/selinux/policycoreutils/mcstrans/src/
Dmcstrans.c1356 int loops, hamming, change=1; in compute_trans_from_raw() local
1359 hamming = 10000; in compute_trans_from_raw()
1367 for (g = domain->groups; g && hamming; g = g->next) { in compute_trans_from_raw()
1369 for (w = g->words; w && hamming; w = w->next) { in compute_trans_from_raw()
1389 if (h < hamming) { in compute_trans_from_raw()
1390 hamming = h; in compute_trans_from_raw()