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:oal_abs
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_cali_dpd.c
306
ll_x[0] =
oal_abs
(ll_real);
in hmac_dpd_cordic()
307
ll_y[0] =
oal_abs
(ll_image);
in hmac_dpd_cordic()
308
ll_flag =
oal_abs
(ll_image);
in hmac_dpd_cordic()
485
if (ll_power <
oal_abs
(ll_temp)) {
in hmac_dpd_complex_div()
495
if (ll_power <
oal_abs
(ll_temp)) {
in hmac_dpd_complex_div()
H
A
D
hmac_sme_sta.c
982
sta_asoc->rssi = (hi_u8)
oal_abs
(scanned_bss_info->bss_dscr_info.rssi);
in hmac_report_assoc_state_sta()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_util.c
170
oldval = (hi_u8)
oal_abs
(old);
in wlan_rssi_lpf()
171
newval = (hi_u8)
oal_abs
(new);
in wlan_rssi_lpf()
H
A
D
oal_util.h
105
#define
oal_abs
(a) (((a) > 0) ? (a) : (-(a)))
macro
Completed in 5 milliseconds