Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dtest.c102 int pos, paren, pstack, result = 0; in test_main() local
110 if (toys.optc) for (pos = paren = pstack = 0; ; pos++) { in test_main()
122 pstack ^= NOT; in test_main()
127 pstack <<= 3; in test_main()
137 if (pstack&NOT) result = !result; in test_main()
138 pstack &= ~NOT; in test_main()
139 if (pstack&OR) result = 1; in test_main()
140 else if (pstack&AND) result = 0; in test_main()
145 pstack >>= 3; in test_main()
158 if (!result) pstack |= AND; in test_main()
[all …]
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/
Dstartup.c12 unsigned long pstack[STACK_SIZE]; variable
40 (void *)&pstack[STACK_SIZE], /* the initial stack pointer */
/external/bcc/src/lua/bcc/
Dtable.lua290 local pstack = self._stackp
293 if libbcc.bpf_lookup_elem(self.map_fd, pkey, pstack) < 0 then
302 local addr = pstack[0].ip[i]