Home
last modified time | relevance | path

Searched full:abc (Results 1 – 25 of 47) sorted by relevance

12

/linux/arch/powerpc/math-emu/
H A Dmath.c153 #define ABC 4 macro
275 case FMSUBS: func = fmsubs; type = ABC; break; in do_mathemu()
276 case FMADDS: func = fmadds; type = ABC; break; in do_mathemu()
277 case FNMSUBS: func = fnmsubs; type = ABC; break; in do_mathemu()
278 case FNMADDS: func = fnmadds; type = ABC; break; in do_mathemu()
292 case FSEL: func = fsel; type = ABC; break; in do_mathemu()
295 case FMSUB: func = fmsub; type = ABC; break; in do_mathemu()
296 case FMADD: func = fmadd; type = ABC; break; in do_mathemu()
297 case FNMSUB: func = fnmsub; type = ABC; break; in do_mathemu()
298 case FNMADD: func = fnmadd; type = ABC; break; in do_mathemu()
[all …]
/linux/scripts/
H A Dcontainer7 import abc
18 class ContainerRuntime(abc.ABC):
35 @abc.abstractmethod
39 @abc.abstractmethod
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcustom_sec_handlers.c27 ASSERT_FALSE(true, "unexpected preload for abc"); in custom_prepare_load_prog()
81 abc1_id = libbpf_register_prog_handler("abc", BPF_PROG_TYPE_RAW_TRACEPOINT, 0, &abc1_opts); in register_sec_handlers()
82 abc2_id = libbpf_register_prog_handler("abc/", BPF_PROG_TYPE_RAW_TRACEPOINT, 0, &abc2_opts); in register_sec_handlers()
161 /* SEC("abc") is set to not auto-loaded */ in test_custom_sec_handlers()
H A Dcore_extern.c99 { .name = "int (bad)", .fails = 1, .cfg = CFG"CONFIG_INT=abc" },
100 { .name = "int (str)", .fails = 1, .cfg = CFG"CONFIG_INT=\"abc\"" },
102 { .name = "int (mixed)", .fails = 1, .cfg = CFG"CONFIG_INT=123abc" },
/linux/Documentation/admin-guide/media/
H A Ddvb_intro.rst111 ABC 226.500 Mhz
168 [ABC HDTV]
183 [ABC TV Melbourne]
198 [ABC TV 2]
213 [ABC TV 3]
228 [ABC TV 4]
243 [ABC DiG Radio]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_custom_sec_handlers.c17 SEC("abc")
24 SEC("abc/whatever")
/linux/Documentation/ABI/testing/
H A Dsysfs-uevent41 add fe4d7c9d-b8c6-4a70-9ef1-3d8a58d18eed A=1 B=abc
47 SYNTH_ARG_B=abc
/linux/lib/
H A Dglobtest.c
/linux/lib/tests/
H A Dseq_buf_kunit.c98 KUNIT_EXPECT_STREQ(test, seq_buf_str(&s), "abc"); in seq_buf_putc_test()
103 KUNIT_EXPECT_STREQ(test, seq_buf_str(&s), "abc"); in seq_buf_putc_test()
108 KUNIT_EXPECT_STREQ(test, seq_buf_str(&s), "abc"); in seq_buf_putc_test()
/linux/tools/tracing/rtla/tests/
H A Dosnoise.t40 … -S 2 --on-threshold shell,command='echo -n abc; false' --on-threshold shell,command='echo -n defg…
H A Dtimerlat.t61 "timerlat top -T 2 --on-threshold shell,command='echo -n abc; false' --on-threshold shell,command='echo -n defgh'" 2 "^abc" "defgh"
/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_wmfw_error.c436 "abc", "de"); in wmfw_v1_alg_name_unterminated()
489 "abc", NULL); in wmfw_v2_alg_name_exceeds_block()
506 * [ alg_id ][name_len]abc in wmfw_v2_alg_name_exceeds_block()
546 "abc", "de"); in wmfw_v2_alg_description_exceeds_block()
563 * [ alg_id ][name_len]abc[desc_len]de in wmfw_v2_alg_description_exceeds_block()
614 "abc", "de"); in wmfw_v1_coeff_count_exceeds_block()
669 "abc", "de"); in wmfw_v2_coeff_count_exceeds_block()
727 "abc", "de"); in wmfw_v2_coeff_block_size_exceeds_block()
788 "abc", "de"); in wmfw_v1_coeff_name_unterminated()
846 "abc", "de"); in wmfw_v2_coeff_shortname_exceeds_block()
[all …]
/linux/drivers/iio/chemical/
H A Dmhz19b.c37 /* ABC logic in MHZ19B means auto calibration. */
151 * echo 0 > calibration_auto_enable : ABC logic off
152 * echo 1 > calibration_auto_enable : ABC logic on
/linux/tools/testing/vma/tests/
H A Dmerge.c271 * 0123456789abc in __test_merge_new()
299 * 0123456789abc in __test_merge_new()
312 * 0123456789abc in __test_merge_new()
333 * 0123456789abc in __test_merge_new()
352 * 0123456789abc in __test_merge_new()
373 * 0123456789abc in __test_merge_new()
393 * 0123456789abc in __test_merge_new()
413 * 0123456789abc in __test_merge_new()
432 * 0123456789abc in __test_merge_new()
/linux/drivers/mfd/
H A Dintel-lpss-acpi.c165 { "80860ABC", (kernel_ulong_t)&bxt_info },
169 { "80865ABC", (kernel_ulong_t)&bxt_info },
/linux/tools/testing/selftests/net/
H A Dnat6to4.sh15 …567890123456789012345678901234567890123456789012345678901234567890123456789abc | socat - UDP4-DATA…
/linux/tools/perf/python/
H A Dilist.py5 from abc import ABC, abstractmethod
26 class TreeValue(ABC):
/linux/arch/mips/include/asm/sn/sn0/
H A Dhubmd.h304 #define MD_PDIR_ECC_SHFT 0 /* ABC low or high */
306 #define MD_PDIR_PRIO_SHFT 8 /* ABC low */
308 #define MD_PDIR_AX_SHFT 7 /* ABC low */
311 #define MD_PDIR_FINE_SHFT 12 /* ABC low */
/linux/Documentation/usb/
H A Dmisc_usbsevseg.rst42 echo "123ABC" > /sys/bus/usb/.../text (ascii)
/linux/tools/testing/selftests/ftrace/test.d/00basic/
H A Dtrace_marker_raw.tc90 if echo -n abc > ./trace_marker_raw ; then
/linux/fs/efivarfs/
H A Dinode.c72 * 12345678-1234-1234-1234-123456789abc in efivarfs_valid_name()
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-tyan-s7106.dts328 * - CPU #0 channels ABC VDDQ @ 0x80
330 * - CPU #1 channels ABC VDDQ @ 0x82
/linux/tools/testing/kunit/
H A Dkunit_kernel.py9 import importlib.abc
230 assert isinstance(spec.loader, importlib.abc.Loader)
/linux/tools/testing/selftests/drivers/net/bonding/
H A Dlag_lib.sh13 local addr6="fe80::78:9abc/64"
/linux/security/ipe/
H A Dpolicy_tests.c112 "op=EXECUTE dmverity_signature=abc action=ALLOW",

12