/drivers/hdf_core/framework/model/audio/sapm/include/ |
H A D | audio_sapm.h | 37 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 D | input_config.h | 84 BoardPwrCfg power; member
|
/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi_ap_iface.h | 57 int32_t SetTxPower(int32_t power) override;
|
H A D | wifi_sta_iface.h | 56 int32_t SetTxPower(int32_t power) override;
|
H A D | wifi_ext_iface.cpp | 134 int32_t WifiExtIface::SetTxPower(int32_t power) in SetTxPower() argument
|
H A D | wifi_p2p_iface.h | 55 int32_t SetTxPower(int32_t power) override;
|
H A D | wifi_ext_iface.h | 55 int32_t SetTxPower(int32_t power) override;
|
/third_party/alsa-utils/alsactl/ |
H A D | alsactl.h | 63 int power(const char *argv[], int argc);
|
/third_party/skia/third_party/externals/libpng/ |
H A D | png.c | 2854 /* 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 D | usb_device.c | 486 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 D | usb_debug.c | 77 " 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 D | process.c | 3 * drivers/power/process.c - Functions for starting/stopping processes on 22 #include <trace/events/power.h>
|
/drivers/peripheral/sensor/hal/src/ |
H A D | sensor_dump.c | 86 power: %f \n\r \ in SensorShowList() 95 sensorList->sensorInfoEntry[index].power, in SensorShowList()
|
/drivers/peripheral/wlan/hdi_service/service_common/ |
H A D | wlan_common_cmd.h | 52 int32_t WlanInterfaceSetTxPower(struct IWlanInterface *self, const struct HdfFeatureInfo *ifeature, int32_t power);
|
/third_party/googletest/googletest/src/hwext/ |
H A D | gtest-tag.cc | 120 element("Power", power);
in TypeSet()
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_tuple_params.py | 131 new = pytree.Node(syms.power,
|
/drivers/peripheral/sensor/hdi_impl/ |
H A D | sensor_impl.cpp | 150 hdfSensorInfo.power = tmp->power; in GetAllSensorInfo()
|
/third_party/ffmpeg/libavcodec/ |
H A D | binkaudio.c | 157 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 D | fast-dtoa.cc | 37 // 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 D | double-conversion-fast-dtoa.cpp | 51 // 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 D | double-conversion-fast-dtoa.cpp | 51 // 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 D | number_capi.cpp | 278 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 D | double-conversion-fast-dtoa.cpp | 51 // 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 D | fixer_util.py | 61 node = Node(syms.power, [func_name, ArgList(args)]) 144 new = Node(syms.power, 214 power< 222 power<
|
/third_party/python/Lib/test/ |
H A D | test_sort.py | 46 for power in range(1, 10): 47 n = 2 ** power
|