/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_openssl.c | 590 const u8 *power, size_t power_len, in crypto_mod_exp() 603 bn_exp = BN_bin2bn(power, power_len, NULL); in crypto_mod_exp() 589 crypto_mod_exp(const u8 *base, size_t base_len, const u8 *power, size_t power_len, const u8 *modulus, size_t modulus_len, u8 *result, size_t *result_len) crypto_mod_exp() argument
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 1177 int power = 63 - base::bits::CountLeadingZeros64(g.GetImmediate(right)); in TryMatchShiftFromMul() local 1186 selector->Emit(shift_op, dst, g.UseRegister(left), g.UseImmediate(power), in TryMatchShiftFromMul() 1189 selector->Emit(shift_op, dst, g.UseRegister(left), g.UseImmediate(power)); in TryMatchShiftFromMul()
|
/test/xts/hats/hdf/sensor/hdiService/ |
H A D | hdf_sensor_hdiService_test.cpp | 157 printf("get sensoriId[%d], info name[%s], power[%f]\n\r", iter.sensorId, iter.sensorName.c_str(), iter.power); in HWTEST_F()
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | output.asm | 603 ; Clip a signed integer to an unsigned power of two range.
|
/third_party/python/Modules/_decimal/tests/ |
H A D | deccheck.py | 132 'context.next_toward', 'context.power', 'context.quantize', 138 'ternary': ('context.fma', 'context.power'), 157 TernaryRestricted = ['__pow__', 'context.power'] 389 These are either ULP differences in the power function or 476 """Check if results of _decimal's power function are within the 530 rounding for the power function.""" 538 power = __rpow__ = __pow__ 1273 name = 'context.powmod' if method == 'context.power' else method
|
/drivers/peripheral/wlan/client/src/netlink/ |
H A D | netlink_cmd_adapter.c | 1327 int32_t SetTxPower(const char *ifName, int32_t power) in SetTxPower() argument 1348 nla_put_u32(msg, NL80211_ATTR_WIPHY_TX_POWER_LEVEL, 100 * power); in SetTxPower() 1748 HILOG_ERROR(LOG_CORE, "%s: no power mode", __FUNCTION__); in ParsePowerMode() 1759 HILOG_ERROR(LOG_CORE, "%s: no invalid power mode", __FUNCTION__); in ParsePowerMode()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTextureSwizzleTests.cpp | 1610 double power = pow(2.0, double(size)); in calculate_max_for_size() local 1612 return power - 1.0; in calculate_max_for_size()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Blitter.cpp | 1491 Float4 ec = Float4(1.055f) * power(c, Float4(1.0f / 2.4f)) - Float4(0.055f); in LinearToSRGB() 1502 Float4 ec = power((c + Float4(0.055f)) * Float4(1.0f / 1.055f), Float4(2.4f)); in sRGBtoLinear()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_openssl.c | 663 const u8 *power, size_t power_len, in crypto_mod_exp() 676 bn_exp = BN_bin2bn(power, power_len, NULL); in crypto_mod_exp() 662 crypto_mod_exp(const u8 *base, size_t base_len, const u8 *power, size_t power_len, const u8 *modulus, size_t modulus_len, u8 *result, size_t *result_len) crypto_mod_exp() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleTests.cpp | 2994 // otherwise round up to the nearest power of 2 2996 float power = 1.0; 2997 while (power < x) 2999 power *= 2; 3001 return power;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleTests.cpp | 2903 // otherwise round up to the nearest power of 2 2905 float power = 1.0; 2906 while (power < x) 2908 power *= 2; 2910 return power;
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 1002 oal_iw_param_stru txpower; /* default transmit power */ 1008 oal_iw_param_stru power; /* PM duration/timeout */ member
|
/device/soc/rockchip/common/vendor/drivers/power/ |
H A D | rk817_charger.c | 31 #include <linux/power/rk_usbbc.h>
474 dev_err(charge->dev, "register usb power supply fail\n");
in rk817_charge_init_power_supply() 480 dev_err(charge->dev, "register ac power supply fail\n");
in rk817_charge_init_power_supply() 937 DBG("otg power from dc adapter\n");
in rk817_charge_dc_det_worker() 946 /* check otg supply, power on anyway */
in rk817_charge_dc_det_worker() 1020 DBG("otg power from dc adapter\n");
in rk817_charge_host_evt_worker() 1086 DBG("otg power from dc adapter\n");
in rk817_charge_bc_evt_worker() 1568 dev_err(charge->dev, "init power supply fail!\n");
in rk817_charge_probe()
|
/device/soc/rockchip/common/sdk_linux/kernel/ |
H A D | cpu.c | 39 #include <trace/events/power.h>
|
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/ |
H A D | rk817_charger.c | 31 #include <linux/power/rk_usbbc.h> 452 dev_err(charge->dev, "register usb power supply fail\n"); in rk817_charge_init_power_supply() 459 dev_err(charge->dev, "register ac power supply fail\n"); in rk817_charge_init_power_supply() 939 DBG("otg power from dc adapter\n"); in rk817_charge_dc_det_worker() 948 /* check otg supply, power on anyway */ in rk817_charge_dc_det_worker() 1024 DBG("otg power from dc adapter\n"); in rk817_charge_host_evt_worker() 1097 DBG("otg power from dc adapter\n"); in rk817_charge_bc_evt_worker() 1625 dev_err(charge->dev, "init power supply fail!\n"); in rk817_charge_probe()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/poly1305/ |
H A D | poly1305-armv4.S | 477 @ power of 2. For example,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/poly1305/ |
H A D | poly1305-armv4.S | 477 @ power of 2. For example,
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 550 @ power of 2. For example,
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | sparct4-mont.pl | 939 # int power); 952 LDPTR [%sp+STACK_7thARG], %g4 ! load power, 7th argument
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 550 @ power of 2. For example,
|
/third_party/openssl/crypto/bn/asm/ |
H A D | sparct4-mont.pl | 939 # int power); 952 LDPTR [%sp+STACK_7thARG], %g4 ! load power, 7th argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingCallableShadersTests.cpp | 816 deUint32 power; member 1389 " uint power;\n" in initPrograms() 1395 " for (uint i = 0; i < power; ++i)\n" in initPrograms()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | ShaderCore.cpp | 218 Float4 power(RValue<Float4> x, RValue<Float4> y, bool pp) in power() function
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | MeasureUnitTest.java | 4081 // Normalization of power and per in TestIdentifiers() 4353 assertTrue("power inequality", quarticKilometer != overQuarticKilometer1); in TestCompoundUnitOperations() 4416 // Don't allow get/set power or SI or binary prefix on compound units in TestCompoundUnitOperations() 4526 private void verifySingleUnit(MeasureUnit singleMeasureUnit, MeasureUnit.MeasurePrefix prefix, int power, String identifier) { in verifySingleUnit() argument 4529 assertEquals(identifier + ": Power", power, singleMeasureUnit.getDimensionality()); in verifySingleUnit()
|
/third_party/backends/backend/ |
H A D | avision.c | 1825 DBG (dbg_level, "%s: power saving time: %d\n", in debug_print_nvram_data() 3418 scmd.cmd.datatypecode = AVISION_DATATYPECODE_POWER_SAVING_TIMER; /* power-saving timer */ in set_power_save_time() 5732 double power; in brightness_contrast_func() local 5763 power = (contrast == 1.0) ? 127 : 1.0 / (1.0 - contrast); in brightness_contrast_func() 5764 nvalue = 0.5 * pow (2.0 * nvalue, power); in brightness_contrast_func() 7325 /* power save time */ in init_options() 7328 s->opt[OPT_POWER_SAVE_TIME].name = "power-save-time"; in init_options() 7330 s->opt[OPT_POWER_SAVE_TIME].desc = "Allows control of the scanner's power save timer, dimming or turning off the light."; in init_options()
|