| /third_party/skia/gm/ |
| H A D | runtimeshader.cpp | 473 ClipSuperRRect(const char* name, float power) : RuntimeShaderGM(name, {500, 500}, R"( in ClipSuperRRect() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | crypto_gnutls.c | 361 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
|
| H A D | crypto_nettle.c | 375 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
|
| H A D | crypto_libtomcrypt.c | 738 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/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/ |
| H A D | driver_nl80211_hisi.c | 516 int wpa_driver_set_tx_power(void *priv, int power) in wpa_driver_set_tx_power() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | crypto_gnutls.c | 361 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
|
| H A D | crypto_nettle.c | 375 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
|
| H A D | crypto_libtomcrypt.c | 738 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/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
| H A D | driver_nl80211_hisi.c | 493 int wpa_driver_set_tx_power(void *priv, int power) in wpa_driver_set_tx_power() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
| H A D | MeasureUnitImpl.java | 347 private final int power; field in MeasureUnitImpl.PowerPart 349 PowerPart(int power) { in PowerPart() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ec/curve448/ |
| H A D | curve448.c | 509 int power, addend; member
|
| /third_party/openssl/crypto/ec/curve448/ |
| H A D | curve448.c | 509 int power, addend; member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_fftdnoiz.c | 413 const float power = re * re + im * im; in filter_block3d2() local 471 const float power = re * re + im * im; in filter_block3d1() local 512 float factor, power, re, im; in filter_block2d() local [all...] |
| H A D | af_afftdn.c | 365 double sqr_new_gain, new_gain, power, mag, mag_abs_var, new_mag_abs_var; in process_frame() local
|
| H A D | f_ebur128.c | 593 static int gate_update(struct integrator *integ, double power, in gate_update() argument
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_device.h | 232 uint16_t power; /* mA the device uses */ member
|
| H A D | usb_device.c | 486 uint16_t power; in usbd_set_config_index() local [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | MeasureUnitTest.java | 4526 private void verifySingleUnit(MeasureUnit singleMeasureUnit, MeasureUnit.MeasurePrefix prefix, int power, String identifier) { in verifySingleUnit() argument
|
| /third_party/node/deps/histogram/src/ |
| H A D | hdr_histogram.c | 126 static int64_t power(int64_t base, int64_t exp) in power() function
|
| /third_party/pulseaudio/speex/libspeexdsp/ |
| H A D | mdf.c | 160 spx_word32_t *power; /* Power of the far-end signal */ member [all...] |
| /third_party/pulseaudio/speex/tmv/ |
| H A D | mdf_tm.h | 980 register spx_word32_t * restrict power = st->power; in mdf_adapt() local 793 mdf_smooth( spx_word32_t * restrict power, spx_word32_t * restrict Xf, int framesize, int M ) mdf_smooth() argument [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | dcaenc.c | 447 int32_t power[256]; in adjust_jnd() local 427 calc_power(DCAEncContext *c, const int32_t in[2 * 256], int32_t power[256]) calc_power() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | measfmttest.cpp | 5525 verifySingleUnit( const MeasureUnit& unit, UMeasurePrefix unitPrefix, int8_t power, const char* identifier) verifySingleUnit() argument
|
| /third_party/mesa3d/src/imgui/ |
| H A D | imgui_widgets.cpp | 2077 SliderCalcRatioFromValueT(ImGuiDataType data_type, TYPE v, TYPE v_min, TYPE v_max, float power, float linear_zero_pos) SliderCalcRatioFromValueT() argument 2104 SliderBehaviorT(const ImRect& bb, ImGuiID id, ImGuiDataType data_type, TYPE* v, const TYPE v_min, const TYPE v_max, const char* format, float power, ImGuiSliderFlags flags, ImRect* out_grab_bb) SliderBehaviorT() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingCallableShadersTests.cpp | 816 deUint32 power; member
|