Home
last modified time | relevance | path

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

/components/legacy/fdt/src/
A Ddtb_access.c494 int rc = 0, cur_index = 0; in __dtb_node_parse_phandle_with_args() local
528 if (cells_name || cur_index == index) in __dtb_node_parse_phandle_with_args()
573 if (cur_index == index) in __dtb_node_parse_phandle_with_args()
601 cur_index++; in __dtb_node_parse_phandle_with_args()
610 rc = index < 0 ? cur_index : -ENOENT; in __dtb_node_parse_phandle_with_args()
/components/drivers/usb/cherryusb/core/
A Dusbd_core.c335 uint32_t cur_index = 0U; local
376 cur_index = 0U;
380 if (cur_index == index) {
385 cur_index++;

Completed in 11 milliseconds