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:ftest
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/um/vdso/
H
A
D
Makefile
53
CFLAGS_REMOVE_vdso-note.o = -pg -fprofile-arcs -
ftest
-coverage
54
CFLAGS_REMOVE_um_vdso.o = -pg -fprofile-arcs -
ftest
-coverage
/kernel/linux/linux-6.6/arch/x86/um/vdso/
H
A
D
Makefile
56
CFLAGS_REMOVE_vdso-note.o = -pg -fprofile-arcs -
ftest
-coverage
57
CFLAGS_REMOVE_um_vdso.o = -pg -fprofile-arcs -
ftest
-coverage
/kernel/liteos_a/testsuites/build/
H
A
D
los_test_config.mk
40
LITEOS_GCOV_OPTS := -fprofile-arcs -
ftest
-coverage -Wno-maybe-uninitialized
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
Makefile
24
ccflags-$(GCOV) := -fprofile-arcs -
ftest
-coverage
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
Makefile
24
ccflags-$(GCOV) := -fprofile-arcs -
ftest
-coverage
/kernel/linux/linux-5.10/kernel/
H
A
D
seccomp.c
235
struct sock_filter *
ftest
= &filter[pc];
in seccomp_check_filter()
local
236
u16 code =
ftest
->code;
in seccomp_check_filter()
237
u32 k =
ftest
->k;
in seccomp_check_filter()
241
ftest
->code = BPF_LDX | BPF_W | BPF_ABS;
in seccomp_check_filter()
247
ftest
->code = BPF_LD | BPF_IMM;
in seccomp_check_filter()
248
ftest
->k = sizeof(struct seccomp_data);
in seccomp_check_filter()
251
ftest
->code = BPF_LDX | BPF_IMM;
in seccomp_check_filter()
252
ftest
->k = sizeof(struct seccomp_data);
in seccomp_check_filter()
/kernel/linux/linux-6.6/kernel/
H
A
D
seccomp.c
284
struct sock_filter *
ftest
= &filter[pc];
in seccomp_check_filter()
local
285
u16 code =
ftest
->code;
in seccomp_check_filter()
286
u32 k =
ftest
->k;
in seccomp_check_filter()
290
ftest
->code = BPF_LDX | BPF_W | BPF_ABS;
in seccomp_check_filter()
296
ftest
->code = BPF_LD | BPF_IMM;
in seccomp_check_filter()
297
ftest
->k = sizeof(struct seccomp_data);
in seccomp_check_filter()
300
ftest
->code = BPF_LDX | BPF_IMM;
in seccomp_check_filter()
301
ftest
->k = sizeof(struct seccomp_data);
in seccomp_check_filter()
/kernel/linux/linux-5.10/include/linux/
H
A
D
filter.h
1201
static inline u16 bpf_anc_helper(const struct sock_filter *
ftest
)
in bpf_anc_helper()
argument
1203
BUG_ON(
ftest
->code & BPF_ANC);
in bpf_anc_helper()
1205
switch (
ftest
->code) {
in bpf_anc_helper()
1211
switch (
ftest
->k) {
in bpf_anc_helper()
1231
return
ftest
->code;
in bpf_anc_helper()
/kernel/linux/linux-6.6/include/linux/
H
A
D
filter.h
1240
static inline u16 bpf_anc_helper(const struct sock_filter *
ftest
)
in bpf_anc_helper()
argument
1242
BUG_ON(
ftest
->code & BPF_ANC);
in bpf_anc_helper()
1244
switch (
ftest
->code) {
in bpf_anc_helper()
1250
switch (
ftest
->k) {
in bpf_anc_helper()
1270
return
ftest
->code;
in bpf_anc_helper()
/kernel/linux/linux-5.10/net/core/
H
A
D
filter.c
1065
const struct sock_filter *
ftest
= &filter[pc];
in bpf_check_classic()
local
1068
if (!chk_code_allowed(
ftest
->code))
in bpf_check_classic()
1072
switch (
ftest
->code) {
in bpf_check_classic()
1076
if (
ftest
->k == 0)
in bpf_check_classic()
1081
if (
ftest
->k >= 32)
in bpf_check_classic()
1089
if (
ftest
->k >= BPF_MEMWORDS)
in bpf_check_classic()
1093
/* Note, the large
ftest
->k might cause loops.
in bpf_check_classic()
1097
if (
ftest
->k >= (unsigned int)(flen - pc - 1))
in bpf_check_classic()
1109
if (pc +
ftest
->jt + 1 >= flen ||
in bpf_check_classic()
1110
pc +
ftest
in bpf_check_classic()
[all...]
/kernel/linux/linux-6.6/net/core/
H
A
D
filter.c
1065
const struct sock_filter *
ftest
= &filter[pc];
in bpf_check_classic()
local
1068
if (!chk_code_allowed(
ftest
->code))
in bpf_check_classic()
1072
switch (
ftest
->code) {
in bpf_check_classic()
1076
if (
ftest
->k == 0)
in bpf_check_classic()
1081
if (
ftest
->k >= 32)
in bpf_check_classic()
1089
if (
ftest
->k >= BPF_MEMWORDS)
in bpf_check_classic()
1093
/* Note, the large
ftest
->k might cause loops.
in bpf_check_classic()
1097
if (
ftest
->k >= (unsigned int)(flen - pc - 1))
in bpf_check_classic()
1109
if (pc +
ftest
->jt + 1 >= flen ||
in bpf_check_classic()
1110
pc +
ftest
in bpf_check_classic()
[all...]
/kernel/linux/linux-5.10/
H
A
D
Makefile
660
CFLAGS_GCOV := -fprofile-arcs -
ftest
-coverage \
/kernel/linux/linux-6.6/
H
A
D
Makefile
757
CFLAGS_GCOV := -fprofile-arcs -
ftest
-coverage
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H
A
D
fpsp.S
5593
ftest
.x %fp0 # test sign of argument
6024
ftest
.x %fp0 # test sign of argument
13120
# ftst(): emulates the
ftest
instruction #
24308
ftest
.x %fp0 # test for zero
24323
ftest
.x %fp0 # test for zero
H
A
D
fplsp.S
5487
ftest
.x %fp0 # test sign of argument
5918
ftest
.x %fp0 # test sign of argument
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H
A
D
fpsp.S
5593
ftest
.x %fp0 # test sign of argument
6024
ftest
.x %fp0 # test sign of argument
13120
# ftst(): emulates the
ftest
instruction #
24308
ftest
.x %fp0 # test for zero
24323
ftest
.x %fp0 # test for zero
H
A
D
fplsp.S
5487
ftest
.x %fp0 # test sign of argument
5918
ftest
.x %fp0 # test sign of argument
Completed in 97 milliseconds