Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cjson/src/
A DcJPath.c415 int arr_size = cJSON_GetArraySize(jsquery); in cJSON_Path() local
417 for (int i = 0; i < arr_size; i++) { in cJSON_Path()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c53829 duk_int_t arr_size; local
53867 arr_size = depth * 2;
53869 arr_size += 2;
53877 arr_size += 2;
53883 DUK_D(DUK_DPRINT("preallocated _Tracedata to %ld items", (long) arr_size));
53884 tv = duk_push_harray_with_size_outptr(thr, (duk_uint32_t) arr_size);
53887 DUK_ASSERT(arr_size == 0 || tv != NULL);
53962 DUK_ASSERT(a->length == (duk_uint32_t) arr_size);

Completed in 296 milliseconds