OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:want_invalid
(Results
1 - 1
of
1
) sorted by null
/external/libchrome/sandbox/linux/bpf_dsl/
syscall_set.cc
96
const bool
want_invalid
= (set_ != Set::VALID_ONLY);
local
99
if (
want_invalid
&& range.first > 0 && num_ < range.first - 1) {
110
if (
want_invalid
&& num_ <= range.last) {
115
if (
want_invalid
) {
Completed in 55 milliseconds