Home
last modified time | relevance | path

Searched refs:target (Results 6826 - 6850 of 6931) sorted by relevance

1...<<271272273274275276277278

/kernel/linux/linux-6.6/tools/testing/selftests/landlock/
H A Dfs_test.c251 static int mount_opt(const struct mnt_opt *const mnt, const char *const target) in mount_opt() argument
253 return mount(mnt->source ?: mnt->type, target, mnt->type, mnt->flags, in mount_opt()
/kernel/linux/linux-6.6/virt/kvm/
H A Dkvm_main.c3684 int kvm_vcpu_yield_to(struct kvm_vcpu *target) in kvm_vcpu_yield_to() argument
3691 pid = rcu_dereference(target->pid); in kvm_vcpu_yield_to()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_attr.c3050 * lpfc_oas_tgt_show - Return wwpn of target whose luns maybe enabled for
3071 * lpfc_oas_tgt_store - Store wwpn of target whose luns maybe enabled for
3118 * lpfc_oas_priority_show - Return wwpn of target whose luns maybe enabled for
3138 * lpfc_oas_priority_store - Store wwpn of target whose luns maybe enabled for
3343 * @tgt_wwpn: wwpn of the target associated with the returned lun
3382 * @tgt_wwpn: wwpn of the target associated with the returned lun
3386 * Returns the first or next lun enabled for OAS operations for the vport/target
3387 * specified. If a lun is found, its vport wwpn, target wwpn and status is
3391 * lun that is OAS enabled for the vport/target
3420 * @tgt_wwpn: target wwp
[all...]
/third_party/ffmpeg/fftools/
H A Dffplay.c1036 SDL_Rect target = {.x = rect.x + sub_rect->x * xratio, in video_image_display()
1040 SDL_RenderCopy(renderer, is->sub_texture, sub_rect, &target); in video_image_display()
/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp1961 /* check if target reg is blocked, and move away the blocking var */ in get_reg_for_operand()
1963 PhysRegInterval target{operand.physReg(), operand.size()}; in get_reg_for_operand()
1967 std::vector<unsigned> blocking_vars = collect_vars(ctx, tmp_file, target); in get_reg_for_operand()
2742 /* unconditional branches are handled after phis of the target */ in register_allocation()
2828 /* check if the target register is blocked */ in register_allocation()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc875 // We cannot use the constant pool to load the target since in AssembleArchInstruction()
3836 RpoNumber target) { in AssembleArchJumpRegardlessOfAssemblyOrder()
3837 __ b(GetLabel(target)); in AssembleArchJumpRegardlessOfAssemblyOrder()
3835 AssembleArchJumpRegardlessOfAssemblyOrder( RpoNumber target) AssembleArchJumpRegardlessOfAssemblyOrder() argument
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc3561 RpoNumber target) { in AssembleArchInstruction()
3562 __ b(GetLabel(target)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc461 // 3. IsAddressableThroughRootRegister: Is the target address guaranteed to in CanAddressRelativeToRootsRegister()
1047 // The common case for builtin pointers is to have the target in a in InitializeCallBuffer()
3084 void InstructionSelector::VisitGoto(BasicBlock* target) { in VisitGoto() argument
3087 Emit(kArchJmp, g.NoOutput(), g.Label(target)); in VisitGoto()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc3750 RpoNumber target) { in AssembleArchJumpRegardlessOfAssemblyOrder()
3751 __ jmp(GetLabel(target)); in AssembleArchJumpRegardlessOfAssemblyOrder()
3749 AssembleArchJumpRegardlessOfAssemblyOrder( RpoNumber target) AssembleArchJumpRegardlessOfAssemblyOrder() argument
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc1228 // We cannot use the constant pool to load the target since in AssembleArchInstruction()
3231 RpoNumber target) { in AssembleArchJumpRegardlessOfAssemblyOrder()
3232 __ b(GetLabel(target)); in AssembleArchJumpRegardlessOfAssemblyOrder()
3230 AssembleArchJumpRegardlessOfAssemblyOrder( RpoNumber target) AssembleArchJumpRegardlessOfAssemblyOrder() argument
/third_party/python/Lib/test/
H A Dpickletester.py1428 t1 = threading.Thread(target=t)
1429 t2 = threading.Thread(target=t)
H A Dtest_ssl.py3337 t = threading.Thread(target=listener)
3815 t = threading.Thread(target=serve)
3864 t = threading.Thread(target=serve)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryBuiltinTests.cpp2598 const auto target = tcu::Vec3((float(squareX) + 0.5f) / float(width), (float(squareY) + 0.5f) / float(height), 0.0); in initAccelerationStructures() local
2599 const auto dir_vector = target - origin; in initAccelerationStructures()
2635 " vec3 target = vec3(float(float(pos.x) + 0.5) / float(size.x), float(float(pos.y) + 0.5) / float(size.y), 0.0);\n" in getShaderBodyText()
2636 " vec3 direct = normalize(target - origin);\n" in getShaderBodyText()
4670 /* With each cell, ray target moves from (x1, y1) to (x0.5, y0.5). This guarantees a hit and different barycentric coords in initAccelerationStructures()
4719 " vec3 target = vec3(x0 + 0.125 / float(size.x) + (x1 - x05) * t,\n" in getShaderBodyTextCandidate()
4722 " vec3 direct = normalize(target - origin);\n" in getShaderBodyTextCandidate()
4769 " vec3 target = vec3(x0 + 0.125 / float(size.x) + (x1 - x05) * t,\n" in getShaderBodyTextCommitted()
4772 " vec3 direct = normalize(target - origin);\n" in getShaderBodyTextCommitted()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.cpp1478 // Empty loop header that just sets up merge target in block_is_loop_candidate()
2993 // Phi variables are also accessed in our target branch block. in set_current_block()
3016 for (auto &target : block.cases) in set_current_block()
3017 test_phi(target.block); in set_current_block()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc49 // CT(H) be the continue target block named by the OpLoopMerge
52 // OpBranchConditional with true target %then and false target %else,
61 // Then if it's a loop header, we next visit the continue target,
63 // If the block ends in an OpBranchConditional, we visit the false target
64 // before the true target.
77 // block in the order names D as its continue target, or merge block,
554 // @returns the continue target ID for the given basic block, or 0 if there
567 // - a block mentioned as a merge block or continue target for a block in the
580 // - a continue target alway
[all...]
/third_party/python/Lib/test/test_email/
H A Dtest_email.py3615 target = s.splitlines(True)
3623 self.assertEqual(lines, target)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryBuiltinTests.cpp2578 const auto target = tcu::Vec3((float(squareX) + 0.5f) / float(width), (float(squareY) + 0.5f) / float(height), 0.0); in initAccelerationStructures() local
2579 const auto dir_vector = target - origin; in initAccelerationStructures()
2615 " vec3 target = vec3(float(float(pos.x) + 0.5) / float(size.x), float(float(pos.y) + 0.5) / float(size.y), 0.0);\n" in getShaderBodyText()
2616 " vec3 direct = normalize(target - origin);\n" in getShaderBodyText()
4650 /* With each cell, ray target moves from (x1, y1) to (x0.5, y0.5). This guarantees a hit and different barycentric coords in initAccelerationStructures()
4699 " vec3 target = vec3(x0 + 0.125 / float(size.x) + (x1 - x05) * t,\n" in getShaderBodyTextCandidate()
4702 " vec3 direct = normalize(target - origin);\n" in getShaderBodyTextCandidate()
4749 " vec3 target = vec3(x0 + 0.125 / float(size.x) + (x1 - x05) * t,\n" in getShaderBodyTextCommitted()
4752 " vec3 direct = normalize(target - origin);\n" in getShaderBodyTextCommitted()
/third_party/node/deps/ada/
H A Dada.cpp10085 const std::string_view target = table_is_double_dot_path_segment[hash_value];
10086 if (target.size() != input.size()) {
10097 if (!prefix_equal_unsafe(input, target)) {
10102 if ((uint8_t((c | 0x20) - 0x61) <= 25 ? (c | 0x20) : c) != target[i]) {
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dalloc.c3856 * Do the final bits of extent record insertion at the target leaf
4273 * target leaf. in ocfs2_do_insert_extent()
6113 tid_t target; in ocfs2_try_to_free_truncate_log() local
6134 if (jbd2_journal_start_commit(osb->journal->j_journal, &target)) { in ocfs2_try_to_free_truncate_log()
6135 jbd2_log_wait_commit(osb->journal->j_journal, target); in ocfs2_try_to_free_truncate_log()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dalloc.c3854 * Do the final bits of extent record insertion at the target leaf
4271 * target leaf. in ocfs2_do_insert_extent()
6113 tid_t target; in ocfs2_try_to_free_truncate_log() local
6134 if (jbd2_journal_start_commit(osb->journal->j_journal, &target)) { in ocfs2_try_to_free_truncate_log()
6135 jbd2_log_wait_commit(osb->journal->j_journal, target); in ocfs2_try_to_free_truncate_log()
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/
H A Dibmvfc.c486 * ibmvfc_set_tgt_action - Set the next init action for the target
487 * @tgt: ibmvfc target struct
652 * ibmvfc_del_tgt - Schedule cleanup and removal of the target
653 * @tgt: ibmvfc target struct
1210 * @starget: scsi target struct
1231 * @starget: scsi target struct
1348 * ibmvfc_release_tgt - Free memory allocated for a target
1359 * ibmvfc_get_starget_node_name - Get SCSI target's node name
1360 * @starget: scsi target struct
1374 * ibmvfc_get_starget_port_name - Get SCSI target'
4816 ibmvfc_alloc_target(struct ibmvfc_host *vhost, struct ibmvfc_discover_targets_entry *target) ibmvfc_alloc_target() argument
[all...]
/third_party/backends/backend/
H A Depsonds.c1732 char target[1024]; in splitProfileName() local
1733 strncpy(target, input, 1023); in splitProfileName()
1735 strtok(target, ":");//profile in splitProfileName()
/third_party/littlefs/
H A Dlfs.c2839 lfs_off_t target = lfs_ctz_index(lfs, &pos); in lfs_ctz_find() local
2841 while (current > target) { in lfs_ctz_find()
2843 lfs_npw2(current-target+1) - 1, in lfs_ctz_find()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h916 TNode<JSReceiver> target, in ConstructWithTarget()
920 context, target, new_target, in ConstructWithTarget()
2283 // * |allocation_flags| and |extract_flags| influence how the target
2285 // * |convert_holes| is used to signify that the target array should use
2312 // target array if the target can stay a FixedDoubleArray. Otherwise if the
2313 // target array needs to be a FixedArray, the FixedArrayMap will be used.
2316 // * |allocation_flags| and |extract_flags| influence how the target array is
3551 // Goto the given |target| if the context chain starting at |context| has any
3557 Label* target);
915 ConstructWithTarget(TNode<Context> context, TNode<JSReceiver> target, TNode<JSReceiver> new_target, TArgs... args) ConstructWithTarget() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureTest.cpp457 // Draw a quad with the target texture in verifyResults2D()
2060 // Test creating a FBO with a cube map render target, to test an ANGLE bug
3328 for (GLenum target : targets) in FillLevel()
3332 glTexSubImage2D(target, level, 0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, in FillLevel()
3337 glTexImage2D(target, level, GL_RGBA, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, in FillLevel()

Completed in 173 milliseconds

1...<<271272273274275276277278