Home
last modified time | relevance | path

Searched refs:temp (Results 2751 - 2775 of 4399) sorted by relevance

1...<<111112113114115116117118119120>>...176

/kernel/linux/linux-6.6/drivers/iio/common/cros_ec_sensors/
H A Dcros_ec_sensors.c172 st->core.param.sensor_offset.temp = in cros_ec_sensors_write()
187 st->core.param.sensor_scale.temp = in cros_ec_sensors_write()
/kernel/linux/linux-6.6/tools/lib/thermal/
H A Dcommands.c136 __tt[size - 1].temp = nla_get_u32(attr); in parse_tz_get_trip()
161 tz->temp = nla_get_u32(info->attrs[THERMAL_GENL_ATTR_TZ_TEMP]); in parse_tz_get_temp()
/kernel/liteos_m/arch/arm/arm9/gcc/
H A Dlos_interrupt.c350 UINT32 temp; in ArchIntLock() local
355 : "=r"(ret), "=r"(temp) in ArchIntLock()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DIDNA2003.java343 String temp = processOut.substring(ACE_PREFIX.length,processOut.length()); in convertToUnicode()
347 decodeOut = new StringBuffer(Punycode.decode(temp,caseFlags)); in convertToUnicode()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
H A DIDNAReference.java321 String temp = processOut.substring(ACE_PREFIX_LENGTH, processOut.length()); in convertToUnicode()
326 decodeOut = PunycodeReference.decode(new StringBuffer(temp), null); in convertToUnicode()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DIDNAReference.java318 String temp = processOut.substring(ACE_PREFIX_LENGTH, processOut.length()); in convertToUnicode()
323 decodeOut = PunycodeReference.decode(new StringBuffer(temp), null); in convertToUnicode()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DIDNA2003.java344 String temp = processOut.substring(ACE_PREFIX.length,processOut.length()); in convertToUnicode()
348 decodeOut = new StringBuffer(Punycode.decode(temp,caseFlags)); in convertToUnicode()
/third_party/icu/icu4c/source/i18n/
H A Danytrans.cpp321 Transliterator *temp = rt; in getTransliterator() local
323 t = temp; // The transliterator from the cache that we will return. in getTransliterator()
/third_party/lzma/CPP/Common/
H A DStringConvert.cpp299 UString temp = d + i; in MultiByteToUnicodeString2() local
303 wchar_t w = temp[t]; in MultiByteToUnicodeString2()
/third_party/lzma/CPP/7zip/Compress/
H A DLzmaEncoder.cpp227 char temp[64]; in PrintNum() local
228 char *p = temp + 32; in PrintNum()
/third_party/node/deps/icu-small/source/i18n/
H A Danytrans.cpp321 Transliterator *temp = rt; in getTransliterator() local
323 t = temp; // The transliterator from the cache that we will return. in getTransliterator()
/third_party/node/deps/npm/test/fixtures/
H A Dsandbox.js68 temp: tempDir,
191 return rm(this[_dirs].temp, { recursive: true, force: true }).catch(() => null)
67 temp: tempDir, global() property
/third_party/node/deps/v8/src/execution/arm64/
H A Dpointer-auth-arm64.cc46 uint8_t temp = in_cell << 4 | in_cell; in RotCell() local
47 return static_cast<uint64_t>((temp >> (4 - amount)) & 0xf); in RotCell()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-page.h130 IteratorImpl temp(*this); in operator ++()
132 return temp; in operator ++()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DRewriteExpressionsWithShaderStorageBlock.cpp176 // var temp = lssbo; in visitBinary()
177 // temp += rvalue; in visitBinary()
178 // lssbo = temp; in visitBinary()
380 // var temp = ssbo; in visitUnary()
381 // ~temp * expr; in visitUnary()
385 TIntermSymbol *temp = in visitUnary() local
388 node->replaceChildNode(node->getOperand(), temp->deepCopy()); in visitUnary()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLDirectCompositionTest.cpp141 auto temp = GetProcAddress(userModule, "SetThreadDpiAwarenessContext"); in Init() local
143 mFpSetThreadDpiAwarenessContext = reinterpret_cast<_SetThreadDpiAwarenessContext *>(temp); in Init()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Danytrans.cpp321 Transliterator *temp = rt; in getTransliterator() local
323 t = temp; // The transliterator from the cache that we will return. in getTransliterator()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_color_spec.cpp188 real64 temp = fTemperature1; in dng_color_spec() local
190 fTemperature2 = temp; in dng_color_spec()
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/
H A Docteon-hcd.c428 struct octeon_temp_buffer *temp; in octeon_alloc_temp_buffer() local
435 temp = kmalloc(ALIGN(urb->transfer_buffer_length, sizeof(u32)) + in octeon_alloc_temp_buffer()
436 sizeof(*temp), mem_flags); in octeon_alloc_temp_buffer()
437 if (!temp) in octeon_alloc_temp_buffer()
440 temp->orig_buffer = urb->transfer_buffer; in octeon_alloc_temp_buffer()
442 memcpy(temp->data, urb->transfer_buffer, in octeon_alloc_temp_buffer()
444 urb->transfer_buffer = temp->data; in octeon_alloc_temp_buffer()
458 struct octeon_temp_buffer *temp; in octeon_free_temp_buffer() local
464 temp = container_of(urb->transfer_buffer, struct octeon_temp_buffer, in octeon_free_temp_buffer()
472 memcpy(temp in octeon_free_temp_buffer()
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Docteon-hcd.c430 struct octeon_temp_buffer *temp; in octeon_alloc_temp_buffer() local
437 temp = kmalloc(ALIGN(urb->transfer_buffer_length, sizeof(u32)) + in octeon_alloc_temp_buffer()
438 sizeof(*temp), mem_flags); in octeon_alloc_temp_buffer()
439 if (!temp) in octeon_alloc_temp_buffer()
442 temp->orig_buffer = urb->transfer_buffer; in octeon_alloc_temp_buffer()
444 memcpy(temp->data, urb->transfer_buffer, in octeon_alloc_temp_buffer()
446 urb->transfer_buffer = temp->data; in octeon_alloc_temp_buffer()
460 struct octeon_temp_buffer *temp; in octeon_free_temp_buffer() local
466 temp = container_of(urb->transfer_buffer, struct octeon_temp_buffer, in octeon_free_temp_buffer()
474 memcpy(temp in octeon_free_temp_buffer()
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_16bpp_neon.S577 @ r0 = dst (temp buffer)
604 @ which would be stored as the last row in the temp buffer,
623 @ r2 = src (temp buffer)
697 @ Align the stack, allocate a temp buffer
731 @ passthrough of coefficients to pass 2 and clear the end of the temp buffer
1026 @ r0 = dst (temp buffer)
1070 @ r2 = src (temp buffer)
1164 @ Align the stack, allocate a temp buffer
1551 @ r0 = dst (temp buffer)
1667 @ and use the source as temp buffe
[all...]
/kernel/linux/linux-5.10/sound/pci/trident/
H A Dtrident_main.c1365 unsigned int temp; in snd_trident_spdif_prepare() local
1471 temp = inl(TRID_REG(trident, T4D_LFO_GC_CIR)); in snd_trident_spdif_prepare()
1472 temp &= ~(1<<19); in snd_trident_spdif_prepare()
1473 outl(temp, TRID_REG(trident, T4D_LFO_GC_CIR)); in snd_trident_spdif_prepare()
1474 temp = inl(TRID_REG(trident, SI_SERIAL_INTF_CTRL)); in snd_trident_spdif_prepare()
1475 temp |= SPDIF_EN; in snd_trident_spdif_prepare()
1476 outl(temp, TRID_REG(trident, SI_SERIAL_INTF_CTRL)); in snd_trident_spdif_prepare()
1902 unsigned int temp; in snd_trident_spdif_close() local
1911 temp = inl(TRID_REG(trident, SI_SERIAL_INTF_CTRL)); in snd_trident_spdif_close()
1913 temp | in snd_trident_spdif_close()
2295 unsigned int temp; snd_trident_spdif_control_put() local
[all...]
/kernel/linux/linux-6.6/sound/pci/trident/
H A Dtrident_main.c1365 unsigned int temp; in snd_trident_spdif_prepare() local
1471 temp = inl(TRID_REG(trident, T4D_LFO_GC_CIR)); in snd_trident_spdif_prepare()
1472 temp &= ~(1<<19); in snd_trident_spdif_prepare()
1473 outl(temp, TRID_REG(trident, T4D_LFO_GC_CIR)); in snd_trident_spdif_prepare()
1474 temp = inl(TRID_REG(trident, SI_SERIAL_INTF_CTRL)); in snd_trident_spdif_prepare()
1475 temp |= SPDIF_EN; in snd_trident_spdif_prepare()
1476 outl(temp, TRID_REG(trident, SI_SERIAL_INTF_CTRL)); in snd_trident_spdif_prepare()
1902 unsigned int temp; in snd_trident_spdif_close() local
1911 temp = inl(TRID_REG(trident, SI_SERIAL_INTF_CTRL)); in snd_trident_spdif_close()
1913 temp | in snd_trident_spdif_close()
2298 unsigned int temp; snd_trident_spdif_control_put() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c853 struct ureg_dst temp = ntt_temp(c); in ntt_setup_inputs() local
856 ntt_SGE(c, temp, decl, ureg_imm1f(c->ureg, 0)); in ntt_setup_inputs()
865 temp.Saturate = true; in ntt_setup_inputs()
866 ntt_MOV(c, temp, decl); in ntt_setup_inputs()
869 decl = ureg_src(temp); in ntt_setup_inputs()
1675 struct ureg_dst temp = ntt_temp(c); in ntt_emit_alu() local
1683 struct ureg_dst dsts[2] = { temp, temp }; in ntt_emit_alu()
2047 struct ureg_dst temp = ureg_dst_undef(); in ntt_emit_image_load_store() local
2068 temp in ntt_emit_image_load_store()
2421 struct ureg_dst temp = ureg_writemask(ntt_temp(c), 1); ntt_emit_intrinsic() local
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp151 vector<T> temp = v;
152 std::sort(temp.begin(), temp.end());
153 return temp.size() % 2 == 0
154 ? 0.5f * ((float)temp[temp.size()/2-1] + (float)temp[temp.size()/2])
155 : (float)temp[temp
[all...]

Completed in 30 milliseconds

1...<<111112113114115116117118119120>>...176