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
defs:wend
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H
A
D
rtl8712_recv.c
438
u16
wend
= (preorder_ctrl->indicate_seq + wsize - 1) % 4096;
in check_indicate_seq()
local
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H
A
D
rtw_recv.c
1589
u16
wend
= (preorder_ctrl->indicate_seq + wsize - 1) & 0xFFF;/* 4096; */
in check_indicate_seq()
local
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
bitmap.c
62
static size_t wnd_scan(const void *buf, size_t wbit, u32 wpos, u32
wend
,
in wnd_scan()
argument
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H
A
D
rtl8712_recv.c
439
u16
wend
= (preorder_ctrl->indicate_seq + wsize - 1) % 4096;
in check_indicate_seq()
local
/kernel/linux/linux-5.10/drivers/bus/
H
A
D
mvebu-mbus.c
279
u64 wbase,
wend
;
in mvebu_mbus_window_conflicts()
local
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H
A
D
rtw_recv.c
1973
u16
wend
= (preorder_ctrl->indicate_seq + wsize - 1) & 0xFFF;/* 4096; */
in check_indicate_seq()
local
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H
A
D
rtw_recv.c
1645
u16
wend
= (preorder_ctrl->indicate_seq + wsize - 1) & 0xFFF;/* 4096; */
in check_indicate_seq()
local
/kernel/linux/linux-6.6/drivers/bus/
H
A
D
mvebu-mbus.c
276
u64 wbase,
wend
;
in mvebu_mbus_window_conflicts()
local
Completed in 17 milliseconds