Searched refs:pstack (Results 1 – 4 of 4) sorted by relevance
139 int pos, paren, pstack, result = 0; in test_main() local148 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 …]
12 unsigned long pstack[STACK_SIZE]; variable40 (void *)&pstack[STACK_SIZE], /* the initial stack pointer */
290 local pstack = self._stackp293 if libbcc.bpf_lookup_elem(self.map_fd, pkey, pstack) < 0 then302 local addr = pstack[0].ip[i]