Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/tools/testing/selftests/efivarfs/
Defivarfs.sh149 local file_list="abc dump-type0-11-1-1362436005 1234 -"
172 -1234-1234-1234-123456789abc
178 -12345678-1234-1234-1234-123456789abc
179 a-12345678=1234-1234-1234-123456789abc
180 a-12345678-1234=1234-1234-123456789abc
181 a-12345678-1234-1234=1234-123456789abc
182 a-12345678-1234-1234-1234=123456789abc
183 1112345678-1234-1234-1234-123456789abc"
/kernel/linux/linux-5.10/arch/powerpc/math-emu/
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 …]
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
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]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-uevent41 add fe4d7c9d-b8c6-4a70-9ef1-3d8a58d18eed A=1 B=abc
47 SYNTH_ARG_B=abc
/kernel/liteos_a/testsuites/unittest/libc/sys/smoke/
Dsys_test_009.cpp36 const char *name = "ABC"; in TestCase()
49 ret = unsetenv("ABC"); in TestCase()
Dsys_test_012.cpp37 const char *name = "ABC"; in TestCase()
53 ret = unsetenv("ABC"); in TestCase()
/kernel/linux/linux-5.10/lib/
Dglobtest.c98 "1" "*??\0" "abc\0"
102 "1" "??*\0" "abc\0"
106 "1" "?*?\0" "abc\0"
Dtest_strscpy.c136 KSTM_CHECK_ZERO(tc("abc", 3, -E2BIG, 2, 1, 0)); in selftest()
142 KSTM_CHECK_ZERO(tc("abc", 4, 3, 3, 1, 0)); in selftest()
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/
Dprocess_test_068.cpp38 char *envp[] = {"ABC=asddfg", NULL}; in TestCase()
58 ret = strncmp(temp, "ABC=asddfg", strlen(temp)); in TestCase()
Dprocess_test_069.cpp38 char *envp[] = {"ABC=asddfg", NULL}; in TestCase()
59 ret = strncmp(temp, "ABC=asddfg", strlen(temp)); in TestCase()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dcore_extern.c98 { .name = "int (bad)", .fails = 1, .cfg = CFG"CONFIG_INT=abc" },
99 { .name = "int (str)", .fails = 1, .cfg = CFG"CONFIG_INT=\"abc\"" },
101 { .name = "int (mixed)", .fails = 1, .cfg = CFG"CONFIG_INT=123abc" },
/kernel/linux/linux-5.10/drivers/mfd/
Dintel-lpss-acpi.c91 { "80860ABC", (kernel_ulong_t)&bxt_info },
95 { "80865ABC", (kernel_ulong_t)&bxt_info },
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/ptp/
Dptp-idtcm.yaml63 compatible = "abc,acme-1234";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dtps62360-regulator.txt30 abc: tps62360 {
/kernel/liteos_m/testsuites/unittest/posix/src/string/
Dstring_func_test_03.c224 char *ret = strptime("2020-10-29 21:24:00abc", "%Y-%m-%d %H:%M:%S", &tmData);
225 TEST_ASSERT_EQUAL_CHAR_ARRAY(ret, "abc", 3);
/kernel/linux/linux-5.10/Documentation/usb/
Dmisc_usbsevseg.rst42 echo "123ABC" > /sys/bus/usb/.../text (ascii)
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/full/
DIt_los_queue_head_038.c42 CHAR buff1[8] = "abc"; in Testcase()
DIt_los_queue_106.c44 CHAR buff1[QUEUE_SHORT_BUFFER_LENGTH] = "ABC"; in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/util/smoke/
Dutil_test_001.cpp48 CHAR * const shortOptions = "abc"; in TestCase()
Dutil_test_002.cpp48 CHAR * const shortOptions = "abc"; in TestCase()
/kernel/linux/linux-5.10/arch/mips/include/asm/sn/sn0/
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 */
/kernel/linux/linux-5.10/drivers/staging/hievent/
Dhiview_hievent.c247 * for example: "abc:def;ghi" transfer to "abc::def;;ghi"
/kernel/linux/linux-5.10/fs/efivarfs/
Dinode.c64 * 12345678-1234-1234-1234-123456789abc in efivarfs_valid_name()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/smoke/
DIt_los_queue_105.c44 CHAR buff1[QUEUE_SHORT_BUFFER_LENGTH] = "abc"; in Testcase()
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_cong.c389 * We do not implement RFC3465 Appropriate Byte Counting (ABC) per se but
393 * ABC caps N to 2. Slow start exits when cwnd grows over ssthresh and

12