/openbmc/linux/arch/x86/crypto/ |
H A D | sha1_ni_asm.S | 66 #define ABCD %xmm0 macro 108 movdqu 0*16(DIGEST_PTR), ABCD 110 pshufd $0x1B, ABCD, ABCD 117 movdqa ABCD, (1*16)(%rsp) 123 movdqa ABCD, E1 124 sha1rnds4 $0, E0, ABCD 130 movdqa ABCD, E0 131 sha1rnds4 $0, E1, ABCD 138 movdqa ABCD, E1 139 sha1rnds4 $0, E0, ABCD [all …]
|
/openbmc/phosphor-logging/test/ |
H A D | remote_logging_test_config.cpp | 68 config->address("abcd:ef01::01"); in TEST_F() 70 EXPECT_EQ(getConfig(configFilePath.c_str()), "*.* @@[abcd:ef01::01]:50000"); in TEST_F() 76 std::string str = "*.* @@[abcd:ef01::01]:50000"; in TEST_F() 80 EXPECT_EQ(std::get<0>(*ret), "abcd:ef01::01"); in TEST_F() 87 std::string str = "*.* @@[abcd:ef01::01:50000"; in TEST_F() 96 std::string str = "*.* @@abcd:ef01::01]:50000"; in TEST_F() 105 std::string str = "*.* @@[abcd:ef01::01]:"; in TEST_F() 114 std::string str = "*.* @@[abcd:ef01::01]:xxx"; in TEST_F() 123 std::string str = "*.* @@[abcd:ef01::01]"; in TEST_F() 141 std::string str = "*.* @@[abcd:ef01::01]:50000"; in TEST_F() [all …]
|
H A D | remote_logging_test_address.cpp | 18 config->address("abcd:ef01::01"); in TEST_F() 19 EXPECT_EQ(config->address(), "abcd:ef01::01"); in TEST_F()
|
/openbmc/openpower-occ-control/test/ |
H A D | occ_dbus_test.cpp | 17 ASSERT_THROW(OccDBusSensors::getOccDBus().getMaxValue("/abcd/"), in TEST() 31 ASSERT_THROW(OccDBusSensors::getOccDBus().getMinValue("/abcd/"), in TEST() 45 ASSERT_THROW(OccDBusSensors::getOccDBus().getValue("/abcd/"), in TEST() 59 ASSERT_THROW(OccDBusSensors::getOccDBus().getUnit("/abcd/"), in TEST() 72 ASSERT_THROW(OccDBusSensors::getOccDBus().getOperationalStatus("/abcd/"), in TEST()
|
/openbmc/phosphor-ipmi-flash/cleanup/test/ |
H A D | cleanup_handler_unittest.cpp | 32 std::vector<std::string> blobs = {"abcd", "efgh"}; 47 EXPECT_CALL(*mock_ptr, remove("abcd")).WillOnce(Return()); in TEST_F() 56 EXPECT_TRUE(handler->open(/*session*/ 0, /*flags*/ 0, "abcd")); in TEST_F() 59 EXPECT_FALSE(handler->deleteBlob("abcd")); in TEST_F() 62 EXPECT_FALSE(handler->stat("abcd", &meta)); in TEST_F()
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | sha512-armv8.pl | 373 my ($ABCD,$EFGH,$abcd)=map("v$_.16b",(0..2)); 387 ld1.32 {$ABCD,$EFGH},[$ctx] 398 orr $ABCD_SAVE,$ABCD,$ABCD // offload 406 orr $abcd,$ABCD,$ABCD 407 sha256h $ABCD,$EFGH,$W0 408 sha256h2 $EFGH,$abcd,$W0 416 orr $abcd,$ABCD,$ABCD 417 sha256h $ABCD,$EFGH,$W0 418 sha256h2 $EFGH,$abcd,$W0 422 orr $abcd,$ABCD,$ABCD [all …]
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | src_callout_test.cpp | 170 "ABCD", "123456789ABC"}; in TEST() 187 EXPECT_EQ(fru->getCCIN().value(), "ABCD"); in TEST() 193 Callout callout{CalloutPriority::high, "123", "1234567", "ABCD", in TEST() 204 Callout callout{CalloutPriority::high, "1234", "1234567", "ABCD", in TEST() 216 Callout callout{CalloutPriority::high, locCode, "1234567", "ABCD", in TEST() 231 Callout callout{CalloutPriority::high, locCode, "1234567", "ABCD", in TEST() 245 Callout callout{CalloutPriority::low, locCode, "1234567", "ABCD", in TEST() 275 EXPECT_EQ(fru->getCCIN().value(), "ABCD"); in TEST() 284 Callout callout{CalloutPriority::high, "U99-P5", "1234567", "ABCD", in TEST() 297 EXPECT_EQ(fru->getCCIN().value(), "ABCD"); in TEST() [all …]
|
H A D | src_callouts_test.cpp | 106 CalloutPriority::high, loc, "1234567", "ABCD", "123456789ABC"); in TEST() 121 "1234567", "ABCD", "123456789ABC"); in TEST() 140 "1234567", "ABCD", "123456789ABC"); in TEST() 217 "1234567", "ABCD", "123456789ABC"); in TEST() 233 "1234567", "ABCD", "123456789ABC"); in TEST() 243 "1234567", "ABCD", "123456789ABC"); in TEST() 255 "1234567", "ABCD", "123456789ABC"); in TEST()
|
/openbmc/ipmitool/src/plugins/lan/ |
H A D | md5.c | 135 a = pms->abcd[0], b = pms->abcd[1], in md5_process() 136 c = pms->abcd[2], d = pms->abcd[3]; in md5_process() 200 /* Let [abcd k s i] denote the operation in md5_process() 226 /* Let [abcd k s i] denote the operation in md5_process() 252 /* Let [abcd k s t] denote the operation in md5_process() 278 /* Let [abcd k s t] denote the operation in md5_process() 306 pms->abcd[0] += a; in md5_process() 307 pms->abcd[1] += b; in md5_process() 308 pms->abcd[2] += c; in md5_process() 309 pms->abcd[3] += d; in md5_process() [all …]
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/dynevent/ |
H A D | tprobe_syntax_errors.tc | 35 check_error 't kfree arg1=\"abcd^' # IMMSTR_NO_CLOSE 75 printf "%s" "t:tracepoints/testevent kfree abcd=\\1" > dynamic_events 77 check_error "t:tracepoints/testevent kfree ^abcd=\\1:u8" # DIFF_ARG_TYPE 78 check_error "t:tracepoints/testevent kfree ^abcd=\\\"foo\"" # DIFF_ARG_TYPE 79 check_error "^t:tracepoints/testevent kfree abcd=\\1" # SAME_PROBE
|
H A D | fprobe_syntax_errors.tc | 49 check_error 'f vfs_read arg1=\"abcd^' # IMMSTR_NO_CLOSE 89 printf "%s" "f:fprobes/testevent $FUNCTION_FORK abcd=\\1" > dynamic_events 91 check_error "f:fprobes/testevent $FUNCTION_FORK ^abcd=\\1:u8" # DIFF_ARG_TYPE 92 check_error "f:fprobes/testevent $FUNCTION_FORK ^abcd=\\\"foo\"" # DIFF_ARG_TYPE 93 check_error "^f:fprobes/testevent $FUNCTION_FORK abcd=\\1" # SAME_PROBE
|
/openbmc/linux/arch/arm/crypto/ |
H A D | sha256-armv4.pl | 586 my ($ABCD,$EFGH,$abcd)=map("q$_",(0..2)); 604 vld1.32 {$ABCD,$EFGH},[$ctx] 621 vmov $ABCD_SAVE,$ABCD @ offload 630 vmov $abcd,$ABCD 631 sha256h $ABCD,$EFGH,$W0 632 sha256h2 $EFGH,$abcd,$W0 640 vmov $abcd,$ABCD 641 sha256h $ABCD,$EFGH,$W0 642 sha256h2 $EFGH,$abcd,$W0 646 vmov $abcd,$ABCD [all …]
|
/openbmc/linux/lib/ |
H A D | globtest.c | 99 "1" "*??\0" "abcd\0" 103 "1" "??*\0" "abcd\0" 107 "1" "?*?\0" "abcd\0" 123 "1" "*abcd*\0" "abcabcabcabcdefg\0" 125 "1" "*abcd*abcdef*\0" "abcabcdabcdeabcdefg\0" 126 "0" "*abcd*\0" "abcabcabcabcefg\0"
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | common_io.rst | 27 The devices must be given either as bus ids (0.x.abcd) or as hexadecimal 28 device numbers (0xabcd or abcd, for 2.4 backward compatibility). If you 29 give a device number 0xabcd, it will be interpreted as 0.0.abcd. 103 The devices can be specified either by bus id (0.x.abcd) or, for 2.4 backward 104 compatibility, by the device number in hexadecimal (0xabcd or abcd). Device 105 numbers given as 0xabcd will be interpreted as 0.0.abcd.
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/ |
H A D | kprobe_syntax_errors.tc | 44 check_error 'p vfs_read arg1=\"abcd^' # IMMSTR_NO_CLOSE 93 printf "%s" "p:kprobes/testevent $FUNCTION_FORK abcd=\\1" > kprobe_events 95 check_error "p:kprobes/testevent $FUNCTION_FORK ^abcd=\\1:u8" # DIFF_ARG_TYPE 96 check_error "p:kprobes/testevent $FUNCTION_FORK ^abcd=\\\"foo\"" # DIFF_ARG_TYPE 97 check_error "^p:kprobes/testevent $FUNCTION_FORK abcd=\\1" # SAME_PROBE
|
/openbmc/qemu/tests/decode/ |
H A D | err_field9.decode | 8 &abcd a b c d 12 @fmt ........ ........ ........ c:8 &abcd b=%refa
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | usb-device.yaml | 107 compatible = "usb123,abcd"; 114 compatible = "usbif123,abcd.config1.0"; 119 compatible = "usbif123,abcd.config2.0";
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | bootconfig.rst | 221 root = 01234567-89ab-cdef-0123-456789abcd 229 root="01234567-89ab-cdef-0123-456789abcd" -- splash 237 root="01234567-89ab-cdef-0123-456789abcd" ro bootconfig -- splash quiet
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | arp_ndisc_untracked_subnets.sh | 14 ROUTER_ADDR_V6="2001:db8:abcd:0012::1" 20 HOST_ADDR_V6="2001:db8:abcd:0012::2" 226 HOST_ADDR_V6=2000:db8:abcd:0013::4 228 HOST_ADDR_V6=2001:db8:abcd:0012::3
|
/openbmc/phosphor-pid-control/test/ |
H A D | dbus_util_unittest.cpp | 53 {"/abcd/_a", "b"}, {"_a", "c"}, {"/abcd_a", "d"}, 62 const std::string target = "abcd"; in TEST_F() 74 {"/abcd/_a", "b"}, in TEST_F()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_project_config_page.py | 43 …ectVariable.objects.get_or_create(project = self.project1, name = "IMAGE_FSTYPES", value = "abcd ") 64 …ectVariable.objects.get_or_create(project = self.project1, name = "IMAGE_FSTYPES", value = "abcd ") 85 …ectVariable.objects.get_or_create(project = self.project1, name = "IMAGE_FSTYPES", value = "abcd ")
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-at91.h | 36 #define PIO_ABCDSR1 0x70 /* Peripheral ABCD Select Register 1 [some sam9 only] */ 38 #define PIO_ABCDSR2 0x74 /* Peripheral ABCD Select Register 2 [some sam9 only] */
|
/openbmc/u-boot/board/freescale/corenet_ds/ |
H A D | eth_p4080.c | 32 #define EMI1_SLOT4 0x40000000 /* bank2 ABCD */ 33 #define EMI1_SLOT5 0xc0000000 /* bank3 ABCD */ 34 #define EMI2_SLOT4 0x10000000 /* bank2 ABCD */ 35 #define EMI2_SLOT5 0x30000000 /* bank3 ABCD */
|
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_bios_string_attribute_test.cpp | 151 .WillOnce(Return(PropertyValue(std::string("abcd")))); in TEST_F() 198 PropertyValue value = std::string("abcd"); in TEST_F()
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | tuners.rst | 25 TCP [ABCJLMNQ] 90[89][125] [DP] [ACD] 27 [ABCD] 46 [ABCD]:
|