Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wifi_provision/smartconfig/
A Dawss_smartconfig.c650 int max_match = 0, match_group = -1, match_end = GROUP_NUMBER, in try_to_sync_pos() local
683 match_group = i; in try_to_sync_pos()
687 match_group, match_end); in try_to_sync_pos()
725 if (guess_pos == match_group) { /* case 1 */ in try_to_sync_pos()
728 final_pos = match_group; in try_to_sync_pos()
733 final_pos = match_group; in try_to_sync_pos()
740 final_pos = match_group; in try_to_sync_pos()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodure.c67 STATIC mp_obj_t match_group(mp_obj_t self_in, mp_obj_t no_in) { in match_group() function
82 MP_DEFINE_CONST_FUN_OBJ_2(match_group_obj, match_group);
93 groups->items[i - 1] = match_group(self_in, MP_OBJ_NEW_SMALL_INT(i)); in match_groups()

Completed in 5 milliseconds