Home
last modified time | relevance | path

Searched refs:power (Results 201 - 225 of 293) sorted by relevance

12345678910>>...12

/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Drsaz-avx2.pl1575 my ($out,$inp,$power) = $win64 ? ("%rcx","%rdx","%r8d") : ("%rdi","%rsi","%edx");
1585 shl \$4,$power
1586 lea ($out,$power),$out
1636 vmovd $power, %xmm4
1683 mov \$9,$power
1732 dec $power
/third_party/openssl/crypto/bn/asm/
H A Drsaz-avx2.pl1575 my ($out,$inp,$power) = $win64 ? ("%rcx","%rdx","%r8d") : ("%rdi","%rsi","%edx");
1585 shl \$4,$power
1586 lea ($out,$power),$out
1636 vmovd $power, %xmm4
1683 mov \$9,$power
1732 dec $power
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_wifi_api.h1773 * @brief Open/close system power save.CNcomment:开启/关闭WiFi低功耗模式并配置预期休眠时间.CNend
1776 * Open/close system power save.CNcomment:开启/关闭WiFi低功耗模式并配置预期休眠时间.CNend
1837 * @brief Set tx power.CNcomment:设置发送功率上限.CNend
1840 * Set maximum tx power.CNcomment:设置指定接口的发送功率上限.CNend
1842 * @attention 1/only softAP can set maximum tx power.CNcomment:只有AP可以设置最大发送功率.CNend
1843 * 2/should start softAP before set tx power.CNcomment:只有在AP start之后才可以设置.CNend
1845 * @param power [IN] Type #int maximum tx power value, range (0-19]dBm.
1853 int hi_wifi_set_txpower_up_limit(const char *ifname, int power);
1857 * @brief Get tx power
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/cipher/
H A Ddrv_pke_common.h459 hi_u32 power; member
530 /* descript: c = 2^power mod p */
/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h17 * network devices, and power, and applying for, releasing, and moving network data buffers.
268 * @brief Define wifi power mode.
563 * @brief Sets the transmit power.
566 * @param power Indicates the transmit power to set.
568 * @return Returns <b>0</b> if the transmit power is set; returns a non-zero value otherwise.
573 int32_t (*SetTxPower)(NetDevice *netDev, int32_t power);
608 * @brief Obtains the power mode which is being used.
611 * @param mode Indicates the pointer to the power mode.
621 * @brief Set the power mod
[all...]
/drivers/peripheral/sensor/hdi_service/
H A Dsensor_hdi_dump.cpp63 "power: " + std::to_string(it.power) + "\n" + in SensorShowList()
H A Dsensor_if_service.cpp175 sensorInfo.power = it.power; in GetAllSensorInfo()
/third_party/eudev/hm_src/
H A Dkeyboard-keys-from-name.h541 {"power", KEY_POWER}, in keyboard_lookup_key()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto.h450 * @power: Power integer (big endian byte array)
451 * @power_len: Length of power integer in bytes
458 * This function calculates result = base ^ power mod modulus. modules_len is
467 const u8 *power, size_t power_len,
/device/qemu/drivers/virtio/
H A Dvirtnet.c582 static int32_t FakeWalSetTxPower(NetDevice *netDev, int32_t power) in FakeWalSetTxPower() argument
585 (void)power; in FakeWalSetTxPower()
/third_party/node/deps/histogram/src/
H A Dhdr_histogram.c126 static int64_t power(int64_t base, int64_t exp) in power() function
162 return 63 - leading_zero; /* smallest power of 2 containing value */ in count_leading_zeros_64()
164 return __builtin_clzll(value); /* smallest power of 2 containing value */ in count_leading_zeros_64()
170 int32_t pow2ceiling = 64 - count_leading_zeros_64(value | h->sub_bucket_mask); /* smallest power of 2 containing value */ in get_bucket_index()
363 largest_value_with_single_unit_resolution = 2 * power(10, significant_figures); in hdr_calculate_bucket_config()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dnumberformatter.h211 * digits after the decimal separator, and the corresponding power of 10 displayed after the "E".
287 * integer after scaling the number by the corresponding power of 10, but with a digit shown after the decimal
652 * Version of `Precision::increment()` that takes an integer at a particular power of 10.
670 * The power of 10 of the ones digit of the mantissa.
1099 * Multiply numbers by a power of ten before formatting. Useful for combining with a percent unit:
1108 static Scale powerOfTen(int32_t power);
1135 * Multiply a number by both a power of ten and by an arbitrary double value.
1140 static Scale byDoubleAndPowerOfTen(double multiplicand, int32_t power);
/third_party/icu/icu4c/source/i18n/unicode/
H A Dnumberformatter.h205 * digits after the decimal separator, and the corresponding power of 10 displayed after the "E".
281 * integer after scaling the number by the corresponding power of 10, but with a digit shown after the decimal
647 * Version of `Precision::increment()` that takes an integer at a particular power of 10.
665 * The power of 10 of the ones digit of the mantissa.
1095 * Multiply numbers by a power of ten before formatting. Useful for combining with a percent unit:
1104 static Scale powerOfTen(int32_t power);
1131 * Multiply a number by both a power of ten and by an arbitrary double value.
1136 static Scale byDoubleAndPowerOfTen(double multiplicand, int32_t power);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dnumberformatter.h203 * digits after the decimal separator, and the corresponding power of 10 displayed after the "E".
279 * integer after scaling the number by the corresponding power of 10, but with a digit shown after the decimal
1062 * Multiply numbers by a power of ten before formatting. Useful for combining with a percent unit:
1071 static Scale powerOfTen(int32_t power);
1098 * Multiply a number by both a power of ten and by an arbitrary double value.
1103 static Scale byDoubleAndPowerOfTen(double multiplicand, int32_t power);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp175 pow(5, power) is
177 power * 815 / (351 * integerPartWidth) + 1
583 /* Place pow(5, power) in DST, and return the number of parts used.
586 powerOf5(APFloatBase::integerPart *dst, unsigned int power) {
594 assert(power <= maxExponent);
599 *p1 = firstEightPowers[power & 7];
600 power >>= 3;
605 for (unsigned int n = 0; power; power >>= 1, n++) {
620 if (power
[all...]
/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_hal_services_c_test.cpp265 * @tc.desc: Wifi hdi set tx power function test on AP feature
273 int32_t power = WLAN_TX_POWER; in HWTEST_F() local
277 rc = g_wlanObj->SetTxPower(g_wlanObj, &ifeature, power); in HWTEST_F()
354 * @tc.desc: Wifi hdi get power mode function test
376 * @tc.desc: Wifi hdi set power mode function test
640 * @tc.desc: Wifi hdi get power mode function test
661 * @tc.desc: Wifi hdi set power mode function test
682 * @tc.desc: Wifi hdi set power mode function test
703 * @tc.desc: Wifi hdi set power mode function test
723 * @tc.desc: Wifi hdi set power mod
1115 int32_t power = WLAN_TX_POWER; HWTEST_F() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_afftdn.c365 double sqr_new_gain, new_gain, power, mag, mag_abs_var, new_mag_abs_var; in process_frame() local
368 power = mag * mag; in process_frame()
369 mag_abs_var = power / abs_var[i]; in process_frame()
374 dnch->clean_data[i] = power * sqr_new_gain; in process_frame()
/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dsuspend.c3 * kernel/power/suspend.c - Suspend to RAM and standby functionality.
30 #include <trace/events/power.h>
35 #include "power.h"
176 /* "mem" and "freeze" are always present in /sys/power/state. */ in pm_states_init()
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/
H A Dprocess.c12 #include <trace/events/power.h>
171 * achieves this. When the system power is turned off, it will take all CPUs
/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h346 int32_t SetTxPower(const char *ifName, int32_t power);
/third_party/ffmpeg/libavcodec/x86/
H A Dmdct15.asm2 ;* SIMD optimized non-power-of-two MDCT functions
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto.h450 * @power: Power integer (big endian byte array)
451 * @power_len: Length of power integer in bytes
458 * This function calculates result = base ^ power mod modulus. modules_len is
467 const u8 *power, size_t power_len,
/third_party/python/Lib/test/
H A Dtest_decimal.py151 # For some operations (currently exp, ln, log10, power), the decNumber
3487 d = c.power(Decimal(1), Decimal(4))
3488 self.assertEqual(c.power(1, 4), d)
3489 self.assertEqual(c.power(Decimal(1), 4), d)
3490 self.assertEqual(c.power(1, Decimal(4)), d)
3491 self.assertEqual(c.power(Decimal(1), Decimal(4)), d)
3492 self.assertRaises(TypeError, c.power, '1', 4)
3493 self.assertRaises(TypeError, c.power, 1, '4')
3494 self.assertEqual(c.power(modulo=5, b=8, a=2), 1)
3734 self.assertRaises(Overflow, c2.power, Decima
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_mac80211.c660 int32_t WalSetTxPower(NetDevice *netDev, int32_t power) in WalSetTxPower() argument
665 *((hi_s32 *)(write_msg.auc_value)) = power; in WalSetTxPower()
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Dthermal_core.c605 * Power actor section: interface to power actors to estimate power
608 * how to estimate their devices power consumption.
612 * power_actor_get_max_power() - get the maximum power that a cdev can consume
614 * @max_power: pointer in which to store the maximum power
616 * Calculate the maximum power consumption in milliwats that the
632 * power_actor_get_min_power() - get the mainimum power that a cdev can consume
634 * @min_power: pointer in which to store the minimum power
636 * Calculate the minimum power consumption in milliwatts that the
660 * power_actor_set_power() - limit the maximum power
671 power_actor_set_power(struct thermal_cooling_device *cdev, struct thermal_instance *instance, u32 power) power_actor_set_power() argument
[all...]

Completed in 48 milliseconds

12345678910>>...12