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:ABS
(Results
1 - 12
of
12
) sorted by relevance
/device/soc/rockchip/rk3568/hardware/omx_il/include/librkvpu/
H
A
D
vpu_macro.h
137
#ifndef
ABS
138
#define
ABS
(X) (((X) < 0) ? (-(X)) : (X))
macro
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H
A
D
rga_drv.h
93
#ifndef
ABS
94
#define
ABS
(X) (((X) < 0) ? (-(X)) : (X))
macro
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H
A
D
rga2_reg_info.h
15
#ifndef
ABS
16
#define
ABS
(X) (((X) < 0) ? (-(X)) : (X))
macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H
A
D
hi_math.h
31
*
ABS
(x) absolute value of x
35
#define
ABS
(x) ((x) >= 0 ? (x) : (-(x)))
macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_math.h
28
*
ABS
(x) absolute value of x
32
#define
ABS
(x) ((x) >= 0 ? (x) : (-(x)))
macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_math.h
28
*
ABS
(x) absolute value of x
32
#define
ABS
(x) ((x) >= 0 ? (x) : (-(x)))
macro
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
bcmwifi_channels.h
72
(
ABS
(wf_chspec_ctlchan(sp1) - wf_chspec_ctlchan(sp2)) < (sep))
H
A
D
bcmwifi_channels.c
1470
if (
ABS
(ch0 - ch1) < CH_20MHZ_APART) {
in wf_chspec_overlap()
H
A
D
dhd_rtt.c
2757
rtt_report->rssi =
ABS
((wl_proxd_rssi_t)ltoh16_ua(&p_data_info->avg_rtt.rssi)) * 2;
in dhd_rtt_convert_results_to_host_v1()
3004
rtt_report->rssi =
ABS
((wl_proxd_rssi_t)ltoh16_ua(&p_sample_avg->rssi)) * 2;
in dhd_rtt_convert_results_to_host_v2()
H
A
D
linux_osl.c
361
ASSERT(
ABS
(BCME_LAST) == (ARRAYSIZE(linuxbcmerrormap) - 1));
in osl_attach()
H
A
D
bcmutils.c
516
ASSERT((uint)
ABS
(BCME_LAST) == (ARRAYSIZE(bcmerrorstrtable) - 1));
in bcmerrorstr()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
bcmutils.h
518
#ifndef
ABS
519
#define
ABS
(a) (((a) < 0) ? -(a) : (a))
macro
520
#endif /*
ABS
*/
Completed in 24 milliseconds