Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dtest.c139 int pos, paren, pstack, result = 0; in test_main() local
148 if (toys.optc) for (pos = paren = pstack = 0; ; pos++) { in test_main()
160 pstack ^= NOT; in test_main()
165 pstack <<= 3; in test_main()
175 if (pstack&NOT) result = !result; in test_main()
176 pstack &= ~NOT; in test_main()
177 if (pstack&OR) result = 1; in test_main()
178 else if (pstack&AND) result = 0; in test_main()
183 pstack >>= 3; in test_main()
196 if (!result) pstack |= AND; in test_main()
[all …]
/external/trusty/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/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]