Searched refs:list_end (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/core/
H A Dof_access.c675 const __be32 *list, *list_end; local
686 list_end = list + size / sizeof(*list);
689 while (list < list_end) {
732 if (list + count > list_end) {
/u-boot/lib/
H A Dfdtdec.c747 const __be32 *list, *list_end; local
757 list_end = list + size / sizeof(*list);
760 while (list < list_end) {
810 if (list + count > list_end) {

Completed in 58 milliseconds