Home
last modified time | relevance | path

Searched refs:target (Results 4201 - 4225 of 6970) sorted by relevance

1...<<161162163164165166167168169170>>...279

/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.c1104 sel.target = V4L2_SEL_TGT_COMPOSE; in vfe_set_format()
1136 switch (sel->target) { in vfe_get_selection()
1160 switch (sel->target) { in vfe_get_selection()
1204 if (sel->target == V4L2_SEL_TGT_COMPOSE && in vfe_set_selection()
1218 crop.target = V4L2_SEL_TGT_CROP; in vfe_set_selection()
1221 } else if (sel->target == V4L2_SEL_TGT_CROP && in vfe_set_selection()
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H A Dsti_hdmi.c1012 int target = mode->clock * 1000; in sti_hdmi_connector_mode_valid() local
1013 int target_min = target - CLK_TOLERANCE_HZ; in sti_hdmi_connector_mode_valid()
1014 int target_max = target + CLK_TOLERANCE_HZ; in sti_hdmi_connector_mode_valid()
1021 result = clk_round_rate(hdmi->clk_pix, target); in sti_hdmi_connector_mode_valid()
1023 DRM_DEBUG_DRIVER("target rate = %d => available rate = %d\n", in sti_hdmi_connector_mode_valid()
1024 target, result); in sti_hdmi_connector_mode_valid()
1027 DRM_DEBUG_DRIVER("hdmi pixclk=%d not supported\n", target); in sti_hdmi_connector_mode_valid()
/kernel/linux/linux-6.6/drivers/hwtracing/ptt/
H A Dhisi_ptt.c651 "filter update fifo overflow for target %s\n", in hisi_ptt_notifier_call()
1383 int target, src; in hisi_ptt_cpu_teardown() local
1392 target = cpumask_any_but(cpumask_of_node(dev_to_node(&hisi_ptt->pdev->dev)), cpu); in hisi_ptt_cpu_teardown()
1393 if (target >= nr_cpu_ids) { in hisi_ptt_cpu_teardown()
1398 perf_pmu_migrate_context(&hisi_ptt->hisi_ptt_pmu, src, target); in hisi_ptt_cpu_teardown()
1404 if (irq_set_affinity(hisi_ptt->trace_irq, cpumask_of(target))) in hisi_ptt_cpu_teardown()
1407 hisi_ptt->trace_ctrl.on_cpu = target; in hisi_ptt_cpu_teardown()
/kernel/linux/linux-6.6/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c316 char *opts, *target; in is_shared_mount() local
318 target = get_field(line, 4); in is_shared_mount()
319 if (!target) in is_shared_mount()
322 opts = get_field(target, 2); in is_shared_mount()
326 null_endofword(target); in is_shared_mount()
328 if (strcmp(target, path) != 0) in is_shared_mount()
/kernel/linux/linux-6.6/net/core/
H A Dnet_namespace.c900 struct net *peer, *target = net; in rtnl_net_getid() local
933 target = rtnl_get_net_ns_capable(NETLINK_CB(skb).sk, id); in rtnl_net_getid()
934 if (IS_ERR(target)) { in rtnl_net_getid()
938 err = PTR_ERR(target); in rtnl_net_getid()
951 fillargs.nsid = peernet2id(target, peer); in rtnl_net_getid()
963 put_net(target); in rtnl_net_getid()
1023 "Invalid target network namespace id"); in rtnl_valid_dump_net_req()
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh_hwmp.c102 u8 target_flags, const u8 *target, in mesh_path_sel_frame_tx()
135 mhwmp_dbg(sdata, "sending PREQ to %pM\n", target); in mesh_path_sel_frame_tx()
161 memcpy(pos, target, ETH_ALEN); in mesh_path_sel_frame_tx()
182 memcpy(pos, target, ETH_ALEN); in mesh_path_sel_frame_tx()
224 * @target: broken destination
235 u8 ttl, const u8 *target, u32 target_sn, in mesh_path_error_tx()
281 memcpy(pos, target, ETH_ALEN); in mesh_path_error_tx()
421 /* Originator here refers to the MP that was the target in the in hwmp_route_info_get()
587 /* Update target SN, if present */ in hwmp_preq_frame_process()
100 mesh_path_sel_frame_tx(enum mpath_frame_type action, u8 flags, const u8 *orig_addr, u32 orig_sn, u8 target_flags, const u8 *target, u32 target_sn, const u8 *da, u8 hop_count, u8 ttl, u32 lifetime, u32 metric, u32 preq_id, struct ieee80211_sub_if_data *sdata) mesh_path_sel_frame_tx() argument
234 mesh_path_error_tx(struct ieee80211_sub_if_data *sdata, u8 ttl, const u8 *target, u32 target_sn, u16 target_rcode, const u8 *ra) mesh_path_error_tx() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DRoundTripTest.java307 String target = han.transliterate(source); in TestHan()
310 assertFalse("No Han must be left after Han-Latin transliteration",allHan.containsSome(target)); in TestHan()
313 String target2 = pn.transliterate(target); in TestHan()
321 String target3 = np.transliterate(target); in TestHan()
322 boolean roundtripOK = target3.equals(target); in TestHan()
331 out.println("Pinyin: " + target); in TestHan()
1198 * that everything roundtrips from target -> source -> target, except roundtripExceptions
1376 TestFmwk.logln("Checking that source -> target -> source"); in checkSourceTargetSource()
1377 out.println("<h3>Checking that source -> target in checkSourceTargetSource()
[all...]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DCollationPerformanceTest.java1247 int compare(String source, String target, Comparator c) { in compare() argument
1249 return c.compare(source, target); in compare()
1252 int compare(java.text.CollationKey source, java.text.CollationKey target) { in compare() argument
1254 return source.compareTo(target); in compare()
1257 int compare(com.ibm.icu.text.CollationKey source, com.ibm.icu.text.CollationKey target) { in compare() argument
1259 return source.compareTo(target); in compare()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DRoundTripTest.java292 String target = han.transliterate(source); in TestHan()
295 assertFalse("No Han must be left after Han-Latin transliteration",allHan.containsSome(target)); in TestHan()
298 String target2 = pn.transliterate(target); in TestHan()
306 String target3 = np.transliterate(target); in TestHan()
307 boolean roundtripOK = target3.equals(target); in TestHan()
316 out.println("Pinyin: " + target); in TestHan()
1183 * that everything roundtrips from target -> source -> target, except roundtripExceptions
1361 TestFmwk.logln("Checking that source -> target -> source"); in checkSourceTargetSource()
1362 out.println("<h3>Checking that source -> target in checkSourceTargetSource()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_uvd.c830 struct pipe_video_buffer *target, in ruvd_begin_frame()
839 vl_video_buffer_set_associated_data(target, decoder, (void *)frame, in ruvd_begin_frame()
852 struct pipe_video_buffer *target, in ruvd_decode_macroblock()
865 struct pipe_video_buffer *target, in ruvd_decode_bitstream()
924 struct pipe_video_buffer *target, in ruvd_end_frame()
967 dt = dec->set_dtb(dec->msg, (struct vl_video_buffer *)target); in ruvd_end_frame()
1204 * fill decoding target field from the luma and chroma surfaces
829 ruvd_begin_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) ruvd_begin_frame() argument
851 ruvd_decode_macroblock(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, const struct pipe_macroblock *macroblocks, unsigned num_macroblocks) ruvd_decode_macroblock() argument
864 ruvd_decode_bitstream(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void * const *buffers, const unsigned *sizes) ruvd_decode_bitstream() argument
923 ruvd_end_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) ruvd_end_frame() argument
/third_party/node/src/
H A Dnode.h808 #define NODE_DEFINE_CONSTANT(target, constant) \
810 v8::Isolate* isolate = target->GetIsolate(); \
819 (target)->DefineOwnProperty(context, \
826 #define NODE_DEFINE_HIDDEN_CONSTANT(target, constant) \
828 v8::Isolate* isolate = target->GetIsolate(); \
840 (target)->DefineOwnProperty(context, \
1090 // accessed through process._linkedBinding() in the target Environment and all
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dcommand.js1690 const negativeOption = this.options.find(target => target.negate && optionKey === target.attributeName());
1691 const positiveOption = this.options.find(target => !target.negate && optionKey === target.attributeName());
/third_party/ninja/src/
H A Dbuild.cc93 bool Plan::AddTarget(const Node* target, string* err) { in AddTarget() argument
94 return AddSubTarget(target, NULL, err, NULL); in AddTarget()
596 *err = "unknown target: '" + name + "'"; in AddTarget()
604 bool Builder::AddTarget(Node* target, string* err) { in AddTarget() argument
606 if (!scan_.RecomputeDirty(target, &validation_nodes, err)) in AddTarget()
609 Edge* in_edge = target->in_edge(); in AddTarget()
611 if (!plan_.AddTarget(target, err)) { in AddTarget()
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
H A Dindex.js600 * Return the cached link target if the entry has been the subject of a
611 * Returns the cached realpath target if the entry has been the subject
683 * Return the Path object corresponding to the target of a symbolic link.
691 const target = this.#linkTarget;
692 if (target) {
693 return target;
720 const target = this.#linkTarget;
721 if (target) {
722 return target;
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
H A Dindex.js572 * Return the cached link target if the entry has been the subject of a
583 * Returns the cached realpath target if the entry has been the subject
655 * Return the Path object corresponding to the target of a symbolic link.
663 const target = this.#linkTarget;
664 if (target) {
665 return target;
692 const target = this.#linkTarget;
693 if (target) {
694 return target;
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpand.c42 #include "target.h"
869 struct expression *target = expr->cast_expression; in expand_cast() local
871 cost = expand_expression(target); in expand_cast()
874 if (target->type == EXPR_VALUE || target->type == EXPR_FVALUE) { in expand_cast()
875 cast_value(expr, expr->ctype, target, target->ctype); in expand_cast()
/third_party/node/deps/v8/src/diagnostics/loong64/
H A Ddisasm-loong64.cc296 int target = ((offs << n_bits) << (32 - kOffsLowBits - n_bits)) >> in PrintPCOffs16() local
300 converter_.NameOfAddress(reinterpret_cast<byte*>(instr) + target)); in PrintPCOffs16()
306 int target = in PrintPCOffs21() local
311 converter_.NameOfAddress(reinterpret_cast<byte*>(instr) + target)); in PrintPCOffs21()
317 int target = in PrintPCOffs26() local
322 converter_.NameOfAddress(reinterpret_cast<byte*>(instr) + target)); in PrintPCOffs26()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dnir.c248 branch->target = comp->discard_block; in ppir_emit_discard_if()
620 branch->target = jump_block; in ppir_emit_jump()
706 else_branch->target = ppir_get_block(comp, nblock->successors[0]); in ppir_emit_if()
712 else_branch->target = ppir_get_block(comp, nir_if_first_else_block(if_stmt)); in ppir_emit_if()
724 after_branch->target = ppir_get_block(comp, last_then_block->successors[0]); in ppir_emit_if()
755 loop_branch->target = comp->loop_cont_block; in ppir_emit_loop()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_format.c266 * for screen target surface.
281 debug_printf("Invalid format %s specified for screen target\n", in svga_translate_screen_target_format_vgpu10()
2205 enum pipe_texture_target target, in svga_is_format_supported()
2290 if (target == PIPE_TEXTURE_CUBE) in svga_is_format_supported()
2292 else if (target == PIPE_TEXTURE_3D) in svga_is_format_supported()
2306 enum pipe_texture_target target, in svga_is_dx_format_supported()
2348 if (bindings & PIPE_BIND_SAMPLER_VIEW && target == PIPE_BUFFER) { in svga_is_dx_format_supported()
2410 switch (target) { in svga_is_dx_format_supported()
2203 svga_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bindings) svga_is_format_supported() argument
2304 svga_is_dx_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bindings) svga_is_dx_format_supported() argument
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_msg.c122 static int add_extensions(STACK_OF(X509_EXTENSION) **target, in STACK_OF()
127 if (target == NULL) in STACK_OF()
133 int idx = X509v3_get_ext_by_OBJ(*target, obj, -1); in STACK_OF()
135 /* Does extension exist in target? */ in STACK_OF()
139 X509_EXTENSION_free(sk_X509_EXTENSION_delete(*target, idx)); in STACK_OF()
140 idx = X509v3_get_ext_by_OBJ(*target, obj, -1); in STACK_OF()
143 if (!X509v3_add_ext(target, ext, -1)) in STACK_OF()
/third_party/openssl/crypto/cmp/
H A Dcmp_msg.c122 static int add_extensions(STACK_OF(X509_EXTENSION) **target, in STACK_OF()
127 if (target == NULL) in STACK_OF()
133 int idx = X509v3_get_ext_by_OBJ(*target, obj, -1); in STACK_OF()
135 /* Does extension exist in target? */ in STACK_OF()
139 X509_EXTENSION_free(sk_X509_EXTENSION_delete(*target, idx)); in STACK_OF()
140 idx = X509v3_get_ext_by_OBJ(*target, obj, -1); in STACK_OF()
143 if (!X509v3_add_ext(target, ext, -1)) in STACK_OF()
/third_party/skia/third_party/externals/tint/src/transform/
H A Ddecompose_memory_access.cc290 BufferAccess target; // The target for the write member
977 auto* buf = store.target.var->Declaration();
978 auto* offset = store.target.offset->Build(ctx);
979 auto* buf_ty = store.target.var->Type()->UnwrapRef();
980 auto* el_ty = store.target.type->UnwrapRef();
983 store.target.var->As<sem::VariableUser>());
/third_party/python/Python/
H A Dast.c76 if (!validate_expr(state, comp->target, Store) || in validate_comprehension()
663 "MatchAs must specify a target name if a pattern is given"); in validate_pattern()
751 ret = validate_expr(state, stmt->v.AugAssign.target, Store) && in validate_stmt()
755 if (stmt->v.AnnAssign.target->kind != Name_kind && in validate_stmt()
758 "AnnAssign with simple non-Name target"); in validate_stmt()
761 ret = validate_expr(state, stmt->v.AnnAssign.target, Store) && in validate_stmt()
767 ret = validate_expr(state, stmt->v.For.target, Store) && in validate_stmt()
773 ret = validate_expr(state, stmt->v.AsyncFor.target, Store) && in validate_stmt()
/third_party/rust/crates/nix/test/
H A Dtest_unistd.rs874 let target = tempdir.path().join("a"); in test_symlinkat()
876 symlinkat(&target, None, &linkpath).unwrap(); in test_symlinkat()
879 target.to_str().unwrap() in test_symlinkat()
883 let target = "c"; in test_symlinkat()
885 symlinkat(target, Some(dirfd), linkpath).unwrap(); in test_symlinkat()
891 target in test_symlinkat()
1073 // Attempt link target of symlink of file at relative path in test_linkat_follow_symlink()
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureBufferCase.cpp661 const tcu::PixelBufferAccess& target, in renderReference()
675 const rr::RenderState renderState(rr::ViewportState(rr::WindowRectangle(0, 0, target.getWidth(), target.getHeight())), subpixelBits); in renderReference()
676 const rr::RenderTarget renderTarget(rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(target)); in renderReference()
764 const tcu::PixelBufferAccess& target) in render()
781 renderReference(renderBits, coordSeed, triangleCount, texture, maxTextureBufferSize, target, subpixelBits); in render()
656 renderReference(RenderBits renderBits, deUint32 coordSeed, int triangleCount, const glu::TextureBuffer& texture, int maxTextureBufferSize, const tcu::PixelBufferAccess& target, int subpixelBits) renderReference() argument
758 render(TestLog& log, glu::RenderContext& renderContext, RenderBits renderBits, de::Random& rng, glu::ShaderProgram& program, glu::TextureBuffer& texture, const tcu::PixelBufferAccess& target) render() argument

Completed in 46 milliseconds

1...<<161162163164165166167168169170>>...279