Searched refs:l0 (Results 1 – 3 of 3) sorted by relevance
172 #define for_each_label_withdel(l0, l) \ argument173 for ((l) = (l0); (l); (l) = (l)->next)175 #define for_each_label(l0, l) \ argument176 for_each_label_withdel(l0, l) \
82 -l0)
603 int n = 0, i, l0, l1, l2; in find_poly_deg2_roots() local608 l0 = bch->a_log_tab[poly->c[0]]; in find_poly_deg2_roots()613 u = a_pow(bch, l0+l2+2*(GF_N(bch)-l1)); in find_poly_deg2_roots()