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:prev_addr
(Results
1 - 5
of
5
) sorted by relevance
/third_party/musl/src/network/
H
A
D
getifaddrs.c
220
struct ifaddrs_storage*
prev_addr
= NULL;
in get_ifName_via_ioctl()
local
231
if (
prev_addr
== NULL) {
in get_ifName_via_ioctl()
234
prev_addr
->ifa.ifa_next = next_addr;
in get_ifName_via_ioctl()
238
prev_addr
= addr;
in get_ifName_via_ioctl()
/third_party/f2fs-tools/fsck/
H
A
D
segment.c
466
static inline int is_consecutive(u32
prev_addr
, u32 cur_addr)
in is_consecutive()
argument
468
if (is_valid_data_blkaddr(cur_addr) && (cur_addr ==
prev_addr
+ 1))
in is_consecutive()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
hostapd.c
2024
u8 *
prev_addr
;
in hostapd_setup_interface_complete_sync()
local
2133
prev_addr
= hapd->own_addr;
in hostapd_setup_interface_complete_sync()
2138
os_memcpy(hapd->own_addr,
prev_addr
, ETH_ALEN);
in hostapd_setup_interface_complete_sync()
2151
prev_addr
= hapd->own_addr;
in hostapd_setup_interface_complete_sync()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
hostapd.c
1868
u8 *
prev_addr
;
in hostapd_setup_interface_complete_sync()
local
1971
prev_addr
= hapd->own_addr;
in hostapd_setup_interface_complete_sync()
1976
os_memcpy(hapd->own_addr,
prev_addr
, ETH_ALEN);
in hostapd_setup_interface_complete_sync()
1989
prev_addr
= hapd->own_addr;
in hostapd_setup_interface_complete_sync()
/third_party/node/deps/v8/tools/
H
A
D
grokdump.py
2302
prev_addr
= self.reader.ReadUIntPtr(address-ptr_size)
2303
if self.heap.IsTaggedObjectAddress(
prev_addr
):
2304
if
prev_addr
in possible_context:
2305
possible_context[
prev_addr
] += 1
2307
possible_context[
prev_addr
] = 1
Completed in 15 milliseconds