Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 3 of 3) sorted by relevance

/test/lib/
A Dinitjmp.c32 void *stack; in lib_initjmp() local
41 stack = malloc(stack_sz); in lib_initjmp()
42 ut_assertnonnull(stack); in lib_initjmp()
55 ret = initjmp(buf, entrypoint, stack, stack_sz); in lib_initjmp()
69 free(stack); in lib_initjmp()
/test/py/tests/
A Dtest_dm.py34 stack = [] # holds where we were up to at the previous indent level
46 if indent > len(stack):
47 stack.append(prev)
49 elif indent < len(stack):
50 prev = stack.pop()
55 print('indent', cur >= prev, indent, prev, cur, stack)
/test/py/
A Dutils.py277 frame = inspect.stack()[1]

Completed in 4 milliseconds