/third_party/openssl/crypto/bn/ |
H A D | bn_exp.c | 781 int power, int bits); in BN_mod_exp_mont_consttime() 784 int power, int bits); in BN_mod_exp_mont_consttime() 787 int power, int bits); in BN_mod_exp_mont_consttime() 790 int power, int bits); in BN_mod_exp_mont_consttime() 793 int power, int bits); in BN_mod_exp_mont_consttime() 828 const BN_ULONG *n0, int num, int power); in BN_mod_exp_mont_consttime() 830 void *table, size_t power); in BN_mod_exp_mont_consttime() 832 void *table, size_t power); in BN_mod_exp_mont_consttime() 937 const BN_ULONG *n0, int num, int power); in BN_mod_exp_mont_consttime() 939 void *table, size_t power); in BN_mod_exp_mont_consttime() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_wifi_sdp_api.h | 47 int hi_wifi_sdp_adjust_tx_power(const char *ifname, signed char power);
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_power_gpu_frequency_trace.h | 27 #define TRACE_SYSTEM power
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_power_gpu_frequency_trace.h | 30 #define TRACE_SYSTEM power
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | rfkill-bt.h | 63 int rfkill_get_bt_power_state(int *power, bool *toggle);
|
H A D | rfkill-wlan.h | 49 int rfkill_get_wifi_power_state(int *power);
|
/device/soc/rockchip/rk3588/kernel/include/linux/ |
H A D | rfkill-bt.h | 70 int rfkill_get_bt_power_state(int *power, bool *toggle);
|
H A D | rfkill-wlan.h | 49 int rfkill_get_wifi_power_state(int *power);
|
/drivers/hdf_core/framework/include/bluetooth/ |
H A D | hdf_chip_config.h | 43 struct HdfPowerConfig power[0]; member
|
/drivers/hdf_core/framework/model/camera/device_impl/include/ |
H A D | camera_common_device.h | 16 int32_t CommonDevicePowerOperation(struct CommonDevice *comDev, enum DevicePowerState power);
|
/drivers/peripheral/sensor/hal/include/ |
H A D | sensor_controller.h | 51 int32_t power; /* Sensor power */ member
|
/third_party/ffmpeg/libavcodec/ |
H A D | celp_math.h | 49 * @param power argument to exp2, 0 <= power <= 0x7fff 51 * @return value of (1<<20) * exp2(power / (1<<15)) 54 int ff_exp2(uint16_t power);
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-ssd1306-i2c.h | 63 .power = lws_display_ssd1306_i2c_power
|
H A D | lws-ili9341-spi.h | 53 .power = lws_display_ili9341_spi_power
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_sys_exc.py | 19 power< 'sys' trailer< dot='.' attribute=(%s) > > 30 return Node(syms.power, attr, prefix=node.prefix)
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | VertexPipeline.hpp | 41 Float4 power(Float4 &src0, Float4 &src1);
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 413 IMGUI_API bool DragFloat(const char* label, float* v, float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0.0f, const char* format = "%.3f", float power = 1.0f); // If v_min >= v_max we have no bound 414 IMGUI_API bool DragFloat2(const char* label, float v[2], float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0.0f, const char* format = "%.3f", float power = 1.0f); 415 IMGUI_API bool DragFloat3(const char* label, float v[3], float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0.0f, const char* format = "%.3f", float power = 1.0f); 416 IMGUI_API bool DragFloat4(const char* label, float v[4], float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0.0f, const char* format = "%.3f", float power = 1.0f); 417 IMGUI_API bool DragFloatRange2(const char* label, float* v_current_min, float* v_current_max, float v_speed = 1.0f, float v_min = 0.0f, float v_max = 0.0f, const char* format = "%.3f", const char* format_max = NULL, float power = 1.0f); 423 IMGUI_API bool DragScalar(const char* label, ImGuiDataType data_type, void* v, float v_speed, const void* v_min = NULL, const void* v_max = NULL, const char* format = NULL, float power = 1.0f); 424 IMGUI_API bool DragScalarN(const char* label, ImGuiDataType data_type, void* v, int components, float v_speed, const void* v_min = NULL, const void* v_max = NULL, const char* format = NULL, float power = 1.0f); 429 IMGUI_API bool SliderFloat(const char* label, float* v, float v_min, float v_max, const char* format = "%.3f", float power = 1.0f); // adjust format to decorate the value with a prefix or a suffix for in-slider labels or unit display. Use power!=1.0 for power curv [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 534 // - Legacy: Pre-1.78 there are DragXXX() function signatures that takes a final `float power=1.0f' argument instead of the `ImGuiSliderFlags flags=0' argument. 553 // - Legacy: Pre-1.78 there are SliderXXX() function signatures that takes a final `float power=1.0f' argument instead of the `ImGuiSliderFlags flags=0' argument. 1616 ImGuiSliderFlags_InvalidMask_ = 0x7000000F // [Internal] We treat using those bits as being potentially a 'float power' argument from the previous API that has got miscast to this enum, and will trigger an assert if needed. 2612 ImFontAtlasFlags_NoPowerOfTwoHeight = 1 << 0, // Don't round the height to next power of two 2701 int TexDesiredWidth; // Texture width desired by user before Build(). Must be a power-of-two. If have many glyphs your graphics API have texture size restrictions you may want to increase texture width to decrease height. 2840 // Old drag/sliders functions that took a 'float power = 1.0' argument instead of flags. 2842 IMGUI_API bool DragScalar(const char* label, ImGuiDataType data_type, void* p_data, float v_speed, const void* p_min, const void* p_max, const char* format, float power); 2843 IMGUI_API bool DragScalarN(const char* label, ImGuiDataType data_type, void* p_data, int components, float v_speed, const void* p_min, const void* p_max, const char* format, float power); 2844 static inline bool DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const char* format, float power) { return DragScalar(label, ImGuiDataType_Float, v, v_speed, &v_min, &v_max, format, power); } in DragFloat() argument 2845 DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, const char* format, float power) DragFloat2() argument 2846 DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, const char* format, float power) DragFloat3() argument 2847 DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, const char* format, float power) DragFloat4() argument 2850 SliderFloat(const char* label, float* v, float v_min, float v_max, const char* format, float power) SliderFloat() argument 2851 SliderFloat2(const char* label, float v[2], float v_min, float v_max, const char* format, float power) SliderFloat2() argument 2852 SliderFloat3(const char* label, float v[3], float v_min, float v_max, const char* format, float power) SliderFloat3() argument 2853 SliderFloat4(const char* label, float v[4], float v_min, float v_max, const char* format, float power) SliderFloat4() argument [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_pm_internal.h | 61 * This function can be called by the active power policy to return a bitmask of 77 * This function can be called by the active power policy to return a bitmask of 88 * transitioning between power states. 93 * This function can be called by the active power policy to return a bitmask of 95 * power states. 109 * This function can be called by the active power policy to return a bitmask of 126 * This function can be used by a power policy to turn the clock for the GPU on. 139 * This function can be used by a power policy to turn the clock for the GPU 203 * RESET_COMPLETED bit is set. It signals to the power management initialization 210 * kbase_pm_wait_for_desired_state - Wait for the desired power stat [all...] |
/drivers/hdf_core/framework/test/unittest/sensor/ |
H A D | hdf_sensor_test.c | 202 .power = SENSOR_TEST_MAX_POWER, in InitSensorDriverTest() 245 .power = SENSOR_TEST_MAX_POWER, in ReleaseSensorDriverTest()
|
/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi_sta_iface.cpp | 207 int32_t WifiStaIface::SetTxPower(int32_t power) in SetTxPower() argument 209 WifiError status = vendorHal_.lock()->SetTxPower(ifname_, power); in SetTxPower()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_simple.cpp | 54 void SimpleNumber::multiplyByPowerOfTen(int32_t power, UErrorCode& status) { in multiplyByPowerOfTen() argument 62 fData->quantity.adjustMagnitude(power); in multiplyByPowerOfTen()
|
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | power.h | 3 #define TRACE_SYSTEM power
|
/drivers/hdf_core/framework/model/display/driver/lcdkit/ |
H A D | lite_lcdkit.h | 56 struct PowerDesc *power; member
|
/third_party/musl/Benchmark/scripts/ |
H A D | run_dlopen.sh | 37 $HDC shell power-shell setmode 602
|