Searched refs:ex (Results 1 – 18 of 18) sorted by relevance
| /tools/build/tests/ |
| A D | run.sh | 5 make -C ex V=1 clean > ex.out 2>&1 6 make -C ex V=1 >> ex.out 2>&1 8 if [ ! -x ./ex/ex ]; then 21 make -rR -C ex V=1 ex.o >> ex.out 2>&1 22 make -rR -C ex V=1 ex.i >> ex.out 2>&1 23 make -rR -C ex V=1 ex.s >> ex.out 2>&1 25 if [ -x ./ex/ex ]; then 30 if [ ! -f ./ex/ex.o -o ! -f ./ex/ex.i -o ! -f ./ex/ex.s ]; then 46 if [ ! -x ./ex/ex ]; then 52 rm -f ex/krava.h ex/ex [all …]
|
| /tools/build/tests/ex/ |
| A D | Build | 1 ex-y += ex.o 2 ex-y += a.o 3 ex-y += b.o 4 ex-y += b.o 5 ex-y += empty/ 6 ex-y += empty2/ 7 ex-y += inc.o
|
| A D | Makefile | 7 ex: target 11 ex: ex-in.o libex-in.o target 14 ex.%: fixdep FORCE 17 ex-in.o: fixdep FORCE 18 make $(build)=ex 25 rm -f ex ex.i ex.s
|
| /tools/testing/selftests/x86/ |
| A D | test_FISTTP.c | 23 int ex; in test() local 39 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test() 40 if (ex != 0) { in test() 59 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test() 60 if (ex != FE_INEXACT) { in test() 82 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test() 83 if (ex != FE_INEXACT) { in test() 103 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test() 104 if (ex != FE_INEXACT) { in test()
|
| /tools/build/Documentation/ |
| A D | Build.txt | 51 ex/a.c 60 'ex' - consists of 'a.o', 'b.o' and libex.a 68 ex/Build: 69 ex-y += a.o 70 ex-y += b.o 77 ex/arch/Build: 88 ex/ex-in.o 89 ex/libex-in.o 96 $ gcc -o ex ex-in.o libex.a 98 You can check the 'ex' example in 'tools/build/tests/ex' for more details. [all …]
|
| /tools/testing/kunit/ |
| A D | run_checks.py | 53 ex = f.exception() 54 if not ex: 59 if isinstance(ex, subprocess.TimeoutExpired): 61 elif isinstance(ex, subprocess.CalledProcessError): 67 output = ex.output
|
| /tools/perf/tests/shell/ |
| A D | buildid.sh | 39 ex_md5=$(mktemp /tmp/perf.ex.MD5.XXX) 40 ex_sha1=$(mktemp /tmp/perf.ex.SHA1.XXX)
|
| /tools/testing/selftests/net/forwarding/ |
| A D | pedit_dsfield.sh | 159 flower action pedit ex munge $pedit_action 231 flower action pedit ex munge ip dsfield set 124 retain 0xfc \ 232 action pedit ex munge ip dsfield set 1 retain 0x03
|
| A D | tc_flower.sh | 694 ip link add ep-ex type erspan ttl 64 external # To collect tunnel info 695 ip link set ep-ex up 696 ip link set dev ep-ex master v$h2 697 tc qdisc add dev ep-ex clsact 700 tc filter add dev ep-ex ingress protocol ip handle 101 flower \ 705 tc filter add dev ep-ex ingress protocol ip handle 102 flower \ 720 tc qdisc del dev ep-ex clsact 721 tunnel_destroy ep-ex
|
| A D | pedit_ip.sh | 125 flower action pedit ex munge $pedit_action
|
| A D | pedit_l4port.sh | 129 flower action pedit ex munge $pedit_action
|
| /tools/testing/selftests/ftrace/test.d/kprobe/ |
| A D | kprobe_args_syntax.tc | 21 BADREG=%ex
|
| /tools/testing/selftests/bpf/progs/ |
| A D | btf_dump_test_case_padding.c | 181 union {} ex; member
|
| /tools/testing/selftests/tc-testing/ |
| A D | tdc.py | 488 ex_type, ex, ex_tb = sys.exc_info() 490 format(ex_type, ex)) 492 …y_exit_message = 'EMERGENCY EXIT, call_pre_suite failed with exception {} {}\n'.format(ex_type, ex) 538 ex_type, ex, ex_tb = sys.exc_info() 550 format(ex_type, ex, index, tidx['id'], tidx['name'], stage))
|
| /tools/testing/selftests/drivers/net/mlxsw/ |
| A D | qos_dscp_router.sh | 241 action pedit ex munge ip dsfield set $((3 << 2)) retain 0xfc \
|
| /tools/include/uapi/linux/ |
| A D | kvm.h | 244 } ex; member
|
| /tools/testing/selftests/net/ |
| A D | pmtu.sh | 828 action pedit ex munge ip df set 0x40 pipe csum ip and udp 831 action pedit ex munge ip df set 0x40 pipe csum ip and udp
|
| /tools/bpf/bpftool/bash-completion/ |
| A D | bpftool | 1222 # ex: ts=4 sw=4 et filetype=sh
|
Completed in 814 milliseconds