Searched refs:stack2 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dsdt.c56 uintptr_t stack0, stack1, stack2, stack3, stack4; local
80 stack2 = stack[i++];
87 stack2, stack3, stack4);
H A Dfbt.c84 uintptr_t stack0, stack1, stack2, stack3, stack4; local
111 stack2 = stack[i++];
118 stack2, stack3, stack4);
/vbox/src/recompiler/tests/
H A Dlinux-test.c427 uint8_t *stack1, *stack2; local
434 stack2 = malloc(STACK_SIZE);
435 pid2 = chk_error(clone(thread2_func, stack2 + STACK_SIZE,

Completed in 115 milliseconds