Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:VERIFIER_FOUR
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
verifier.c
189
#define
VERIFIER_FOUR
4
macro
3463
if (size >=
VERIFIER_FOUR
) {
in coerce_reg_to_size()
6906
bpf_alu_string[opcode >>
VERIFIER_FOUR
]);
in adjust_reg_min_max_vals()
7582
[BPF_JEQ >>
VERIFIER_FOUR
] = BPF_JEQ,
in reg_set_min_max_inv()
7583
[BPF_JNE >>
VERIFIER_FOUR
] = BPF_JNE,
in reg_set_min_max_inv()
7584
[BPF_JSET >>
VERIFIER_FOUR
] = BPF_JSET,
in reg_set_min_max_inv()
7586
[BPF_JGE >>
VERIFIER_FOUR
] = BPF_JLE,
in reg_set_min_max_inv()
7587
[BPF_JGT >>
VERIFIER_FOUR
] = BPF_JLT,
in reg_set_min_max_inv()
7588
[BPF_JLE >>
VERIFIER_FOUR
] = BPF_JGE,
in reg_set_min_max_inv()
7589
[BPF_JLT >>
VERIFIER_FOUR
]
in reg_set_min_max_inv()
[all...]
Completed in 12 milliseconds