/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRMCCodeEmitter.cpp | 108 auto target = MO.getImm(); in encodeRelCondBrTarget() local 109 AVR::fixups::adjustBranchTarget(target); in encodeRelCondBrTarget() 110 return target; in encodeRelCondBrTarget()
|
/third_party/toybox/toys/pending/ |
H A D | expr.c | 106 static void re(char *target, char *pattern, struct value *ret) in re() argument 113 if (!regexec(&pat, target, 2, m, 0) && !m[0].rm_so) { in re() 117 target+m[1].rm_so); in re()
|
/third_party/protobuf/python/ |
H A D | setup.py | 148 target = 'test_python' variable in test_conformance 153 cmd = 'cd ../conformance && make %s' % (test_conformance.target) 178 test_conformance.target = 'test_python_cpp' 195 # deployment target of macOS 10.9 or later, or iOS 7 or later.
|
/third_party/python/Lib/turtledemo/ |
H A D | sorting_animate.py | 124 target = list(range(10)) 125 random.shuffle(target) 126 for i, t in enumerate(target):
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | BlitGL.h | 52 gl::TextureTarget target, 62 gl::TextureTarget target, 156 gl::TextureTarget target,
|
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
H A D | megaraid_mbox.c | 808 // slot in device_ids is reserved for target id, that's why in megaraid_init_mbox() 1484 int target; in megaraid_mbox_build_cmd() local 1500 MRAID_GET_DEVICE_MAP(adapter, scp, channel, target, islogical); in megaraid_mbox_build_cmd() 1525 scb->dev_target = target; in megaraid_mbox_build_cmd() 1534 ccb->raw_mbox[3] = target; in megaraid_mbox_build_cmd() 1595 if ((target % 0x80) >= MAX_LOGICAL_DRIVES_40LD) { in megaraid_mbox_build_cmd() 1610 scb->dev_target = target; in megaraid_mbox_build_cmd() 1619 pthru->logdrv = target; in megaraid_mbox_build_cmd() 1654 scb->dev_target = target; in megaraid_mbox_build_cmd() 1657 mbox->logdrv = target; in megaraid_mbox_build_cmd() 1941 uint8_t target; megaraid_mbox_prepare_pthru() local 1990 uint8_t target; megaraid_mbox_prepare_epthru() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
H A D | rtllib_rx.c | 1461 * hardware as a DMA target in rtllib_rx_InfraAdhoc() 2566 struct rtllib_network *target; in rtllib_process_probe_response() local 2649 list_for_each_entry(target, &ieee->network_list, list) { in rtllib_process_probe_response() 2650 if (is_same_network(target, network, in rtllib_process_probe_response() 2651 (target->ssid_len ? 1 : 0))) in rtllib_process_probe_response() 2654 (target->last_scanned < oldest->last_scanned)) in rtllib_process_probe_response() 2655 oldest = target; in rtllib_process_probe_response() 2661 if (&target->list == &ieee->network_list) { in rtllib_process_probe_response() 2665 target = oldest; in rtllib_process_probe_response() 2668 escape_essid(target in rtllib_process_probe_response() [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/ |
H A D | rtllib_rx.c | 1441 * hardware as a DMA target in rtllib_rx_InfraAdhoc() 2487 struct rtllib_network *target; in rtllib_process_probe_response() local 2569 list_for_each_entry(target, &ieee->network_list, list) { in rtllib_process_probe_response() 2570 if (is_same_network(target, network, in rtllib_process_probe_response() 2571 (target->ssid_len ? 1 : 0))) in rtllib_process_probe_response() 2574 (target->last_scanned < oldest->last_scanned)) in rtllib_process_probe_response() 2575 oldest = target; in rtllib_process_probe_response() 2581 if (&target->list == &ieee->network_list) { in rtllib_process_probe_response() 2585 target = oldest; in rtllib_process_probe_response() 2588 escape_essid(target in rtllib_process_probe_response() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | qmi.c | 2231 ath12k_warn(ab, "qmi failed to send target cap request, err = %d\n", in ath12k_qmi_request_target_cap() 2238 ath12k_warn(ab, "qmi failed target cap request %d\n", ret); in ath12k_qmi_request_target_cap() 2250 ab->qmi.target.chip_id = resp.chip_info.chip_id; in ath12k_qmi_request_target_cap() 2251 ab->qmi.target.chip_family = resp.chip_info.chip_family; in ath12k_qmi_request_target_cap() 2255 ab->qmi.target.board_id = resp.board_info.board_id; in ath12k_qmi_request_target_cap() 2257 ab->qmi.target.board_id = board_id; in ath12k_qmi_request_target_cap() 2260 ab->qmi.target.soc_id = resp.soc_info.soc_id; in ath12k_qmi_request_target_cap() 2263 ab->qmi.target.fw_version = resp.fw_version_info.fw_version; in ath12k_qmi_request_target_cap() 2264 strscpy(ab->qmi.target.fw_build_timestamp, in ath12k_qmi_request_target_cap() 2266 sizeof(ab->qmi.target in ath12k_qmi_request_target_cap() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | qmi.c | 2137 ath11k_warn(ab, "failed to send qmi target device info request: %d\n", in ath11k_qmi_request_device_info() 2144 ath11k_warn(ab, "failed to wait qmi target device info request: %d\n", in ath11k_qmi_request_device_info() 2206 ath11k_dbg(ab, ATH11K_DBG_QMI, "target cap request\n"); in ath11k_qmi_request_target_cap() 2233 ab->qmi.target.chip_id = resp.chip_info.chip_id; in ath11k_qmi_request_target_cap() 2234 ab->qmi.target.chip_family = resp.chip_info.chip_family; in ath11k_qmi_request_target_cap() 2238 ab->qmi.target.board_id = resp.board_info.board_id; in ath11k_qmi_request_target_cap() 2240 ab->qmi.target.board_id = 0xFF; in ath11k_qmi_request_target_cap() 2243 ab->qmi.target.soc_id = resp.soc_info.soc_id; in ath11k_qmi_request_target_cap() 2246 ab->qmi.target.fw_version = resp.fw_version_info.fw_version; in ath11k_qmi_request_target_cap() 2247 strscpy(ab->qmi.target in ath11k_qmi_request_target_cap() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
H A D | megaraid_mbox.c | 810 // slot in device_ids is reserved for target id, that's why in megaraid_init_mbox() 1484 int target; in megaraid_mbox_build_cmd() local 1500 MRAID_GET_DEVICE_MAP(adapter, scp, channel, target, islogical); in megaraid_mbox_build_cmd() 1525 scb->dev_target = target; in megaraid_mbox_build_cmd() 1534 ccb->raw_mbox[3] = target; in megaraid_mbox_build_cmd() 1593 if ((target % 0x80) >= MAX_LOGICAL_DRIVES_40LD) { in megaraid_mbox_build_cmd() 1608 scb->dev_target = target; in megaraid_mbox_build_cmd() 1617 pthru->logdrv = target; in megaraid_mbox_build_cmd() 1652 scb->dev_target = target; in megaraid_mbox_build_cmd() 1655 mbox->logdrv = target; in megaraid_mbox_build_cmd() 1939 uint8_t target; megaraid_mbox_prepare_pthru() local 1988 uint8_t target; megaraid_mbox_prepare_epthru() local [all...] |
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_lazy.c | 33 U32 const target = (U32)(ip - base); in ZSTD_updateDUBT() local 36 if (idx != target) in ZSTD_updateDUBT() 38 idx, target, ms->window.dictLimit); in ZSTD_updateDUBT() 43 for ( ; idx < target ; idx++) { in ZSTD_updateDUBT() 55 ms->nextToUpdate = target; in ZSTD_updateDUBT() 135 smallerPtr = nextPtr+1; /* new "candidate" => larger than match, which was smaller than target */ in ZSTD_insertDUBT1() 401 U32 const target = (U32)(ip - base); in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local 406 U32 const minChain = chainSize < target - idx ? target - chainSize : idx; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() 421 U32 const tmpMinChain = tmpChainSize < target in ZSTD_dedicatedDictSearch_lazy_loadDictionary() 627 const U32 target = (U32)(ip - base); ZSTD_insertAndFindFirstIndex_internal() local 941 const U32 target = (U32)(ip - base); ZSTD_row_update_internal() local [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | simplify.c | 201 pseudo_t target = insn->target; in trivial_phi() local 204 add_pseudo(list, target); in trivial_phi() 218 if (src == target) in trivial_phi() 382 kill_use(&insn->target); in kill_insn() 423 if (!has_users(insn->target)) in remove_dead_insns() 553 use_pseudo(out, in->target, &out->src1); in replace_insn_pair() 842 if (nval != oval && one_use(or->target)) { in simplify_mask_or() 876 if (one_use(sh->target)) in simplify_mask_shift() 1425 if (one_use(def->target)) { in simplify_compare_constant() 2681 struct basic_block *target, *bb = insn->bb; simplify_cgoto() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureShadowTests.cpp | 106 void clampFloatingPointTexture (tcu::Texture2D& target) in clampFloatingPointTexture() argument 108 for (int level = 0; level < target.getNumLevels(); ++level) in clampFloatingPointTexture() 109 if (!target.isLevelEmpty(level)) in clampFloatingPointTexture() 110 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture() 113 static void clampFloatingPointTexture (tcu::Texture2DArray& target) in clampFloatingPointTexture() argument 115 for (int level = 0; level < target.getNumLevels(); ++level) in clampFloatingPointTexture() 116 if (!target.isLevelEmpty(level)) in clampFloatingPointTexture() 117 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture() 120 void clampFloatingPointTexture (tcu::TextureCube& target) in clampFloatingPointTexture() argument 122 for (int level = 0; level < target in clampFloatingPointTexture() 127 clampFloatingPointTexture(tcu::Texture1D& target) clampFloatingPointTexture() argument 134 clampFloatingPointTexture(tcu::Texture1DArray& target) clampFloatingPointTexture() argument 141 clampFloatingPointTexture(tcu::TextureCubeArray& target) clampFloatingPointTexture() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_cfg_test.cpp | 476 str += bad >> entry; // Cannot target entry block in TEST_P() 526 str += bad >> std::vector<Block>({entry, exit}); // cannot target entry block in TEST_P() 788 Block target("target", op); in GetUnreachableContinueTerminatedBy() 790 if (op == SpvOpBranch) target >> branch; in GetUnreachableContinueTerminatedBy() 794 branch.AppendBody("OpLoopMerge %merge %target None\n"); in GetUnreachableContinueTerminatedBy() 796 str += nameOps("branch", "merge", "target", std::make_pair("func", "Main")); in GetUnreachableContinueTerminatedBy() 802 str += target; in GetUnreachableContinueTerminatedBy() 887 Block target("target", SpvOpBranc in GetUnreachableContinueUnreachableLoopInst() 1078 foo >> target; GetUnreachableContinueWithBranchUse() local 1120 f >> target; GetReachableMergeAndContinue() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_cfg_test.cpp | 476 str += bad >> entry; // Cannot target entry block in TEST_P() 526 str += bad >> std::vector<Block>({entry, exit}); // cannot target entry block in TEST_P() 788 Block target("target", op); in GetUnreachableContinueTerminatedBy() 790 if (op == SpvOpBranch) target >> branch; in GetUnreachableContinueTerminatedBy() 794 branch.AppendBody("OpLoopMerge %merge %target None\n"); in GetUnreachableContinueTerminatedBy() 796 str += nameOps("branch", "merge", "target", std::make_pair("func", "Main")); in GetUnreachableContinueTerminatedBy() 802 str += target; in GetUnreachableContinueTerminatedBy() 887 Block target("target", SpvOpBranc in GetUnreachableContinueUnreachableLoopInst() 1078 foo >> target; GetUnreachableContinueWithBranchUse() local 1120 f >> target; GetReachableMergeAndContinue() local [all...] |
/third_party/spirv-tools/test/val/ |
H A D | val_cfg_test.cpp | 474 str += bad >> entry; // Cannot target entry block in TEST_P() 524 str += bad >> std::vector<Block>({entry, exit}); // cannot target entry block in TEST_P() 758 Block target("target", op); in GetUnreachableContinueTerminatedBy() 760 if (op == spv::Op::OpBranch) target >> branch; in GetUnreachableContinueTerminatedBy() 764 branch.AppendBody("OpLoopMerge %merge %target None\n"); in GetUnreachableContinueTerminatedBy() 766 str += nameOps("branch", "merge", "target", std::make_pair("func", "Main")); in GetUnreachableContinueTerminatedBy() 772 str += target; in GetUnreachableContinueTerminatedBy() 857 Block target("target", sp in GetUnreachableContinueUnreachableLoopInst() 1078 f >> target; GetReachableMergeAndContinue() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureShadowTests.cpp | 105 void clampFloatingPointTexture (tcu::Texture2D& target) in clampFloatingPointTexture() argument 107 for (int level = 0; level < target.getNumLevels(); ++level) in clampFloatingPointTexture() 108 if (!target.isLevelEmpty(level)) in clampFloatingPointTexture() 109 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture() 112 static void clampFloatingPointTexture (tcu::Texture2DArray& target) in clampFloatingPointTexture() argument 114 for (int level = 0; level < target.getNumLevels(); ++level) in clampFloatingPointTexture() 115 if (!target.isLevelEmpty(level)) in clampFloatingPointTexture() 116 clampFloatingPointTexture(target.getLevel(level)); in clampFloatingPointTexture() 119 void clampFloatingPointTexture (tcu::TextureCube& target) in clampFloatingPointTexture() argument 121 for (int level = 0; level < target in clampFloatingPointTexture() 126 clampFloatingPointTexture(tcu::Texture1D& target) clampFloatingPointTexture() argument 133 clampFloatingPointTexture(tcu::Texture1DArray& target) clampFloatingPointTexture() argument 140 clampFloatingPointTexture(tcu::TextureCubeArray& target) clampFloatingPointTexture() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set.h | 974 auto target = find_first_non_full(ctrl_, hash, capacity_); 975 SetCtrl(target.offset, H2(hash), capacity_, ctrl_, slots_, 977 emplace_at(target.offset, v); 978 infoz().RecordInsert(hash, target.probe_length); 1666 auto target = find_first_non_full(ctrl_, hash, capacity_); 1667 size_t new_i = target.offset; 1668 total_probe_length += target.probe_length; 1691 // target = find_first_non_full(hash) 1692 // if target is in the same group 1694 // else if target i [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | phy_n.c | 3552 struct nphy_txgains target, in b43_nphy_iq_cal_gain_params() 3560 params->tx_lpf = target.tx_lpf[core]; /* Rev 7+ */ in b43_nphy_iq_cal_gain_params() 3561 params->txgm = target.txgm[core]; in b43_nphy_iq_cal_gain_params() 3562 params->pga = target.pga[core]; in b43_nphy_iq_cal_gain_params() 3563 params->pad = target.pad[core]; in b43_nphy_iq_cal_gain_params() 3564 params->ipa = target.ipa[core]; in b43_nphy_iq_cal_gain_params() 3575 gain = (target.pad[core]) | (target.pga[core] << 4) | in b43_nphy_iq_cal_gain_params() 3576 (target.txgm[core] << 8); in b43_nphy_iq_cal_gain_params() 4053 s8 target[ in b43_nphy_tx_power_ctl_setup() local 3551 b43_nphy_iq_cal_gain_params(struct b43_wldev *dev, u16 core, struct nphy_txgains target, struct nphy_iqcal_params *params) b43_nphy_iq_cal_gain_params() argument 5014 struct nphy_txgains target; b43_nphy_get_tx_gains() local 5373 b43_nphy_cal_tx_iq_lo(struct b43_wldev *dev, struct nphy_txgains target, bool full, bool mphase) b43_nphy_cal_tx_iq_lo() argument 5641 b43_nphy_rev2_cal_rx_iq(struct b43_wldev *dev, struct nphy_txgains target, u8 type, bool debug) b43_nphy_rev2_cal_rx_iq() argument 5821 b43_nphy_rev3_cal_rx_iq(struct b43_wldev *dev, struct nphy_txgains target, u8 type, bool debug) b43_nphy_rev3_cal_rx_iq() argument 5828 b43_nphy_cal_rx_iq(struct b43_wldev *dev, struct nphy_txgains target, u8 type, bool debug) b43_nphy_cal_rx_iq() argument 6033 struct nphy_txgains target; b43_phy_initn() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | phy_n.c | 3548 struct nphy_txgains target, in b43_nphy_iq_cal_gain_params() 3556 params->tx_lpf = target.tx_lpf[core]; /* Rev 7+ */ in b43_nphy_iq_cal_gain_params() 3557 params->txgm = target.txgm[core]; in b43_nphy_iq_cal_gain_params() 3558 params->pga = target.pga[core]; in b43_nphy_iq_cal_gain_params() 3559 params->pad = target.pad[core]; in b43_nphy_iq_cal_gain_params() 3560 params->ipa = target.ipa[core]; in b43_nphy_iq_cal_gain_params() 3571 gain = (target.pad[core]) | (target.pga[core] << 4) | in b43_nphy_iq_cal_gain_params() 3572 (target.txgm[core] << 8); in b43_nphy_iq_cal_gain_params() 4049 s8 target[ in b43_nphy_tx_power_ctl_setup() local 3547 b43_nphy_iq_cal_gain_params(struct b43_wldev *dev, u16 core, struct nphy_txgains target, struct nphy_iqcal_params *params) b43_nphy_iq_cal_gain_params() argument 4963 struct nphy_txgains target; b43_nphy_get_tx_gains() local 5322 b43_nphy_cal_tx_iq_lo(struct b43_wldev *dev, struct nphy_txgains target, bool full, bool mphase) b43_nphy_cal_tx_iq_lo() argument 5590 b43_nphy_rev2_cal_rx_iq(struct b43_wldev *dev, struct nphy_txgains target, u8 type, bool debug) b43_nphy_rev2_cal_rx_iq() argument 5770 b43_nphy_rev3_cal_rx_iq(struct b43_wldev *dev, struct nphy_txgains target, u8 type, bool debug) b43_nphy_rev3_cal_rx_iq() argument 5777 b43_nphy_cal_rx_iq(struct b43_wldev *dev, struct nphy_txgains target, u8 type, bool debug) b43_nphy_cal_rx_iq() argument 5982 struct nphy_txgains target; b43_phy_initn() local [all...] |
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | cache-l2x0-pmu.c | 426 unsigned int target; in l2x0_pmu_offline_cpu() local 431 target = cpumask_any_but(cpu_online_mask, cpu); in l2x0_pmu_offline_cpu() 432 if (target >= nr_cpu_ids) in l2x0_pmu_offline_cpu() 435 perf_pmu_migrate_context(l2x0_pmu, cpu, target); in l2x0_pmu_offline_cpu() 436 cpumask_set_cpu(target, &pmu_cpu); in l2x0_pmu_offline_cpu()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | hw_breakpoint.c | 221 if (tmp->bp->hw.target == bp->hw.target && in same_task_bps_check() 313 if (bp->hw.target && bp->cpu == -1) { in arch_reserve_bp_slot() 318 } else if (!bp->hw.target && bp->cpu != -1) { in arch_reserve_bp_slot() 341 if (bp->hw.target) in arch_release_bp_slot()
|
/kernel/linux/linux-5.10/arch/arm/mach-imx/ |
H A D | mmdc.c | 219 int target; in mmdc_pmu_offline_cpu() local 224 target = cpumask_any_but(cpu_online_mask, cpu); in mmdc_pmu_offline_cpu() 225 if (target >= nr_cpu_ids) in mmdc_pmu_offline_cpu() 228 perf_pmu_migrate_context(&pmu_mmdc->pmu, cpu, target); in mmdc_pmu_offline_cpu() 229 cpumask_set_cpu(target, &pmu_mmdc->cpu); in mmdc_pmu_offline_cpu()
|
/kernel/linux/linux-6.6/arch/arm/mach-imx/ |
H A D | mmdc.c | 219 int target; in mmdc_pmu_offline_cpu() local 224 target = cpumask_any_but(cpu_online_mask, cpu); in mmdc_pmu_offline_cpu() 225 if (target >= nr_cpu_ids) in mmdc_pmu_offline_cpu() 228 perf_pmu_migrate_context(&pmu_mmdc->pmu, cpu, target); in mmdc_pmu_offline_cpu() 229 cpumask_set_cpu(target, &pmu_mmdc->cpu); in mmdc_pmu_offline_cpu()
|