Searched refs:l0 (Results 1 - 2 of 2) sorted by path

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

Completed in 75 milliseconds