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:zone_idx
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H
A
D
ip6_zone.h
105
#define ip6_addr_set_zone(ip6addr,
zone_idx
) ((ip6addr)->zone = (
zone_idx
))
114
#define ip6_addr_equals_zone(ip6addr,
zone_idx
) ((ip6addr)->zone == (
zone_idx
))
249
#define ip6_addr_set_zone(ip6addr,
zone_idx
)
252
#define ip6_addr_equals_zone(ip6addr,
zone_idx
) (1)
H
A
D
ip6_addr.h
218
#define ip6_addr_cmp_packed(ip6addr, paddr,
zone_idx
) (((ip6addr)->addr[0] == (paddr)->addr[0]) && \
222
ip6_addr_equals_zone((ip6addr), (
zone_idx
)))
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_mem.c
894
unsigned int
zone_idx
;
in kbase_region_tracker_has_allocs()
local
898
for (
zone_idx
= 0;
zone_idx
< KBASE_REG_ZONE_MAX; ++
zone_idx
) {
in kbase_region_tracker_has_allocs()
902
unsigned long zone_bits = KBASE_REG_ZONE(
zone_idx
);
in kbase_region_tracker_has_allocs()
Completed in 10 milliseconds