Home
last modified time | relevance | path

Searched refs:ftest (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/arch/x86/um/vdso/
H A DMakefile56 CFLAGS_REMOVE_vdso-note.o = -pg -fprofile-arcs -ftest-coverage
57 CFLAGS_REMOVE_um_vdso.o = -pg -fprofile-arcs -ftest-coverage
/openbmc/linux/arch/m68k/ifpsp060/
H A DTEST.DOC32 The files itest.sa and ftest.sa contain simple tests to check
37 The release files itest.sa and ftest.sa are essentially
52 The source code itest.s and ftest.s have been included but only
84 sit adjacent to the {i,f}test.sa image in memory. Since itest.sa and ftest.sa
171 Again, itest.sa and ftest.sa are simple tests and do not thoroughly
201 # ftest.sa starts here; start of "Entry-point" section.
H A DREADME57 ftest.sa Simple test program to test that {p}fpsp.sa
59 ftest.s above test; source code
H A DMISC201 ftest.s : 2.1
/openbmc/u-boot/tools/binman/
H A Dbinman51 import ftest
72 for module in (entry_test.TestEntry, ftest.TestFunctional, fdt_test.TestFdt,
H A Dbinman.py51 import ftest
72 for module in (entry_test.TestEntry, ftest.TestFunctional, fdt_test.TestFdt,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/
H A D0001-Do-not-overwrite-all-our-build-flags.patch30 set(CMAKE_CXX_FLAGS_PROFILE "-g3 -fno-inline -ftest-coverage -fprofile-arcs")
47 set(CMAKE_CXX_FLAGS_PROFILE "-g3 -fno-inline -ftest-coverage -fprofile-arcs")
/openbmc/linux/arch/um/
H A DMakefile-skas7 GCOV_OPT += -fprofile-arcs -ftest-coverage
/openbmc/openbmc/poky/meta/recipes-support/utfcpp/
H A Dutfcpp_4.0.6.bb6 file://extern/ftest/LICENSE;md5=d33c6488d3b003723a5f17ac984db030"
/openbmc/linux/drivers/scsi/lpfc/
H A DMakefile24 ccflags-$(GCOV) := -fprofile-arcs -ftest-coverage
/openbmc/linux/arch/um/scripts/
H A DMakefile.rules26 $(patsubst -pg,,$(patsubst -fprofile-arcs -ftest-coverage,,$(1)))
/openbmc/linux/kernel/
H A Dseccomp.c284 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()
/openbmc/qemu/tests/qtest/
H A Dlibqtest.h732 #define qtest_add(testpath, Fixture, tdata, fsetup, ftest, fteardown) \ argument
735 g_test_add(path, Fixture, tdata, fsetup, ftest, fteardown); \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse/
H A D0001-Preserve-CXXFLAGS-from-environment-in-Mongoose.patch38 SET(CMAKE_EXE_LINKER_FLAGS_DEBUG "-fprofile-arcs -ftest-coverage")
/openbmc/linux/include/linux/
H A Dfilter.h1240 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()
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/
H A Dgcov.rst96 在gcc编译时如果配置了选项 ``-ftest-coverage`` 时生成的。
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0002-gcc-poison-system-directories.patch198 %{coverage:-fprofile-arcs -ftest-coverage}\
/openbmc/linux/Documentation/dev-tools/
H A Dgcov.rst97 option ``-ftest-coverage``.
/openbmc/linux/net/core/
H A Dfilter.c1065 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()
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->jf + 1 >= flen) in bpf_check_classic()
1117 if (bpf_anc_helper(ftest) & BPF_ANC) in bpf_check_classic()
[all …]
/openbmc/qemu/target/hppa/
H A Dinsns.decode606 ftest 001100 00000 00000 y:3 00 10000 1 c:5
/openbmc/linux/
H A DMakefile757 CFLAGS_GCOV := -fprofile-arcs -ftest-coverage
H A Dopengrok1.0.log[all...]
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dfpsp.S5593 ftest.x %fp0 # test sign of argument
13120 # ftst(): emulates the ftest instruction #
H A Dfplsp.S5918 ftest.x %fp0 # test sign of argument
/openbmc/
Dopengrok1.0.log[all...]

12