/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_ldso_dynlink.c | 653 def.vd_hash = 0x123; in dynlink_test_2004() 654 int ret = check_vna_hash(&def, 0xf, 0x123); in dynlink_test_2004() 667 def.vd_hash = 0x123; in dynlink_test_2005() 669 int ret = check_vna_hash(&def, 0xf, 0x123); in dynlink_test_2005() 685 info.vna_hash = 0x123; in dynlink_test_2006() 687 def.vd_hash = 0x123; in dynlink_test_2006() 705 info.vna_hash = 0x123; in dynlink_test_2007() 708 def.vd_hash = 0x123; in dynlink_test_2007() 726 info.vna_hash = 0x123; in dynlink_test_2008() 729 def.vd_hash = 0x123; in dynlink_test_2008() [all...] |
/test/xts/acts/kernel_lite/process_posix/src/ |
H A D | PthreadBasicApiTest.cpp | 67 EXPECT_EQ(CheckStep(3), (uint64_t)0x123) << "pthread_join no wait"; in HWTEST_F() 389 EXPECT_EQ(CheckStep(3), (uint64_t)0x123); in HWTEST_F() 424 EXPECT_EQ(CheckStep(3), (uint64_t)0x123); in HWTEST_F() 512 EXPECT_EQ(CheckStep(3), (uint64_t)0x123); in HWTEST_F() 637 EXPECT_EQ(CheckStep(3), (uint64_t)0x123); in HWTEST_F() 693 EXPECT_EQ(CheckStep(3), (uint64_t)0x123); in HWTEST_F() 749 EXPECT_EQ(CheckStep(3), (uint64_t)0x123); in HWTEST_F() 909 EXPECT_EQ(CheckStep(3), (uint64_t)0x123); in HWTEST_F()
|
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/ |
H A D | geometry_curves.cpp | 221 float x123 = (x12 + x23) / FLOATNUM; in Recursive() local 231 points_.PushBack(PointF(x123, y123)); in Recursive() 241 points_.PushBack(PointF(x123, y123)); in Recursive() 271 Recursive(x1, y1, x12, y12, x123, y123, level + 1); in Recursive() 272 Recursive(x123, y123, x23, y23, x3, y3, level + 1); in Recursive() 517 float x123 = (x12 + x23) / FLOATNUM; in Recursive() local 521 float x1234 = (x123 + x234) / FLOATNUM; in Recursive() 666 Recursive(x1, y1, x12, y12, x123, y123, x1234, y1234, level + 1); in Recursive()
|
/kernel/linux/linux-5.10/samples/connector/ |
H A D | cn_test.c | 59 nlh = nlmsg_put(skb, 0, 0x123, NLMSG_DONE, size - sizeof(*nlh), 0); 71 msg->seq = 0x123;
|
/kernel/linux/linux-6.6/samples/connector/ |
H A D | cn_test.c | 59 nlh = nlmsg_put(skb, 0, 0x123, NLMSG_DONE, size - sizeof(*nlh), 0); 71 msg->seq = 0x123;
|
/third_party/libinput/test/ |
H A D | litest-device-tablet-mode-switch.c | 31 .vendor = 0x123,
|
H A D | litest-device-generic-pressurepad.c | 86 .vendor = 0x123,
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_unicode.py | 212 b'%010x', c_int(0x123)) 214 b'%100x', c_int(0x123)) 216 b'%.100x', c_int(0x123)) 218 b'%100.80x', c_int(0x123))
|
/kernel/liteos_a/testsuites/unittest/basic/mem/vm/smoke/ |
H A D | mmap_test_010.cpp | 35 #define PARAM_INIT 0x123
|
H A D | mmap_test_009.cpp | 36 #define PARAM_INIT 0x123
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-common.c | 143 hb_tag_t x123 = HB_TAG_CHAR4 ("x123"); in test_types_script() local 167 g_assert_cmphex (HB_SCRIPT_UNKNOWN, ==, hb_script_from_string ("x123", -1)); in test_types_script() 168 g_assert_cmphex (HB_SCRIPT_UNKNOWN, ==, hb_script_from_iso15924_tag (x123)); in test_types_script()
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-sx150x.c | 88 struct sx150x_123_pri x123; member 161 .pri.x123 = { 181 .pri.x123 = { 204 .pri.x123 = { 883 reg = pctl->data->pri.x123.reg_advanced; in sx150x_init_misc() 899 [SX150X_123] = pctl->data->pri.x123.reg_pld_mode, in sx150x_init_hw() 936 reg == data->pri.x123.reg_advanced) in sx150x_regmap_reg_width()
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-sx150x.c | 87 struct sx150x_123_pri x123; member 159 .pri.x123 = { 179 .pri.x123 = { 202 .pri.x123 = { 903 reg = pctl->data->pri.x123.reg_advanced; in sx150x_init_misc() 919 [SX150X_123] = pctl->data->pri.x123.reg_pld_mode, in sx150x_init_hw() 956 reg == data->pri.x123.reg_advanced) in sx150x_regmap_reg_width()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | mediatek-ge.c | 40 phy_write_mmd(phydev, MDIO_MMD_VEND1, 0x123, 0xffff); in mtk_gephy_config_init()
|
/foundation/graphic/graphic_surface/surface/test/systemtest/ |
H A D | surface_ipc_with_pts_test.cpp | 84 buffer->GetExtraData()->ExtraSet("123", 0x123); in SetData() 105 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
|
H A D | surface_ipc_test.cpp | 74 buffer->GetExtraData()->ExtraSet("123", 0x123); in SetData() 95 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
|
H A D | native_window_buffer_test.cpp | 52 nativeWindowBuffer->sfbuffer->GetExtraData()->ExtraSet("123", 0x123); in SetData() 93 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
|
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/systemtest/ |
H A D | native_image_system_test.cpp | 207 nativeWindowBuffer->sfbuffer->GetExtraData()->ExtraSet("123", 0x123); in SetData() 220 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
|
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | reg_compare.c | 339 EXCEPTION(EX_INTERNAL | 0x123); in compare_u_st_st() 391 EXCEPTION(EX_INTERNAL | 0x123); in compare_ui_st_st()
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | reg_compare.c | 339 EXCEPTION(EX_INTERNAL | 0x123); in compare_u_st_st() 391 EXCEPTION(EX_INTERNAL | 0x123); in compare_ui_st_st()
|
/test/xts/acts/kernel_lite/futex_posix/src/ |
H A D | PthreadCondTest.cpp | 341 EXPECT_EQ(CheckStep(3), (uint64_t)0x123); in HWTEST_F() 379 EXPECT_EQ(CheckStep(3), (uint64_t)0x123); in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_selftests.c | 830 attr.dport = 0x123; in stmmac_test_rss() 919 tpriv->vlan_id = 0x123; in __stmmac_test_vlanfilt() 1013 tpriv->vlan_id = 0x123; in __stmmac_test_dvlanfilt() 1125 cls_u32.knode.handle = 0x123; in stmmac_test_rxp() 1284 tpriv->vlan_id = 0x123; in stmmac_test_vlanoff_common() 1567 u16 dummy_port = 0x123; in stmmac_test_l4filt_da_tcp() 1574 u16 dummy_port = 0x123; in stmmac_test_l4filt_sa_tcp() 1581 u16 dummy_port = 0x123; in stmmac_test_l4filt_da_udp() 1588 u16 dummy_port = 0x123; in stmmac_test_l4filt_sa_udp()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_selftests.c | 830 attr.dport = 0x123; in stmmac_test_rss() 919 tpriv->vlan_id = 0x123; in __stmmac_test_vlanfilt() 1013 tpriv->vlan_id = 0x123; in __stmmac_test_dvlanfilt() 1125 cls_u32.knode.handle = 0x123; in stmmac_test_rxp() 1284 tpriv->vlan_id = 0x123; in stmmac_test_vlanoff_common() 1567 u16 dummy_port = 0x123; in stmmac_test_l4filt_da_tcp() 1574 u16 dummy_port = 0x123; in stmmac_test_l4filt_sa_tcp() 1581 u16 dummy_port = 0x123; in stmmac_test_l4filt_da_udp() 1588 u16 dummy_port = 0x123; in stmmac_test_l4filt_sa_udp()
|
/third_party/libsnd/src/ |
H A D | test_conversions.c | 51 short i16 = 0x123, t16 = 0 ; in conversion_test()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cfftoken.h | 68 CFF_FIELD_NUM ( 0x123, cid_uid_base, "UIDBase" )
|