Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmpthreadport.c54 size_t stack_len; // number of bytes in the stack member
64 void mp_thread_init(void *stack_addr, mp_uint_t stack_len) in mp_thread_init() argument
73 thread->stack_len = stack_len; in mp_thread_init()
91 gc_collect_root(th->stack_addr, th->stack_len); in mp_thread_gc_others()
180 th->stack_len = (*stack_size) / sizeof(cpu_stack_t); in mp_thread_create_ex()
255 m_del(uint8_t, th->stack_addr, th->stack_len * sizeof(cpu_stack_t)); in mp_thread_deinit()
A Dmpthreadport.h46 void mp_thread_init(void *stack, mp_uint_t stack_len);
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmpthreadport.c54 size_t stack_len; // number of bytes in the stack member
64 void mp_thread_init(void *stack_addr, uint32_t stack_len) { in mp_thread_init() argument
72 thread->stack_len = stack_len; in mp_thread_init()
89 gc_collect_root(th->stack_addr, th->stack_len); in mp_thread_gc_others()
161 th->stack_len = (*stack_size) / sizeof(cpu_stack_t); in mp_thread_create_ex()
A Dmpthreadport.h35 void mp_thread_init(void *stack, uint32_t stack_len);
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmpthreadport.c54 size_t stack_len; // number of bytes in the stack member
64 void mp_thread_init(void *stack_addr, uint32_t stack_len) { in mp_thread_init() argument
72 thread->stack_len = stack_len; in mp_thread_init()
89 gc_collect_root(th->stack_addr, th->stack_len); in mp_thread_gc_others()
161 th->stack_len = (*stack_size) / sizeof(cpu_stack_t); in mp_thread_create_ex()
A Dmpthreadport.h35 void mp_thread_init(void *stack, uint32_t stack_len);
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibunicode.c1239 int stack_len, op, ret, i; in unicode_prop_ops() local
1243 stack_len = 0; in unicode_prop_ops()
1273 assert(stack_len >= 2); in unicode_prop_ops()
1275 cr1 = &stack[stack_len - 2]; in unicode_prop_ops()
1276 cr2 = &stack[stack_len - 1]; in unicode_prop_ops()
1277 cr3 = &stack[stack_len++]; in unicode_prop_ops()
1285 stack_len -= 2; in unicode_prop_ops()
1289 assert(stack_len >= 1); in unicode_prop_ops()
1290 if (cr_invert(&stack[stack_len - 1])) in unicode_prop_ops()
1300 assert(stack_len == 1); in unicode_prop_ops()
[all …]
A Dlibregexp.c2018 uint8_t stack_len; member
2045 StackInt *stack, size_t stack_len, in push_state() argument
2069 rs->stack_len = stack_len; in push_state()
2076 for(i = 0; i < stack_len; i++) in push_state()
2124 stack_len = rs->stack_len; in lre_exec_backtrack()
2135 stack_len = rs->stack_len; in lre_exec_backtrack()
2273 stack[stack_len++] = val; in lre_exec_backtrack()
2276 stack_len--; in lre_exec_backtrack()
2281 if (--stack[stack_len - 1] != 0) { in lre_exec_backtrack()
2286 stack[stack_len++] = (uintptr_t)cptr; in lre_exec_backtrack()
[all …]
A Dquickjs.c31706 int pos, int op, int stack_len) in compute_stack_size_rec() argument
31712 if (stack_len > s->stack_len_max) { in compute_stack_size_rec()
31713 s->stack_len_max = stack_len; in compute_stack_size_rec()
31723 printf("%5d: %d\n", pos, stack_len); in compute_stack_size_rec()
31727 if (s->stack_level_tab[pos] != stack_len) { in compute_stack_size_rec()
31729 s->stack_level_tab[pos], stack_len, pos); in compute_stack_size_rec()
31735 s->stack_level_tab[pos] = stack_len; in compute_stack_size_rec()
31762 if (stack_len < n_pop) { in compute_stack_size_rec()
31766 stack_len += oi->n_push - n_pop; in compute_stack_size_rec()
31767 if (stack_len > s->stack_len_max) { in compute_stack_size_rec()
[all …]

Completed in 115 milliseconds