/kernel/linux/linux-6.6/drivers/iio/common/cros_ec_sensors/ |
H A D | cros_ec_sensors.c | 172 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 D | commands.c | 136 __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 D | los_interrupt.c | 350 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 D | IDNA2003.java | 343 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 D | IDNAReference.java | 321 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 D | IDNAReference.java | 318 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 D | IDNA2003.java | 344 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 D | anytrans.cpp | 321 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 D | StringConvert.cpp | 299 UString temp = d + i;
in MultiByteToUnicodeString2() local 303 wchar_t w = temp[t];
in MultiByteToUnicodeString2()
|
/third_party/lzma/CPP/7zip/Compress/ |
H A D | LzmaEncoder.cpp | 227 char temp[64];
in PrintNum() local 228 char *p = temp + 32;
in PrintNum()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | anytrans.cpp | 321 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 D | sandbox.js | 68 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 D | pointer-auth-arm64.cc | 46 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 D | heap-page.h | 130 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 D | RewriteExpressionsWithShaderStorageBlock.cpp | 176 // 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 D | EGLDirectCompositionTest.cpp | 141 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 D | anytrans.cpp | 321 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 D | dng_color_spec.cpp | 188 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 D | octeon-hcd.c | 428 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 D | octeon-hcd.c | 430 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 D | vp9itxfm_16bpp_neon.S | 577 @ 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 D | trident_main.c | 1365 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 D | trident_main.c | 1365 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 D | nir_to_tgsi.c | 853 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 D | es3pShaderCompilationCases.cpp | 151 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...] |