Home
last modified time | relevance | path

Searched refs:power (Results 151 - 175 of 293) sorted by relevance

12345678910>>...12

/drivers/hdf_core/framework/model/audio/sapm/include/
H A Daudio_sapm.h37 AUDIO_SAPM_MICBIAS, /* 12 microphone bias (power) */
46 AUDIO_SAPM_SUPPLY, /* 21 power/clock supply */
89 uint8_t weak; /* path ignored for power management */
110 uint8_t invert; /* invert the power bit */
115 uint8_t newPower; /* power checked this run */
116 uint8_t power; member
123 /* power check callback */
/drivers/hdf_core/framework/model/input/driver/
H A Dinput_config.h84 BoardPwrCfg power; member
/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_ap_iface.h57 int32_t SetTxPower(int32_t power) override;
H A Dwifi_sta_iface.h56 int32_t SetTxPower(int32_t power) override;
H A Dwifi_ext_iface.cpp134 int32_t WifiExtIface::SetTxPower(int32_t power) in SetTxPower() argument
H A Dwifi_p2p_iface.h55 int32_t SetTxPower(int32_t power) override;
H A Dwifi_ext_iface.h55 int32_t SetTxPower(int32_t power) override;
/third_party/alsa-utils/alsactl/
H A Dalsactl.h63 int power(const char *argv[], int argc);
/third_party/skia/third_party/externals/libpng/
H A Dpng.c2854 /* Utility used below - a simple accurate power of ten from an integral
2858 png_pow10(int power) in png_pow10() argument
2866 if (power < 0) in png_pow10()
2868 if (power < DBL_MIN_10_EXP) return 0; in png_pow10()
2869 recip = 1; power = -power; in png_pow10()
2872 if (power > 0) in png_pow10()
2874 /* Decompose power bitwise. */ in png_pow10()
2878 if (power & 1) d *= mult; in png_pow10()
2880 power >> in png_pow10()
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_device.c486 uint16_t power; in usbd_set_config_index() local
549 "selfpowered=%d, power=%d\n", in usbd_set_config_index()
554 /* Check if we have enough power. */ in usbd_set_config_index()
555 power = cdp->bMaxPower * 2; in usbd_set_config_index()
563 if (power > max_power) { in usbd_set_config_index()
564 DPRINTFN(0, "power exceeded %d > %d\n", power, max_power); in usbd_set_config_index()
572 udev->power = power; in usbd_set_config_index()
1539 * We need to force the power mod in usb_alloc_device()
[all...]
H A Dusb_debug.c77 " power=%d langid=%d\n", in usb_dump_device()
80 udev->flags.self_powered, udev->power, udev->langid); in usb_dump_device()
/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dprocess.c3 * drivers/power/process.c - Functions for starting/stopping processes on
22 #include <trace/events/power.h>
/drivers/peripheral/sensor/hal/src/
H A Dsensor_dump.c86 power: %f \n\r \ in SensorShowList()
95 sensorList->sensorInfoEntry[index].power, in SensorShowList()
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.h52 int32_t WlanInterfaceSetTxPower(struct IWlanInterface *self, const struct HdfFeatureInfo *ifeature, int32_t power);
/third_party/googletest/googletest/src/hwext/
H A Dgtest-tag.cc120 element("Power", power); in TypeSet()
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_tuple_params.py131 new = pytree.Node(syms.power,
/drivers/peripheral/sensor/hdi_impl/
H A Dsensor_impl.cpp150 hdfSensorInfo.power = tmp->power; in GetAllSensorInfo()
/third_party/ffmpeg/libavcodec/
H A Dbinkaudio.c157 int power = get_bits(gb, 5); in get_float() local
158 float f = ldexpf(get_bits(gb, 23), power - 23); in get_float()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dfast-dtoa.cc37 // exponent, where 'w' is the result of multiplying the input by a cached power
215 // the power (the kappa) is increased. in RoundWeedCounted()
225 // Returns the biggest power of ten that is less than or equal to the given
228 // Returns power == 10^(exponent_plus_one-1) such that
229 // power <= number < power * 10.
242 uint32_t* power, in BiggestPowerTen()
254 *power = kSmallPowersOfTen[exponent_plus_one_guess]; in BiggestPowerTen()
346 // with the divisor exponent + 1. And the divisor is the biggest power of ten
457 // with the divisor exponent + 1. And the divisor is the biggest power o
240 BiggestPowerTen(uint32_t number, int number_bits, uint32_t* power, int* exponent_plus_one) BiggestPowerTen() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-fast-dtoa.cpp51 // exponent, where 'w' is the result of multiplying the input by a cached power
229 // the power (the kappa) is increased. in RoundWeedCounted()
239 // Returns the biggest power of ten that is less than or equal to the given
242 // Returns power == 10^(exponent_plus_one-1) such that
243 // power <= number < power * 10.
256 uint32_t* power, in BiggestPowerTen()
268 *power = kSmallPowersOfTen[exponent_plus_one_guess]; in BiggestPowerTen()
360 // with the divisor exponent + 1. And the divisor is the biggest power of ten
471 // with the divisor exponent + 1. And the divisor is the biggest power o
254 BiggestPowerTen(uint32_t number, int number_bits, uint32_t* power, int* exponent_plus_one) BiggestPowerTen() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-fast-dtoa.cpp51 // exponent, where 'w' is the result of multiplying the input by a cached power
229 // the power (the kappa) is increased. in RoundWeedCounted()
239 // Returns the biggest power of ten that is less than or equal to the given
242 // Returns power == 10^(exponent_plus_one-1) such that
243 // power <= number < power * 10.
256 uint32_t* power, in BiggestPowerTen()
268 *power = kSmallPowersOfTen[exponent_plus_one_guess]; in BiggestPowerTen()
360 // with the divisor exponent + 1. And the divisor is the biggest power of ten
471 // with the divisor exponent + 1. And the divisor is the biggest power o
254 BiggestPowerTen(uint32_t number, int number_bits, uint32_t* power, int* exponent_plus_one) BiggestPowerTen() argument
[all...]
H A Dnumber_capi.cpp278 usnum_multiplyByPowerOfTen(USimpleNumber* unumber, int32_t power, UErrorCode* ec) { in usnum_multiplyByPowerOfTen() argument
283 number->fNumber.multiplyByPowerOfTen(power, *ec); in usnum_multiplyByPowerOfTen()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-fast-dtoa.cpp51 // exponent, where 'w' is the result of multiplying the input by a cached power
229 // the power (the kappa) is increased. in RoundWeedCounted()
239 // Returns the biggest power of ten that is less than or equal to the given
242 // Returns power == 10^(exponent_plus_one-1) such that
243 // power <= number < power * 10.
256 uint32_t* power, in BiggestPowerTen()
268 *power = kSmallPowersOfTen[exponent_plus_one_guess]; in BiggestPowerTen()
360 // with the divisor exponent + 1. And the divisor is the biggest power of ten
471 // with the divisor exponent + 1. And the divisor is the biggest power o
254 BiggestPowerTen(uint32_t number, int number_bits, uint32_t* power, int* exponent_plus_one) BiggestPowerTen() argument
[all...]
/third_party/python/Lib/lib2to3/
H A Dfixer_util.py61 node = Node(syms.power, [func_name, ArgList(args)])
144 new = Node(syms.power,
214 power<
222 power<
/third_party/python/Lib/test/
H A Dtest_sort.py46 for power in range(1, 10):
47 n = 2 ** power

Completed in 20 milliseconds

12345678910>>...12