/kernel/linux/linux-6.6/arch/x86/ |
H A D | Makefile | 129 # Align jump targets to 1 byte, not the default 16 bytes: 265 # boot loader support. Several targets are kept for legacy purposes 311 targets += $(orc_hash_h)
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | Makefile | 85 targets += poly1305-x86_64-cryptogams.S
|
/kernel/linux/linux-5.10/kernel/ |
H A D | Makefile | 141 targets += config_data config_data.gz
|
/kernel/linux/linux-6.6/include/kvm/ |
H A D | arm_vgic.h | 129 * targets reg (v2) or the 145 u8 targets; /* GICv2 target VCPUs mask */ member
|
/kernel/linux/linux-6.6/kernel/ |
H A D | Makefile | 144 targets += config_data config_data.gz
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | generic_syncer.cpp | 819 int GenericSyncer::SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) in SetEqualIdentifier() argument 825 int errCode = syncEngine_->SetEqualIdentifier(identifier, targets); in SetEqualIdentifier() 827 syncEngine_->SetEqualIdentifierMap(identifier, targets); in SetEqualIdentifier()
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_manager_service_test.cpp | 451 * @tc.desc: get window animation targets 479 std::vector<sptr<RSWindowAnimationTarget>> targets; in HWTEST_F() local 480 ASSERT_EQ(WMError::WM_OK, wms->GetWindowAnimationTargets(missionIds, targets)); in HWTEST_F() 481 ASSERT_EQ(0, targets.size()); in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | node.c | 98 static const struct attribute_group targets = { variable 99 .name = "targets", 105 &targets, 703 * initiator nodes can access memory targets at a given ranked access 724 ret = sysfs_add_link_to_group(&initiator->dev.kobj, "targets", in register_memory_node_under_compute_node() 738 sysfs_remove_link_from_group(&initiator->dev.kobj, "targets", in register_memory_node_under_compute_node()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | vxlan_bridge_1q.sh | 577 local -a targets=("$h2_mac $h2" 584 for target in "${targets[@]}"; do 592 for target in "${targets[@]}"; do 598 targets=("$h2_mac $h2" "$r1_mac vx20 192.0.2.34" \ 601 for target in "${targets[@]}"; do 609 for target in "${targets[@]}"; do
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot_fdma.c | 24 regmap_write(ocelot->targets[FDMA], reg, data); in ocelot_fdma_writel() 31 regmap_read(ocelot->targets[FDMA], reg, &retval); in ocelot_fdma_readl()
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | node.c | 102 static const struct attribute_group targets = { variable 103 .name = "targets", 109 &targets, 687 * initiator nodes can access memory targets at a given ranked access 708 ret = sysfs_add_link_to_group(&initiator->dev.kobj, "targets", in register_memory_node_under_compute_node() 722 sysfs_remove_link_from_group(&initiator->dev.kobj, "targets", in register_memory_node_under_compute_node()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | vxlan_bridge_1q_ipv6.sh | 719 local -a targets=("$h2_mac $h2" 726 for target in "${targets[@]}"; do 734 for target in "${targets[@]}"; do 740 targets=("$h2_mac $h2" "$r1_mac vx20 2001:db8:4::1" \ 743 for target in "${targets[@]}"; do 751 for target in "${targets[@]}"; do
|
H A D | vxlan_bridge_1q.sh | 577 local -a targets=("$h2_mac $h2" 584 for target in "${targets[@]}"; do 592 for target in "${targets[@]}"; do 598 targets=("$h2_mac $h2" "$r1_mac vx20 192.0.2.34" \ 601 for target in "${targets[@]}"; do 609 for target in "${targets[@]}"; do
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl2_rendering_context_impl.cpp | 1323 napi_env env, GLenum targets[2], int64_t readOffset, int64_t writeOffset, int64_t size) in CopyBufferSubData() 1325 LOGD("WebGL2 copyBufferSubData targets [%{public}u %{public}u] offset" in CopyBufferSubData() 1327 targets[0], targets[1], readOffset, writeOffset, size); in CopyBufferSubData() 1333 WebGLBuffer* readBuffer = GetBoundBuffer(env, targets[0]); // read in CopyBufferSubData() 1338 WebGLBuffer* writeBuffer = GetBoundBuffer(env, targets[1]); // write in CopyBufferSubData() 1356 glCopyBufferSubData(targets[0], targets[1], static_cast<GLintptr>(readOffset), static_cast<GLintptr>(writeOffset), in CopyBufferSubData() 1322 CopyBufferSubData( napi_env env, GLenum targets[2], int64_t readOffset, int64_t writeOffset, int64_t size) CopyBufferSubData() argument
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_main.c | 171 MODULE_PARM_DESC(arp_ip_target, "arp targets in n.n.n.n form"); 177 MODULE_PARM_DESC(arp_all_targets, "fail on any/all arp targets timeout; 0 for any (default), 1 for all"); 2809 __be32 *targets = bond->params.arp_targets, addr; in bond_arp_send_all() local 2812 for (i = 0; i < BOND_MAX_ARP_TARGETS && targets[i]; i++) { in bond_arp_send_all() 2814 __func__, &targets[i]); in bond_arp_send_all() 2818 rt = ip_route_output(dev_net(bond->dev), targets[i], 0, in bond_arp_send_all() 2827 &targets[i]); in bond_arp_send_all() 2828 bond_arp_send(slave, ARPOP_REQUEST, targets[i], in bond_arp_send_all() 2846 &targets[i], rt->dst.dev ? rt->dst.dev->name : "NULL"); in bond_arp_send_all() 2852 addr = bond_confirm_addr(rt->dst.dev, targets[ in bond_arp_send_all() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | frame_node_test_ng_coverage_new.cpp | 230 [](RefPtr<NGGestureRecognizer> target, std::vector<RefPtr<NGGestureRecognizer>> targets) { in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_data_structures.h | 622 BASE_NS::vector<MorphTarget> targets; member
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | db_store_mock.cpp | 218 DBStatus DBStoreMock::SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) in SetEqualIdentifier() argument
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl2_rendering_context_impl.h | 111 GLenum targets[2], int64_t readOffset, int64_t writeOffset, int64_t size); // 2 read write
|
/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_interface.h | 241 std::vector<sptr<RSWindowAnimationTarget>>& targets) override { return WMError::WM_OK; }
|
/foundation/window/window_manager/wm/include/ |
H A D | window_adapter.h | 92 std::vector<sptr<RSWindowAnimationTarget>>& targets);
|
/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_interface.h | 146 std::vector<sptr<RSWindowAnimationTarget>>& targets) = 0;
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_manager_service.h | 122 std::vector<sptr<RSWindowAnimationTarget>>& targets) override;
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | Makefile | 237 targets += pm-asm-offsets.s
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | Makefile | 193 targets += prom_init_check
|