Home
last modified time | relevance | path

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

/components/legacy/fdt/src/
A Ddtb_access.c493 const uint32_t *list, *list_end; in __dtb_node_parse_phandle_with_args() local
504 list_end = list + size / sizeof(*list); in __dtb_node_parse_phandle_with_args()
507 while (list < list_end) in __dtb_node_parse_phandle_with_args()
558 if (list + count > list_end) in __dtb_node_parse_phandle_with_args()

Completed in 3 milliseconds