/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
H A D | port_scale.sh | 7 local target 9 target=$(devlink_resource_size_get physical_ports) 12 echo $target 14 echo $((target + 1))
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
H A D | tc_police_scale.sh | 7 local target 9 target=$(devlink_resource_size_get global_policers single_rate_policers) 12 echo $target 14 echo $((target + 1))
|
H A D | rif_mac_profile_scale.sh | 7 local target 9 target=$(devlink_resource_size_get rif_mac_profiles) 12 echo $target 14 echo $((target + 1))
|
H A D | port_range_scale.sh | 7 local target 9 target=$(devlink_resource_size_get port_range_registers) 12 echo $target 14 echo $((target + 1))
|
H A D | mirror_gre_scale.sh | 7 local target 9 target=$(devlink_resource_size_get span_agents) 12 echo $target 14 echo $((target + 1))
|
H A D | port_scale.sh | 7 local target 9 target=$(devlink_resource_size_get physical_ports) 12 echo $target 14 echo $((target + 1))
|
/third_party/musl/porting/linux/user/src/info/ |
H A D | application_target_sdk_version.c | 25 void set_application_target_sdk_version(int target) in set_application_target_sdk_version() argument 27 if (target == 0) { in set_application_target_sdk_version() 28 target = SDK_VERSION_FUTURE; in set_application_target_sdk_version() 30 application_target_sdk_version = target; in set_application_target_sdk_version()
|
/third_party/musl/src/info/linux/ |
H A D | application_target_sdk_version.c | 25 void set_application_target_sdk_version(int target) in set_application_target_sdk_version() argument 27 if (target == 0) { in set_application_target_sdk_version() 28 target = SDK_VERSION_FUTURE; in set_application_target_sdk_version() 30 application_target_sdk_version = target; in set_application_target_sdk_version()
|
/third_party/skia/third_party/externals/angle2/include/GLES/ |
H A D | gl.h | 421 typedef void (GL_APIENTRYP PFNGLGETTEXENVFVPROC) (GLenum target, GLenum pname, GLfloat *params); 422 typedef void (GL_APIENTRYP PFNGLGETTEXPARAMETERFVPROC) (GLenum target, GLenum pname, GLfloat *params); 432 typedef void (GL_APIENTRYP PFNGLMULTITEXCOORD4FPROC) (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q); 441 typedef void (GL_APIENTRYP PFNGLTEXENVFPROC) (GLenum target, GLenum pname, GLfloat param); 442 typedef void (GL_APIENTRYP PFNGLTEXENVFVPROC) (GLenum target, GLenum pname, const GLfloat *params); 443 typedef void (GL_APIENTRYP PFNGLTEXPARAMETERFPROC) (GLenum target, GLenum pname, GLfloat param); 444 typedef void (GL_APIENTRYP PFNGLTEXPARAMETERFVPROC) (GLenum target, GLenum pname, const GLfloat *params); 448 typedef void (GL_APIENTRYP PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer); 449 typedef void (GL_APIENTRYP PFNGLBINDTEXTUREPROC) (GLenum target, GLuint texture); 451 typedef void (GL_APIENTRYP PFNGLBUFFERDATAPROC) (GLenum target, GLsizeipt [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_path_animation.cpp | 226 auto target = GetTarget(); in OnRemoveOnCompletion() local 227 if (target == nullptr) { in OnRemoveOnCompletion() 228 ROSEN_LOGE("Failed to remove on completion, target is null!"); in OnRemoveOnCompletion() 232 target->GetMutableRenderProperties().SetRotation(originRotation_); in OnRemoveOnCompletion() 238 auto target = GetTarget(); in OnAttach() local 239 if (target == nullptr) { in OnAttach() 240 ROSEN_LOGE("RSRenderPathAnimation::OnAttach, target is nullptr"); in OnAttach() 245 auto prevAnimation = target->GetAnimationManager().QueryPathAnimation(propertyId); in OnAttach() 246 target->GetAnimationManager().RegisterPathAnimation(propertyId, GetAnimationId()); in OnAttach() 259 auto target in OnDetach() local 306 auto target = GetTarget(); SetRotation() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
H A D | kvstore_datashare_bridge_test.cpp | 232 int32_t target = 0; in HWTEST_F() local 234 EXPECT_EQ(bridge->OnGo(start, target, writer), -1); in HWTEST_F() 238 target = -1; in HWTEST_F() 239 EXPECT_EQ(bridge->OnGo(start, target, writer), -1); in HWTEST_F() 243 target = 0; in HWTEST_F() 244 EXPECT_EQ(bridge->OnGo(start, target, writer), -1); in HWTEST_F() 248 target = 3; in HWTEST_F() 249 EXPECT_EQ(bridge->OnGo(start, target, writer), -1); in HWTEST_F() 270 int target = 2; in HWTEST_F() local 273 EXPECT_EQ(bridge->OnGo(start, target, write in HWTEST_F() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | kv_types_util.cpp | 115 Options *target = reinterpret_cast<Options *>(buffer.get()); in Marshalling() local 116 target->createIfMissing = input.createIfMissing; in Marshalling() 117 target->encrypt = input.encrypt; in Marshalling() 118 target->persistent = input.persistent; in Marshalling() 119 target->backup = input.backup; in Marshalling() 120 target->autoSync = input.autoSync; in Marshalling() 121 target->syncable = input.syncable; in Marshalling() 122 target->securityLevel = input.securityLevel; in Marshalling() 123 target->area = input.area; in Marshalling() 124 target in Marshalling() [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
H A D | vmem.c | 37 #define move_lower_bits(target, target_bit, src, src_bit) move_subword(target, target_bit, src, 0, src_bit) 38 #define move_upper_bits(target, target_bit, src, src_bit) move_subword(target, target_bit, src, src_bit, uedge_bits) 39 #define move_word(target, target_bit, src) move_subword(target, target_bit, src, 0, uedge_bits) 43 hive_uedge *target, in move_subword() 57 hive_uedge old_val0 = INV_SUBWORD(target[start_elem], start_bit, uedge_bits); in move_subword() 59 target[start_elem] = old_val0 | (src_subword << start_bit); in move_subword() 60 old_val1 = INV_SUBWORD(target[start_ele in move_subword() 42 move_subword( hive_uedge *target, unsigned int target_bit, hive_uedge src, unsigned int src_start, unsigned int src_end) move_subword() argument [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_buf.h | 175 struct xfs_buftarg *b_target; /* buffer target (device) */ 218 int xfs_buf_get_map(struct xfs_buftarg *target, struct xfs_buf_map *map, 220 int xfs_buf_read_map(struct xfs_buftarg *target, struct xfs_buf_map *map, 223 void xfs_buf_readahead_map(struct xfs_buftarg *target, 229 struct xfs_buftarg *target, in xfs_buf_incore() 237 return xfs_buf_get_map(target, &map, 1, XBF_INCORE | flags, bpp); in xfs_buf_incore() 242 struct xfs_buftarg *target, in xfs_buf_get() 249 return xfs_buf_get_map(target, &map, 1, 0, bpp); in xfs_buf_get() 254 struct xfs_buftarg *target, in xfs_buf_read() 263 return xfs_buf_read_map(target, in xfs_buf_read() 228 xfs_buf_incore( struct xfs_buftarg *target, xfs_daddr_t blkno, size_t numblks, xfs_buf_flags_t flags, struct xfs_buf **bpp) xfs_buf_incore() argument 241 xfs_buf_get( struct xfs_buftarg *target, xfs_daddr_t blkno, size_t numblks, struct xfs_buf **bpp) xfs_buf_get() argument 253 xfs_buf_read( struct xfs_buftarg *target, xfs_daddr_t blkno, size_t numblks, xfs_buf_flags_t flags, struct xfs_buf **bpp, const struct xfs_buf_ops *ops) xfs_buf_read() argument 268 xfs_buf_readahead( struct xfs_buftarg *target, xfs_daddr_t blkno, size_t numblks, const struct xfs_buf_ops *ops) xfs_buf_readahead() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
H A D | vmem.c | 45 #define move_lower_bits(target, target_bit, src, src_bit) move_subword(target, target_bit, src, 0, src_bit) 46 #define move_upper_bits(target, target_bit, src, src_bit) move_subword(target, target_bit, src, src_bit, uedge_bits) 47 #define move_word(target, target_bit, src) move_subword(target, target_bit, src, 0, uedge_bits) 51 hive_uedge *target, in move_subword() 65 hive_uedge old_val0 = inv_subword(target[start_elem], start_bit, uedge_bits); in move_subword() 67 target[start_elem] = old_val0 | (src_subword << start_bit); in move_subword() 68 old_val1 = inv_subword(target[start_ele in move_subword() 50 move_subword( hive_uedge *target, unsigned int target_bit, hive_uedge src, unsigned int src_start, unsigned int src_end) move_subword() argument [all...] |
/third_party/gn/src/gn/ |
H A D | ninja_rust_binary_target_writer.cc | 18 #include "gn/target.h" 38 void WriteCrateVars(const Target* target, in WriteCrateVars() argument 43 target->rust_values().crate_name(), opts, out); in WriteCrateVars() 46 switch (target->rust_values().crate_type()) { in WriteCrateVars() 49 switch (target->output_type()) { in WriteCrateVars() 92 target, tool, &SubstitutionOutputExtension), in WriteCrateVars() 95 SubstitutionWriter::GetLinkerSubstitution(target, tool, in WriteCrateVars() 102 NinjaRustBinaryTargetWriter::NinjaRustBinaryTargetWriter(const Target* target, in NinjaRustBinaryTargetWriter() argument 104 : NinjaBinaryTargetWriter(target, out), in NinjaRustBinaryTargetWriter() 105 tool_(target in NinjaRustBinaryTargetWriter() [all...] |
/third_party/node/test/parallel/ |
H A D | test-events-customevent.js | 211 strictEqual(event.target, eventTarget); 253 strictEqual(event.target, eventTarget1); 263 strictEqual(event.target, eventTarget2); 271 strictEqual(event.target, eventTarget1); 276 strictEqual(event.target, eventTarget2); 282 const target = new EventTarget(); 285 strictEqual(event.target, null); 287 target.addEventListener( 290 strictEqual(event.target, target); [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-shadowrealm-gen.cc | 20 TNode<Object> target); 26 TNode<Context> context, TNode<Object> target) { in AllocateJSWrappedFunction() 32 wrapped, JSWrappedFunction::kWrappedTargetFunctionOffset, target); in AllocateJSWrappedFunction() 71 TVARIABLE(Object, target); in TF_BUILTIN() 72 target = value; in TF_BUILTIN() 82 target = LoadObjectField(target_wrapped_function, in TF_BUILTIN() 89 TNode<Map> map = LoadMap(CAST(target.value())); in TF_BUILTIN() 118 // Verify that prototype matches the function prototype of the target in TF_BUILTIN() 138 AllocateJSWrappedFunction(creation_context, target.value()); in TF_BUILTIN() 146 creation_context, target in TF_BUILTIN() 25 AllocateJSWrappedFunction( TNode<Context> context, TNode<Object> target) AllocateJSWrappedFunction() argument 166 TNode<JSReceiver> target = CAST(LoadObjectField( TF_BUILTIN() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | TextureGL.cpp | 42 size_t GetLevelInfoIndex(gl::TextureTarget target, size_t level) in GetLevelInfoIndex() argument 44 return gl::IsCubeMapFaceTarget(target) in GetLevelInfoIndex() 45 ? ((level * gl::kCubeFaceCount) + gl::CubeMapTextureTargetToFaceIndex(target)) in GetLevelInfoIndex() 172 gl::TextureTarget target = index.getTarget(); in setImage() local 181 reserveTexImageToBeFilled(context, target, level, internalFormat, size, format, type)); in setImage() 189 return setSubImageRowByRowWorkaround(context, target, level, area, format, type, unpack, in setImage() 204 ANGLE_TRY(reserveTexImageToBeFilled(context, target, level, internalFormat, size, in setImage() 213 return setSubImagePaddingWorkaround(context, target, level, area, format, type, unpack, in setImage() 218 ANGLE_TRY(setImageHelper(context, target, level, internalFormat, size, format, type, pixels)); in setImage() 224 gl::TextureTarget target, in setImageHelper() 223 setImageHelper(const gl::Context *context, gl::TextureTarget target, size_t level, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type, const uint8_t *pixels) setImageHelper() argument 295 reserveTexImageToBeFilled(const gl::Context *context, gl::TextureTarget target, size_t level, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type) reserveTexImageToBeFilled() argument 327 gl::TextureTarget target = index.getTarget(); setSubImage() local 387 setSubImageRowByRowWorkaround(const gl::Context *context, gl::TextureTarget target, size_t level, const gl::Box &area, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, const gl::Buffer *unpackBuffer, size_t maxBytesUploadedPerChunk, const uint8_t *pixels) setSubImageRowByRowWorkaround() argument 470 setSubImagePaddingWorkaround(const gl::Context *context, gl::TextureTarget target, size_t level, const gl::Box &area, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, const gl::Buffer *unpackBuffer, const uint8_t *pixels) setSubImagePaddingWorkaround() argument 574 gl::TextureTarget target = index.getTarget(); setCompressedImage() local 621 gl::TextureTarget target = index.getTarget(); setCompressedSubImage() local 665 gl::TextureTarget target = index.getTarget(); copyImage() local 810 gl::TextureTarget target = index.getTarget(); copySubImage() local 891 gl::TextureTarget target = index.getTarget(); copyTexture() local 918 gl::TextureTarget target = index.getTarget(); copySubTexture() local 926 copySubTextureHelper(const gl::Context *context, gl::TextureTarget target, size_t level, const gl::Offset &destOffset, GLint sourceLevel, const gl::Rectangle &sourceArea, const gl::InternalFormat &destFormat, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const gl::Texture *source) copySubTextureHelper() argument 1203 gl::TextureTarget target = index.getTarget(); setImageExternal() local 1927 setLevelInfo(const gl::Context *context, gl::TextureTarget target, size_t level, size_t levelCount, const LevelInfoGL &levelInfo) setLevelInfo() argument [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | newTargetNarrowing.js | 5 if (new.target.marked === true) { 6 foo(new.target.marked); 17 if (new.target.marked === true) {
18 foo(new.target.marked);
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | object_context.cpp | 34 if (auto target = GetTarget()) { in GetObjectRegistry() 35 return interface_cast<IObjectContext>(target)->GetObjectRegistry(); in GetObjectRegistry() 46 bool ObjectContext::SetTarget(const IObject::Ptr& target) in SetTarget() argument 48 if (target && !interface_cast<META_NS::IObjectContext>(target)) { in SetTarget() 52 return proxy_->SetTarget(target); in SetTarget()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_curve_animation.cpp | 60 auto target = GetTarget().lock(); in StartRenderAnimation() local 61 if (target == nullptr) { in StartRenderAnimation() 62 ROSEN_LOGE("Failed to start curve animation, target is null!"); in StartRenderAnimation() 66 std::unique_ptr<RSCommand> command = std::make_unique<RSAnimationCreateCurve>(target->GetId(), animation); in StartRenderAnimation() 69 transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), target->GetId()); in StartRenderAnimation()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | jump_label.c | 23 * - the ISA bit of the target, either 0 or 1 respectively, 25 * - the amount the jump target address is shifted right to fit in the 31 * - the jump target alignment, either 4 or 2 bytes. 48 BUG_ON((e->target & J_ALIGN_MASK) != J_ISA_BIT); in arch_jump_label_transform() 52 offset = e->target - ((unsigned long)insn_p + 4); in arch_jump_label_transform() 63 insn.j_format.target = offset; in arch_jump_label_transform() 69 WARN_ON((e->target & ~J_RANGE_MASK) != in arch_jump_label_transform() 73 insn.j_format.target = e->target >> J_RANGE_SHIFT; in arch_jump_label_transform()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | jump_label.c | 23 * - the ISA bit of the target, either 0 or 1 respectively, 25 * - the amount the jump target address is shifted right to fit in the 31 * - the jump target alignment, either 4 or 2 bytes. 48 BUG_ON((e->target & J_ALIGN_MASK) != J_ISA_BIT); in arch_jump_label_transform() 52 offset = e->target - ((unsigned long)insn_p + 4); in arch_jump_label_transform() 63 insn.j_format.target = offset; in arch_jump_label_transform() 69 WARN_ON((e->target & ~J_RANGE_MASK) != in arch_jump_label_transform() 73 insn.j_format.target = e->target >> J_RANGE_SHIFT; in arch_jump_label_transform()
|
/kernel/linux/linux-5.10/net/vmw_vsock/ |
H A D | vmci_transport_notify.h | 41 int (*poll_in) (struct sock *sk, size_t target, 43 int (*poll_out) (struct sock *sk, size_t target, 50 int (*recv_init) (struct sock *sk, size_t target, 52 int (*recv_pre_block) (struct sock *sk, size_t target, 54 int (*recv_pre_dequeue) (struct sock *sk, size_t target, 56 int (*recv_post_dequeue) (struct sock *sk, size_t target,
|