Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_common.c65 int idx_first = sub_list_start_like_label - list; in bootloader_common_label_search() local
66 …if (idx_first == 0 || (idx_first != 0 && (list[idx_first - 1] == ',' || list[idx_first - 1] == ' '… in bootloader_common_label_search()