Home
last modified time | relevance | path

Searched refs:match_end (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
684 match_end = j - 1; in try_to_sync_pos()
687 match_group, match_end); in try_to_sync_pos()
726 match_end = GROUP_NUMBER; in try_to_sync_pos()
753 if (match_end != GROUP_NUMBER) { in try_to_sync_pos()
754 awss_trace("\t match from [1-%d]\r\n", match_end); in try_to_sync_pos()
756 for (i = final_pos + 1, j = 1; i <= final_pos + match_end; i++, j++) { in try_to_sync_pos()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodure.c142 STATIC mp_obj_t match_end(size_t n_args, const mp_obj_t *args) { in match_end() function
147 MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(match_end_obj, 1, 2, match_end);

Completed in 7 milliseconds