Home
last modified time | relevance | path

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

/u-boot/scripts/dtc/
A Ddtc.h175 #define for_each_label_withdel(l0, l) \ argument
176 for ((l) = (l0); (l); (l) = (l)->next)
178 #define for_each_label(l0, l) \ argument
179 for_each_label_withdel(l0, l) \
/u-boot/lib/
A Dbch.c612 int n = 0, i, l0, l1, l2; in find_poly_deg2_roots() local
617 l0 = bch->a_log_tab[poly->c[0]]; in find_poly_deg2_roots()
622 u = a_pow(bch, l0+l2+2*(GF_N(bch)-l1)); in find_poly_deg2_roots()

Completed in 17 milliseconds