Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:resistance
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H
A
D
ctr_drbg.h
158
/**< Prediction
resistance
is disabled. */
160
/**< Prediction
resistance
is enabled. */
174
resistance
is enabled, that is
290
* \brief This function turns prediction
resistance
on or off.
300
* \param
resistance
#MBEDTLS_CTR_DRBG_PR_ON or #MBEDTLS_CTR_DRBG_PR_OFF.
303
int
resistance
);
387
* or prediction
resistance
is enabled.
416
* or prediction
resistance
is enabled.
H
A
D
hmac_drbg.h
77
#define MBEDTLS_HMAC_DRBG_PR_OFF 0 /**< No prediction
resistance
*/
78
#define MBEDTLS_HMAC_DRBG_PR_ON 1 /**< Prediction
resistance
enabled */
97
int prediction_resistance; /*!< enable prediction
resistance
(Automatic
208
* \brief This function turns prediction
resistance
on or off.
218
* \param
resistance
#MBEDTLS_HMAC_DRBG_PR_ON or #MBEDTLS_HMAC_DRBG_PR_OFF.
221
int
resistance
);
292
* or prediction
resistance
is enabled.
322
* or prediction
resistance
is enabled.
/device/soc/rockchip/common/sdk_linux/drivers/power/supply/
H
A
D
power_supply_core.c
724
of_property_read_u32(battery_np, "factory-internal-
resistance
-micro-ohms", &info->factory_internal_resistance_uohm);
in power_supply_get_battery_info()
779
list = of_get_property(battery_np, "
resistance
-temp-table", &len);
in power_supply_get_battery_info()
795
resist_table[index].
resistance
= be32_to_cpu(*list++);
in power_supply_get_battery_info()
821
* power_supply_temp2resist_simple() - find the battery internal
resistance
823
* @table: Pointer to battery
resistance
temperature table
827
* This helper function is used to look up battery internal
resistance
percent
828
* according to current temperature value from the
resistance
temperature table,
830
*
resistance
= the ideal battery internal
resistance
* percent / 100.
832
* Return: the battery internal
resistance
percen
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
power_supply.h
342
int
resistance
; /* internal
resistance
percent */
member
Completed in 5 milliseconds