Home
last modified time | relevance | path

Searched refs:temp (Results 4426 - 4450 of 4520) sorted by relevance

1...<<171172173174175176177178179180181

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dchip.c13186 int hfi1_tempsense_rd(struct hfi1_devdata *dd, struct hfi1_temp *temp) in hfi1_tempsense_rd() argument
13198 temp->curr = ((reg >> ASIC_STS_THERM_CURR_TEMP_SHIFT) & in hfi1_tempsense_rd()
13200 temp->lo_lim = ((reg >> ASIC_STS_THERM_LO_TEMP_SHIFT) & in hfi1_tempsense_rd()
13202 temp->hi_lim = ((reg >> ASIC_STS_THERM_HI_TEMP_SHIFT) & in hfi1_tempsense_rd()
13204 temp->crit_lim = ((reg >> ASIC_STS_THERM_CRIT_TEMP_SHIFT) & in hfi1_tempsense_rd()
13207 temp->triggers = (u8)((reg >> ASIC_STS_THERM_LOW_SHIFT) & 0x7); in hfi1_tempsense_rd()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dchip.c13147 int hfi1_tempsense_rd(struct hfi1_devdata *dd, struct hfi1_temp *temp) in hfi1_tempsense_rd() argument
13159 temp->curr = ((reg >> ASIC_STS_THERM_CURR_TEMP_SHIFT) & in hfi1_tempsense_rd()
13161 temp->lo_lim = ((reg >> ASIC_STS_THERM_LO_TEMP_SHIFT) & in hfi1_tempsense_rd()
13163 temp->hi_lim = ((reg >> ASIC_STS_THERM_HI_TEMP_SHIFT) & in hfi1_tempsense_rd()
13165 temp->crit_lim = ((reg >> ASIC_STS_THERM_CRIT_TEMP_SHIFT) & in hfi1_tempsense_rd()
13168 temp->triggers = (u8)((reg >> ASIC_STS_THERM_LOW_SHIFT) & 0x7); in hfi1_tempsense_rd()
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp570 int* temp = static_cast<int*>(data); in createExternalArraybuffer()
571 free(temp); in createExternalArraybuffer()
572 temp = nullptr; in createExternalArraybuffer()
5376 int* temp = static_cast<int*>(data); in createExternalArraybufferDataNull()
5377 free(temp); in createExternalArraybufferDataNull()
5378 temp = nullptr; in createExternalArraybufferDataNull()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_scheduler.c5493 struct kbase_queue_group *group, *temp; in check_group_sync_update_worker() local
5495 list_for_each_entry_safe(group, temp, in check_group_sync_update_worker()
/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H A Dpanel_test_ng.cpp3063 auto temp = AceType::MakeRefPtr<SlidingPanelNode>("test", 1, AceType::MakeRefPtr<Pattern>()); in HWTEST_F() local
3064 ElementRegister::GetInstance()->itemMap_.emplace(std::make_pair(5, AceType::WeakClaim(AceType::RawPtr(temp)))); in HWTEST_F()
/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_main.c3910 struct rtnl_link_stats64 temp; in bond_get_stats() local
3926 dev_get_stats(slave->dev, &temp); in bond_get_stats()
/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Diommu.c3372 u32 temp = 2 << ecap_pss(iommu->ecap); in init_dmars() local
3374 intel_pasid_max_id = min_t(u32, temp, in init_dmars()
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_main.c4425 struct rtnl_link_stats64 temp; in bond_get_stats() local
4441 dev_get_stats(slave->dev, &temp); in bond_get_stats()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_dp.c5747 u32 temp = intel_de_read(dev_priv, PEG_BAND_GAP_DATA); in intel_dp_init_connector() local
5749 (temp & ~0xf) | 0xd); in intel_dp_init_connector()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Diommu.c2779 u32 temp = 2 << ecap_pss(iommu->ecap); in init_dmars() local
2781 intel_pasid_max_id = min_t(u32, temp, in init_dmars()
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp3806 const UINT_32 temp = mipX;
3808 mipY = temp;
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc2668 Handle<FunctionTemplateInfo> temp = in CreateFunc() local
2671 ApiNatives::InstantiateFunction(temp, name).ToHandleChecked(); in CreateFunc()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.cc2044 // v = v - ((v >> 1) & (T)~(T)0/3); // temp in CallRecordWriteStub()
2045 // v = (v & (T)~(T)0/15*3) + ((v >> 2) & (T)~(T)0/15*3); // temp in CallRecordWriteStub()
2046 // v = (v + (v >> 4)) & (T)~(T)0/255*15; // temp in CallRecordWriteStub()
3596 UseScratchRegisterScope temp(this); in CallRecordWriteStub()
3597 Register scratch = temp.Acquire(); in CallRecordWriteStub()
/third_party/python/Lib/test/
H A Dtest_xml_etree.py174 temp = pickle.dumps(obj, proto)
176 result = pickle.loads(temp)
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
H A Dsi_dpm.c7850 u32 temp; in si_dpm_get_temp() local
7854 temp = (RREG32(CG_MULT_THERMAL_STATUS) & CTF_TEMP_MASK) >> in si_dpm_get_temp()
7857 if (temp & 0x200) in si_dpm_get_temp()
7860 actual_temp = temp & 0x1ff; in si_dpm_get_temp()
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H A Dql4_os.c4330 uint32_t temp, temp_state, temp_val; in qla4_8xxx_check_temp() local
4333 temp = qla4_8xxx_rd_direct(ha, QLA8XXX_CRB_TEMP_STATE); in qla4_8xxx_check_temp()
4335 temp_state = qla82xx_get_temp_state(temp); in qla4_8xxx_check_temp()
4336 temp_val = qla82xx_get_temp_val(temp); in qla4_8xxx_check_temp()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H A Dql4_os.c4321 uint32_t temp, temp_state, temp_val; in qla4_8xxx_check_temp() local
4324 temp = qla4_8xxx_rd_direct(ha, QLA8XXX_CRB_TEMP_STATE); in qla4_8xxx_check_temp()
4326 temp_state = qla82xx_get_temp_state(temp); in qla4_8xxx_check_temp()
4327 temp_val = qla82xx_get_temp_val(temp); in qla4_8xxx_check_temp()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c7876 u32 temp; in si_dpm_get_temp() local
7880 temp = (RREG32(CG_MULT_THERMAL_STATUS) & CTF_TEMP_MASK) >> in si_dpm_get_temp()
7883 if (temp & 0x200) in si_dpm_get_temp()
7886 actual_temp = temp & 0x1ff; in si_dpm_get_temp()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc2892 // Then we can also avoid using the temp register here.
6196 // Executing a write barrier needs temp registers; doing this on a
6203 // (2) instance, initially used as temp.
6204 // (3) target, initially used as temp.
6205 // (4) temp.
6212 LiftoffRegister temp = pinned.set(__ GetUnusedRegister(kGpReg, pinned));
6221 LOAD_INSTANCE_FIELD(temp.gp(), IsolateRoot, kSystemPointerSize, pinned);
6224 kForeignForeignAddressTag, temp.gp());
6234 LiftoffRegister null_address = temp;
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp12644 T temp = (val - e0) / (e1 - e0); in smoothStep() local
12646 T result = temp * temp * (3 - 2 * temp); in smoothStep()
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h1334 // Register temp = temps.AcquireX(); // temp will be x16
1336 // __ Mov(x16, modifier); // Will override temp!
8918 Register temp = temps.AcquireX(); in CallRuntimeHelper() local
8919 Mov(temp, reinterpret_cast<uint64_t>(function)); in CallRuntimeHelper()
8921 Br(temp); in CallRuntimeHelper()
8924 Blr(temp); in CallRuntimeHelper()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c4355 u64 time_delta, rem, temp; in e1000e_sanitize_systim() local
4369 temp = time_delta; in e1000e_sanitize_systim()
4371 rem = incvalue ? do_div(temp, incvalue) : (time_delta != 0); in e1000e_sanitize_systim()
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dqeth_core_main.c2570 __u16 temp; in qeth_ulp_setup() local
2587 temp = (card->info.cula << 8) + card->info.unit_addr2; in qeth_ulp_setup()
2588 memcpy(QETH_ULP_SETUP_REAL_DEVADDR(iob->data), &temp, 2); in qeth_ulp_setup()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c4350 u64 time_delta, rem, temp; in e1000e_sanitize_systim() local
4364 temp = time_delta; in e1000e_sanitize_systim()
4366 rem = incvalue ? do_div(temp, incvalue) : (time_delta != 0); in e1000e_sanitize_systim()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c5804 uint32_t temp; in smu7_get_sleep_divider_id_from_clock() local
5809 temp = clock >> i; in smu7_get_sleep_divider_id_from_clock()
5811 if (temp >= min || i == 0) in smu7_get_sleep_divider_id_from_clock()

Completed in 240 milliseconds

1...<<171172173174175176177178179180181