Searched refs:str_index (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | objstr.c | 281 size_t str_index, str_index_end; in find_subbytes() local 283 str_index = 0; in find_subbytes() 286 str_index = hlen - nlen; in find_subbytes() 290 if (memcmp(&haystack[str_index], needle, nlen) == 0) { in find_subbytes() 292 return haystack + str_index; in find_subbytes() 294 if (str_index == str_index_end) { in find_subbytes() 298 str_index += direction; in find_subbytes() 752 STATIC mp_obj_t str_index(size_t n_args, const mp_obj_t *args) { in str_index() function 755 MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(str_index_obj, 2, 4, str_index);
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.c | 7393 uint32_t num_index, str_index, sym_index, exotic_count; in JS_GetOwnPropertyNamesInternal() local 7505 str_index = num_keys_count; in JS_GetOwnPropertyNamesInternal() 7506 sym_index = str_index + str_keys_count; in JS_GetOwnPropertyNamesInternal() 7521 j = str_index++; in JS_GetOwnPropertyNamesInternal() 7557 j = str_index++; in JS_GetOwnPropertyNamesInternal() 7572 assert(str_index == num_keys_count + str_keys_count); in JS_GetOwnPropertyNamesInternal()
|
Completed in 97 milliseconds