/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_chardev.c | 244 /* bit 8-15 are repurposed to be PM4 target XCC */ in set_queue_properties_from_user() 483 /* bit 8-15 are repurposed to be PM4 target XCC */ in kfd_ioctl_update_queue() 2628 struct kfd_process *target = NULL; in criu_resume() local 2632 pr_debug("Inside %s, target pid for criu restore: %d\n", __func__, in criu_resume() 2642 target = kfd_lookup_process_by_pid(pid); in criu_resume() 2646 if (!target) { in criu_resume() 2651 mutex_lock(&target->mutex); in criu_resume() 2652 ret = kfd_criu_resume_svm(target); in criu_resume() 2658 ret = amdgpu_amdkfd_criu_resume(target->kgd_process_info); in criu_resume() 2663 mutex_unlock(&target in criu_resume() 2895 struct kfd_process *target = NULL; kfd_ioctl_set_debug_trap() local [all...] |
/kernel/linux/linux-5.10/arch/mips/net/ |
H A D | ebpf_jit.c | 97 * @target: Memory location for the compiled filter 106 u32 *target; member 128 if ((ctx)->target != NULL) { \ 129 u32 *p = &(ctx)->target[ctx->idx]; \ 146 if (!ctx->target) in j_target() 149 base_va = (unsigned long)ctx->target; in j_target() 664 unsigned int target = 0; in build_one_insn() local 1106 target = j_target(ctx, exit_idx); in build_one_insn() 1107 if (target == (unsigned int)-1) in build_one_insn() 1123 emit_instr(ctx, j, target); in build_one_insn() [all...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_buf.c | 215 struct xfs_buftarg *target, in _xfs_buf_alloc() 242 bp->b_target = target; in _xfs_buf_alloc() 243 bp->b_mount = target->bt_mount; in _xfs_buf_alloc() 680 struct xfs_buftarg *target, in xfs_buf_incore() 689 error = xfs_buf_find(target, &map, 1, flags, NULL, &bp); in xfs_buf_incore() 702 struct xfs_buftarg *target, in xfs_buf_get_map() 713 error = xfs_buf_find(target, map, nmaps, flags, NULL, &bp); in xfs_buf_get_map() 719 error = _xfs_buf_alloc(target, map, nmaps, flags, &new_bp); in xfs_buf_get_map() 729 error = xfs_buf_find(target, map, nmaps, flags, new_bp, &bp); in xfs_buf_get_map() 742 xfs_warn_ratelimited(target in xfs_buf_get_map() 214 _xfs_buf_alloc( struct xfs_buftarg *target, struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp) _xfs_buf_alloc() argument 679 xfs_buf_incore( struct xfs_buftarg *target, xfs_daddr_t blkno, size_t numblks, xfs_buf_flags_t flags) xfs_buf_incore() argument 701 xfs_buf_get_map( struct xfs_buftarg *target, struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp) xfs_buf_get_map() argument 813 xfs_buf_read_map( struct xfs_buftarg *target, struct xfs_buf_map *map, int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp, const struct xfs_buf_ops *ops, xfs_failaddr_t fa) xfs_buf_read_map() argument 890 xfs_buf_readahead_map( struct xfs_buftarg *target, struct xfs_buf_map *map, int nmaps, const struct xfs_buf_ops *ops) xfs_buf_readahead_map() argument 911 xfs_buf_read_uncached( struct xfs_buftarg *target, xfs_daddr_t daddr, size_t numblks, int flags, struct xfs_buf **bpp, const struct xfs_buf_ops *ops) xfs_buf_read_uncached() argument 947 xfs_buf_get_uncached( struct xfs_buftarg *target, size_t numblks, int flags, struct xfs_buf **bpp) xfs_buf_get_uncached() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | commsup.c | 1252 * physical target to be suppressed until configured. in aac_handle_aif() 1646 * target (block maximum 60 seconds). Although not necessary, in aac_reset_adapter() 1821 static inline int is_safw_raid_volume(struct aac_dev *aac, int bus, int target) in is_safw_raid_volume() argument 1823 return bus == CONTAINER_CHANNEL && target < aac->maximum_num_containers; in is_safw_raid_volume() 1828 int target) in aac_lookup_safw_scsi_device() 1833 return scsi_device_lookup(dev->scsi_host_ptr, bus, target, 0); in aac_lookup_safw_scsi_device() 1836 static int aac_add_safw_device(struct aac_dev *dev, int bus, int target) in aac_add_safw_device() argument 1841 return scsi_add_device(dev->scsi_host_ptr, bus, target, 0); in aac_add_safw_device() 1850 static void aac_remove_safw_device(struct aac_dev *dev, int bus, int target) in aac_remove_safw_device() argument 1854 sdev = aac_lookup_safw_scsi_device(dev, bus, target); in aac_remove_safw_device() 1826 aac_lookup_safw_scsi_device(struct aac_dev *dev, int bus, int target) aac_lookup_safw_scsi_device() argument 1859 aac_is_safw_scan_count_equal(struct aac_dev *dev, int bus, int target) aac_is_safw_scan_count_equal() argument 1865 aac_is_safw_target_valid(struct aac_dev *dev, int bus, int target) aac_is_safw_target_valid() argument 1873 aac_is_safw_device_exposed(struct aac_dev *dev, int bus, int target) aac_is_safw_device_exposed() argument 1890 int target; aac_update_safw_host_devices() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc_fs.c | 1050 u16 target, bool pf_set_vfs_mac) in npc_update_rx_entry() 1062 action.pf_func = target; in npc_update_rx_entry() 1078 action.pf_func = target; in npc_update_rx_entry() 1100 struct npc_install_flow_req *req, u16 target) in npc_update_tx_entry() 1111 npc_update_entry(rvu, NPC_PF_FUNC, entry, (__force u16)htons(target), in npc_update_tx_entry() 1134 static int npc_install_flow(struct rvu *rvu, int blkaddr, u16 target, in npc_install_flow() argument 1162 npc_update_rx_entry(rvu, pfvf, entry, req, target, pf_set_vfs_mac); in npc_install_flow() 1164 npc_update_tx_entry(rvu, pfvf, entry, req, target); in npc_install_flow() 1171 entry_index = npc_get_nixlf_mcam_index(mcam, target, nixlf, in npc_install_flow() 1294 u16 target; in rvu_mbox_handler_npc_install_flow() local 1047 npc_update_rx_entry(struct rvu *rvu, struct rvu_pfvf *pfvf, struct mcam_entry *entry, struct npc_install_flow_req *req, u16 target, bool pf_set_vfs_mac) npc_update_rx_entry() argument 1098 npc_update_tx_entry(struct rvu *rvu, struct rvu_pfvf *pfvf, struct mcam_entry *entry, struct npc_install_flow_req *req, u16 target) npc_update_tx_entry() argument 1513 npc_mcam_enable_flows(struct rvu *rvu, u16 target) npc_mcam_enable_flows() argument 1569 npc_mcam_disable_flows(struct rvu *rvu, u16 target) npc_mcam_disable_flows() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_dpll.c | 409 int target) in i9xx_select_p2_div() 424 if (target < limit->p2.dot_limit) in i9xx_select_p2_div() 432 * Returns a set of divisors for the desired target clock with the given 443 int target, int refclk, in i9xx_find_best_dpll() 449 int err = target; in i9xx_find_best_dpll() 453 clock.p2 = i9xx_select_p2_div(limit, crtc_state, target); in i9xx_find_best_dpll() 476 this_err = abs(clock.dot - target); in i9xx_find_best_dpll() 486 return (err != target); in i9xx_find_best_dpll() 490 * Returns a set of divisors for the desired target clock with the given 501 int target, in in pnv_find_best_dpll() 407 i9xx_select_p2_div(const struct intel_limit *limit, const struct intel_crtc_state *crtc_state, int target) i9xx_select_p2_div() argument 441 i9xx_find_best_dpll(const struct intel_limit *limit, struct intel_crtc_state *crtc_state, int target, int refclk, const struct dpll *match_clock, struct dpll *best_clock) i9xx_find_best_dpll() argument 499 pnv_find_best_dpll(const struct intel_limit *limit, struct intel_crtc_state *crtc_state, int target, int refclk, const struct dpll *match_clock, struct dpll *best_clock) pnv_find_best_dpll() argument 555 g4x_find_best_dpll(const struct intel_limit *limit, struct intel_crtc_state *crtc_state, int target, int refclk, const struct dpll *match_clock, struct dpll *best_clock) g4x_find_best_dpll() argument 649 vlv_find_best_dpll(const struct intel_limit *limit, struct intel_crtc_state *crtc_state, int target, int refclk, const struct dpll *match_clock, struct dpll *best_clock) vlv_find_best_dpll() argument 707 chv_find_best_dpll(const struct intel_limit *limit, struct intel_crtc_state *crtc_state, int target, int refclk, const struct dpll *match_clock, struct dpll *best_clock) chv_find_best_dpll() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | commsup.c | 1252 * physical target to be suppressed until configured. in aac_handle_aif() 1647 * target (block maximum 60 seconds). Although not necessary, in aac_reset_adapter() 1822 static inline int is_safw_raid_volume(struct aac_dev *aac, int bus, int target) in is_safw_raid_volume() argument 1824 return bus == CONTAINER_CHANNEL && target < aac->maximum_num_containers; in is_safw_raid_volume() 1829 int target) in aac_lookup_safw_scsi_device() 1834 return scsi_device_lookup(dev->scsi_host_ptr, bus, target, 0); in aac_lookup_safw_scsi_device() 1837 static int aac_add_safw_device(struct aac_dev *dev, int bus, int target) in aac_add_safw_device() argument 1842 return scsi_add_device(dev->scsi_host_ptr, bus, target, 0); in aac_add_safw_device() 1851 static void aac_remove_safw_device(struct aac_dev *dev, int bus, int target) in aac_remove_safw_device() argument 1855 sdev = aac_lookup_safw_scsi_device(dev, bus, target); in aac_remove_safw_device() 1827 aac_lookup_safw_scsi_device(struct aac_dev *dev, int bus, int target) aac_lookup_safw_scsi_device() argument 1860 aac_is_safw_scan_count_equal(struct aac_dev *dev, int bus, int target) aac_is_safw_scan_count_equal() argument 1866 aac_is_safw_target_valid(struct aac_dev *dev, int bus, int target) aac_is_safw_target_valid() argument 1874 aac_is_safw_device_exposed(struct aac_dev *dev, int bus, int target) aac_is_safw_device_exposed() argument 1891 int target; aac_update_safw_host_devices() local [all...] |
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 151 void Name(target_type target, BranchDelaySlot bd = PROTECT); \ 152 inline void Name(BranchDelaySlot bd, target_type target) { \ 153 Name(target, bd); \ 155 void Name(target_type target, COND_TYPED_ARGS, \ 157 inline void Name(BranchDelaySlot bd, target_type target, COND_TYPED_ARGS) { \ 158 Name(target, COND_ARGS, bd); \ 190 void BranchTrueShortF(Label* target, BranchDelaySlot bd = PROTECT); 191 void BranchFalseShortF(Label* target, BranchDelaySlot bd = PROTECT); 193 void BranchTrueF(Label* target, BranchDelaySlot bd = PROTECT); 194 void BranchFalseF(Label* target, BranchDelaySlo [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-internal-gen.cc | 41 TNode<FixedArrayBase> target = in TF_BUILTIN() local 43 StoreObjectField(js_object, JSObject::kElementsOffset, target); in TF_BUILTIN() 44 Return(target); in TF_BUILTIN() 774 const TNode<JSObject> target = AllocateJSObjectFromMap(map); in AllocateJsObjectTarget() local 775 return target; in AllocateJsObjectTarget() 778 TNode<Context> context, TNode<JSReceiver> target, TNode<Object> source, in SetOrCopyDataProperties() 805 // If the target is deprecated, the object will be updated on first in SetOrCopyDataProperties() 806 // store. If the source for that store equals the target, this will in SetOrCopyDataProperties() 809 TNode<Map> target_map = LoadMap(target); in SetOrCopyDataProperties() 817 state(), context, target, target_is_simple_receive in SetOrCopyDataProperties() 777 SetOrCopyDataProperties( TNode<Context> context, TNode<JSReceiver> target, TNode<Object> source, Label* if_runtime, base::Optional<TNode<IntPtrT>> excluded_property_count = base::nullopt, base::Optional<TNode<IntPtrT>> excluded_property_base = base::nullopt, bool use_set = true) SetOrCopyDataProperties() argument 885 TNode<JSReceiver> target = AllocateJsObjectTarget(context); TF_BUILTIN() local 924 auto target = Parameter<JSObject>(Descriptor::kTarget); TF_BUILTIN() local 940 auto target = Parameter<JSReceiver>(Descriptor::kTarget); TF_BUILTIN() local 1028 auto target = Parameter<JSFunction>(Descriptor::kTarget); TF_BUILTIN() local [all...] |
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.cc | 2183 void TurboAssembler::BranchTrueShortF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub() argument 2185 bc1nez(target, kDoubleCompareReg); in CallRecordWriteStub() 2187 bc1t(target); in CallRecordWriteStub() 2194 void TurboAssembler::BranchFalseShortF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub() argument 2196 bc1eqz(target, kDoubleCompareReg); in CallRecordWriteStub() 2198 bc1f(target); in CallRecordWriteStub() 2205 void TurboAssembler::BranchTrueF(Label* target, BranchDelaySlot bd) { in CallRecordWriteStub() argument 2207 target->is_bound() ? !is_near(target) : is_trampoline_emitted(); in CallRecordWriteStub() 2211 BranchLong(target, b in CallRecordWriteStub() 2218 BranchFalseF(Label* target, BranchDelaySlot bd) CallRecordWriteStub() argument 2231 BranchMSA(Label* target, MSABranchDF df, MSABranchCondition cond, MSARegister wt, BranchDelaySlot bd) CallRecordWriteStub() argument 2253 BranchShortMSA(MSABranchDF df, Label* target, MSABranchCondition cond, MSARegister wt, BranchDelaySlot bd) CallRecordWriteStub() argument 3606 Jump(Register target, int16_t offset, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument 3634 Jump(Register target, Register base, int16_t offset, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument 3665 Jump(Register target, const Operand& offset, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument 3699 Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument 3724 Jump(Address target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument 3791 Call(Register target, int16_t offset, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument 3821 Call(Register target, Register base, int16_t offset, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument 3853 Call(Address target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument 3946 PatchAndJump(Address target) CallRecordWriteStub() argument 3966 StoreReturnAddressAndCall(Register target) CallRecordWriteStub() argument 4145 Call(Label* target) CallRecordWriteStub() argument 4147 LoadAddress(Register dst, Label* target) CallRecordWriteStub() argument 5565 CallForDeoptimization(Builtin target, int, Label* exit, DeoptimizeKind kind, Label* ret, Label*) CallRecordWriteStub() argument [all...] |
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | exdump.c | 333 u8 *target; in acpi_ex_dump_object() local 357 target = ACPI_ADD_PTR(u8, obj_desc, info->offset); in acpi_ex_dump_object() 374 acpi_os_printf("%20s : %2.2X\n", name, *target); in acpi_ex_dump_object() 380 ACPI_GET16(target)); in acpi_ex_dump_object() 386 ACPI_GET32(target)); in acpi_ex_dump_object() 392 ACPI_FORMAT_UINT64(ACPI_GET64(target))); in acpi_ex_dump_object() 399 *ACPI_CAST_PTR(void *, target)); in acpi_ex_dump_object() 439 start = *ACPI_CAST_PTR(void *, target); in acpi_ex_dump_object() 475 start = *ACPI_CAST_PTR(void *, target); in acpi_ex_dump_object() 511 start = *ACPI_CAST_PTR(void *, target); in acpi_ex_dump_object() [all...] |
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/ |
H A D | felix.c | 469 struct regmap *target; in felix_init_structs() local 479 target = ocelot_regmap_init(ocelot, &res); in felix_init_structs() 480 if (IS_ERR(target)) { in felix_init_structs() 484 return PTR_ERR(target); in felix_init_structs() 487 ocelot->targets[i] = target; in felix_init_structs() 499 struct regmap *target; in felix_init_structs() local 517 target = ocelot_regmap_init(ocelot, &res); in felix_init_structs() 518 if (IS_ERR(target)) { in felix_init_structs() 523 return PTR_ERR(target); in felix_init_structs() 537 ocelot_port->target in felix_init_structs() [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8900.c | 683 unsigned int K, Ndiv, Nmod, target; in fll_factors() local 691 target = Fout; in fll_factors() 693 while (target < 90000000) { in fll_factors() 695 target *= 2; in fll_factors() 698 if (target > 100000000) in fll_factors() 700 " Fout=%u\n", target, Fref, Fout); in fll_factors() 703 "Fref=%u, Fout=%u, target=%u\n", in fll_factors() 704 div, Fref, Fout, target); in fll_factors() 715 Ndiv = target / Fref; in fll_factors() 723 Nmod = (target / fll_di in fll_factors() [all...] |
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | exdump.c | 333 u8 *target; in acpi_ex_dump_object() local 357 target = ACPI_ADD_PTR(u8, obj_desc, info->offset); in acpi_ex_dump_object() 374 acpi_os_printf("%20s : %2.2X\n", name, *target); in acpi_ex_dump_object() 380 ACPI_GET16(target)); in acpi_ex_dump_object() 386 ACPI_GET32(target)); in acpi_ex_dump_object() 392 ACPI_FORMAT_UINT64(ACPI_GET64(target))); in acpi_ex_dump_object() 399 *ACPI_CAST_PTR(void *, target)); in acpi_ex_dump_object() 439 start = *ACPI_CAST_PTR(void *, target); in acpi_ex_dump_object() 475 start = *ACPI_CAST_PTR(void *, target); in acpi_ex_dump_object() 511 start = *ACPI_CAST_PTR(void *, target); in acpi_ex_dump_object() [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm8900.c | 683 unsigned int K, Ndiv, Nmod, target; in fll_factors() local 691 target = Fout; in fll_factors() 693 while (target < 90000000) { in fll_factors() 695 target *= 2; in fll_factors() 698 if (target > 100000000) in fll_factors() 700 " Fout=%u\n", target, Fref, Fout); in fll_factors() 703 "Fref=%u, Fout=%u, target=%u\n", in fll_factors() 704 div, Fref, Fout, target); in fll_factors() 715 Ndiv = target / Fref; in fll_factors() 723 Nmod = (target / fll_di in fll_factors() [all...] |
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | common.c | 151 mnt_fs(const char *target, const char *type, char *buff, size_t bufflen) in mnt_fs() argument 155 while (mount("", target, "none", MS_PRIVATE | MS_REC, NULL)) { in mnt_fs() 159 target, strerror(errno)); in mnt_fs() 163 if (mount(target, target, "none", MS_BIND, NULL)) { in mnt_fs() 166 target, target, strerror(errno)); in mnt_fs() 173 if (mount(type, target, type, 0, "mode=0700")) { in mnt_fs() 175 type, type, target, strerror(errno)); in mnt_fs() 182 int mount_tracefs(const char *target) in mount_tracefs() argument [all...] |
/third_party/gn/src/gn/ |
H A D | ninja_c_binary_target_writer.cc | 29 #include "gn/target.h" 44 // The internal module name, in GN this is the target's label. 50 // Is this the module for the current target. 78 const SourceFile* GetModuleMapFromTargetSources(const Target* target) { in GetModuleMapFromTargetSources() argument 79 for (const SourceFile& sf : target->sources()) { in GetModuleMapFromTargetSources() 87 const Target* target, in GetModuleDepsInformation() 108 if (target->source_types_used().Get(SourceFile::SOURCE_MODULEMAP)) { in GetModuleDepsInformation() 109 add(target, true); in GetModuleDepsInformation() 112 for (const Target* dep : resolved.GetLinkedDeps(target)) { in GetModuleDepsInformation() 124 NinjaCBinaryTargetWriter::NinjaCBinaryTargetWriter(const Target* target, in NinjaCBinaryTargetWriter() argument 86 GetModuleDepsInformation( const Target* target, const ResolvedTargetData& resolved) GetModuleDepsInformation() argument [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_ext.cpp | 239 UChar **target, const UChar *targetLimit, in ucnv_extWriteToU() 247 target, targetLimit, in ucnv_extWriteToU() 257 target, targetLimit, in ucnv_extWriteToU() 276 * target<targetLimit; set error code for overflow 282 UChar **target, const UChar *targetLimit, in ucnv_extInitialMatchToU() 299 /* write result to target */ in ucnv_extInitialMatchToU() 302 target, targetLimit, in ucnv_extInitialMatchToU() 397 &pArgs->target, pArgs->targetLimit, in ucnv_extContinueMatchToU() 674 char **target, const char *targetLimit, in ucnv_extWriteFromU() 741 target, targetLimi in ucnv_extWriteFromU() 237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, uint32_t value, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteToU() argument 279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, int32_t firstLength, const char **src, const char *srcLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchToU() argument 672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, uint32_t value, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteFromU() argument 750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const UChar **src, const UChar *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchFromU() argument [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_goto_ifs.c | 133 * Sets all path variables to reach the target block via a fork 136 set_path_vars(nir_builder *b, struct path_fork *fork, nir_block *target) in set_path_vars() argument 140 if (_mesa_set_search(fork->paths[i].reachable, target)) { in set_path_vars() 155 * Sets all path variables to reach the both target blocks via a fork. 203 * target block 206 route_to(nir_builder *b, struct routes *routing, nir_block *target) in route_to() argument 208 if (_mesa_set_search(routing->regular.reachable, target)) { in route_to() 209 set_path_vars(b, routing->regular.fork, target); in route_to() 211 else if (_mesa_set_search(routing->brk.reachable, target)) { in route_to() 212 set_path_vars(b, routing->brk.fork, target); in route_to() [all...] |
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_image.c | 41 if (spr->base.target == PIPE_BUFFER) in get_image_offset() 44 if (spr->base.target == PIPE_TEXTURE_1D_ARRAY || in get_image_offset() 45 spr->base.target == PIPE_TEXTURE_2D_ARRAY || in get_image_offset() 46 spr->base.target == PIPE_TEXTURE_CUBE_ARRAY || in get_image_offset() 47 spr->base.target == PIPE_TEXTURE_CUBE || in get_image_offset() 48 spr->base.target == PIPE_TEXTURE_3D) in get_image_offset() 95 * Checks if the texture target compatible with the image resource 96 * pipe target. 169 level = spr->base.target == PIPE_BUFFER ? 0 : iview->u.tex.level; in get_dimensions() 173 if (spr->base.target in get_dimensions() [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_util.cc | 663 Local<Object> target, in SetFipsCrypto() 677 return target->Set(env->context(), name, value); in SetFipsCrypto() 739 void Initialize(Environment* env, Local<Object> target) { in SetFipsCrypto() argument 742 SetMethod(context, target, "setEngine", SetEngine); in SetFipsCrypto() 745 SetMethodNoSideEffect(context, target, "getFipsCrypto", GetFipsCrypto); in SetFipsCrypto() 746 SetMethod(context, target, "setFipsCrypto", SetFipsCrypto); in SetFipsCrypto() 747 SetMethodNoSideEffect(context, target, "testFipsCrypto", TestFipsCrypto); in SetFipsCrypto() 749 NODE_DEFINE_CONSTANT(target, kCryptoJobAsync); in SetFipsCrypto() 750 NODE_DEFINE_CONSTANT(target, kCryptoJobSync); in SetFipsCrypto() 752 SetMethod(context, target, "secureBuffe in SetFipsCrypto() 661 SetEncodedValue( Environment* env, Local<Object> target, Local<String> name, const BIGNUM* bn, int size) SetFipsCrypto() argument [all...] |
/third_party/nghttp2/src/ |
H A D | util.h | 109 std::string percent_encode(const unsigned char *target, size_t len); 111 std::string percent_encode(const std::string &target); 139 // Percent encode |target| if character is not in token or '%'. 140 StringRef percent_encode_token(BlockAllocator &balloc, const StringRef &target); 143 OutputIt percent_encode_token(OutputIt it, const StringRef &target) { in percent_encode_token() argument 144 for (auto first = std::begin(target); first != std::end(target); ++first) { in percent_encode_token() 161 // the same |target| parameter. The return value does not include a 163 size_t percent_encode_tokenlen(const StringRef &target); 165 // Returns quotedString version of |target| 170 quote_string(OutputIt it, const StringRef &target) quote_string() argument [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_ext.cpp | 239 char16_t **target, const char16_t *targetLimit, in ucnv_extWriteToU() 247 target, targetLimit, in ucnv_extWriteToU() 257 target, targetLimit, in ucnv_extWriteToU() 276 * target<targetLimit; set error code for overflow 282 char16_t **target, const char16_t *targetLimit, in ucnv_extInitialMatchToU() 299 /* write result to target */ in ucnv_extInitialMatchToU() 302 target, targetLimit, in ucnv_extInitialMatchToU() 397 &pArgs->target, pArgs->targetLimit, in ucnv_extContinueMatchToU() 674 char **target, const char *targetLimit, in ucnv_extWriteFromU() 741 target, targetLimi in ucnv_extWriteFromU() 237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, uint32_t value, char16_t **target, const char16_t *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteToU() argument 279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, int32_t firstLength, const char **src, const char *srcLimit, char16_t **target, const char16_t *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchToU() argument 672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, uint32_t value, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteFromU() argument 750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const char16_t **src, const char16_t *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchFromU() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_ext.cpp | 239 UChar **target, const UChar *targetLimit, in ucnv_extWriteToU() 247 target, targetLimit, in ucnv_extWriteToU() 257 target, targetLimit, in ucnv_extWriteToU() 276 * target<targetLimit; set error code for overflow 282 UChar **target, const UChar *targetLimit, in ucnv_extInitialMatchToU() 299 /* write result to target */ in ucnv_extInitialMatchToU() 302 target, targetLimit, in ucnv_extInitialMatchToU() 397 &pArgs->target, pArgs->targetLimit, in ucnv_extContinueMatchToU() 674 char **target, const char *targetLimit, in ucnv_extWriteFromU() 741 target, targetLimi in ucnv_extWriteFromU() 237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, uint32_t value, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteToU() argument 279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, int32_t firstLength, const char **src, const char *srcLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchToU() argument 672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, uint32_t value, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteFromU() argument 750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const UChar **src, const UChar *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchFromU() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.c | 787 static int device_queue_depth(int unit, int target, int lun) in device_queue_depth() argument 805 if (t != target) in device_queue_depth() 806 t = (target == v) ? v : NO_TARGET; in device_queue_depth() 815 (t == ALL_TARGETS || t == target) && in device_queue_depth() 917 ** n permits target numbers 0..n-1. 951 ** There should be one slot per target, and one slot 952 ** for each tag of each target in use. 1016 #define HS_DISCONNECT (3) /* Disconnected by target */ 1126 u_long target; member 1146 ** Declaration of structs: target contro 1566 u_char target; global() member 1642 struct tcb target[MAX_TARGET]; /* Target data */ global() member 4700 int target, lun; ncr_detach() local 5486 ncr_set_sync_wide_status(struct ncb *np, u_char target) ncr_set_sync_wide_status() argument 5525 u_char target = INB (nc_sdid) & 0x0f; ncr_setsync() local 5581 u16 target = INB (nc_sdid) & 0x0f; ncr_setwide() local 6690 u_char target = INB (nc_sdid) & 0x0f; ncr_int_sir() local [all...] |