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:tolerance
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H
A
D
timex.h
23
long constant, precision,
tolerance
;
member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
H
A
D
hi_comm_isp_adapt.h
1954
hi_u8
tolerance
; /* RW; Range:[0x0, 0xFF]; Format:8.0; AE adjust
tolerance
*/
member
2109
hi_u16
tolerance
; /* RW; Range:[0x0, 0xFF]; Format:8.0;et the dynamic range
tolerance
.
member
2240
hi_u8
tolerance
; /* RW; Range:[0x0, 0xFF]; Format:8.0; AWB adjust
tolerance
*/
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
H
A
D
hi_comm_isp_adapt.h
1954
hi_u8
tolerance
; /* RW; Range:[0x0, 0xFF]; Format:8.0; AE adjust
tolerance
*/
member
2109
hi_u16
tolerance
; /* RW; Range:[0x0, 0xFF]; Format:8.0;et the dynamic range
tolerance
.
member
2240
hi_u8
tolerance
; /* RW; Range:[0x0, 0xFF]; Format:8.0; AWB adjust
tolerance
*/
member
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H
A
D
8250_port.c
2775
unsigned int
tolerance
= port->uartclk / 0x64;
in serial8250_get_baud_rate()
local
2786
max = (port->uartclk +
tolerance
) / 0x4;
in serial8250_get_baud_rate()
2789
max = (port->uartclk +
tolerance
) / PORT_SIXTEEN;
in serial8250_get_baud_rate()
2794
* Allow 1%
tolerance
at the upper limit so uart clks marginally
in serial8250_get_baud_rate()
Completed in 21 milliseconds