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:retLen
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
join.c
240
int
retLen
= 0;
in mwifiex_cmd_append_wps_ie()
local
260
retLen
+= sizeof(ie_header);
in mwifiex_cmd_append_wps_ie()
264
retLen
+= priv->wps_ie_len;
in mwifiex_cmd_append_wps_ie()
270
return
retLen
;
in mwifiex_cmd_append_wps_ie()
284
int
retLen
= 0;
in mwifiex_cmd_append_wapi_ie()
local
310
retLen
+= sizeof(ie_header);
in mwifiex_cmd_append_wapi_ie()
319
retLen
+= priv->wapi_ie_len;
in mwifiex_cmd_append_wapi_ie()
323
return
retLen
;
in mwifiex_cmd_append_wapi_ie()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
join.c
228
int
retLen
= 0;
in mwifiex_cmd_append_wps_ie()
local
248
retLen
+= sizeof(ie_header);
in mwifiex_cmd_append_wps_ie()
252
retLen
+= priv->wps_ie_len;
in mwifiex_cmd_append_wps_ie()
258
return
retLen
;
in mwifiex_cmd_append_wps_ie()
272
int
retLen
= 0;
in mwifiex_cmd_append_wapi_ie()
local
298
retLen
+= sizeof(ie_header);
in mwifiex_cmd_append_wapi_ie()
307
retLen
+= priv->wapi_ie_len;
in mwifiex_cmd_append_wapi_ie()
311
return
retLen
;
in mwifiex_cmd_append_wapi_ie()
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H
A
D
api_shell.c
2942
int
retLen
= 0;
local
2964
retLen
+= ret;
2970
retLen
+= ret;
2973
return
retLen
;
2980
int
retLen
= 0;
local
3004
retLen
+= ret;
3005
if (
retLen
<= 0) { // overflow, set rteLen = -1 to indicate
3006
retLen
= -1;
3014
retLen
+= ret;
3015
if (
retLen
<
[all...]
Completed in 14 milliseconds