Searched refs:pstack (Results 1 – 3 of 3) sorted by relevance
102 int pos, paren, pstack, result = 0; in test_main() local110 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 …]
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]