Searched refs:pstack (Results 1 – 2 of 2) sorted by relevance
93 int pos, paren, pstack, result = 0; in test_main() local101 if (toys.optc) for (pos = paren = pstack = 0; ; pos++) { in test_main()113 pstack ^= NOT; in test_main()118 pstack <<= 3; in test_main()128 if (pstack&NOT) result = !result; in test_main()129 pstack &= ~NOT; in test_main()130 if (pstack&OR) result = 1; in test_main()131 else if (pstack&AND) result = 0; in test_main()136 pstack >>= 3; in test_main()149 if (!result) pstack |= AND; in test_main()[all …]
290 local pstack = self._stackp293 if libbcc.bpf_lookup_elem(self.map_fd, pkey, pstack) < 0 then302 local addr = pstack[0].ip[i]