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:_n
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
H
A
D
boot_rom.h
155
#define sfc_timing_tshsl(
_n
) ((
_n
) & 0xF)
156
#define sfc_timing_tshwl(
_n
) (((
_n
) & 0xF) << 4)
157
#define sfc_timing_tcss(
_n
) (((
_n
) & 0x7) << 8)
158
#define sfc_timing_tcsh(
_n
) (((
_n
) & 0x7) << 12)
159
#define sfc_timing_trpd(
_n
) (((
_n
)
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/flash/
H
A
D
flash_prv.h
192
#define sfc_timing_tshsl(
_n
) ((
_n
) & 0xF)
193
#define sfc_timing_tshwl(
_n
) (((
_n
) & 0xF) << 4)
194
#define sfc_timing_tcss(
_n
) (((
_n
) & 0x7) << 8)
195
#define sfc_timing_tcsh(
_n
) (((
_n
) & 0x7) << 12)
196
#define sfc_timing_trpd(
_n
) (((
_n
)
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_blockack.h
73
#define hmac_ba_bit_isset(_bm,
_n
) (((
_n
) < HMAC_BA_BMP_SIZE) && ((_bm)[(
_n
) >> 5] & (1 << ((
_n
) & 31))))
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_net_api.h
262
#define LWIP_PLATFORM_HTONS(
_n
) ((u16_t)((((
_n
) & 0xff) << 8) | (((
_n
) >> 8) & 0xff)))
269
#define LWIP_PLATFORM_HTONL(
_n
) ((u32_t)((((
_n
) & 0xff) << 24) | (((
_n
) & 0xff00) << 8) | \
270
(((
_n
) >> 8) & 0xff00) | (((
_n
) >> 24) & 0xff)))
/device/soc/rockchip/common/sdk_linux/drivers/i2c/
H
A
D
i2c-core-base.c
1591
struct i2c_client *client, *
_n
;
in i2c_do_del_adapter()
local
1595
list_for_each_entry_safe(client,
_n
, &driver->clients, detected)
in i2c_do_del_adapter()
Completed in 8 milliseconds