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:temp_len
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rts5208/
H
A
D
rtsx_transport.c
292
u32
temp_len
= 0;
in rtsx_add_sg_tbl()
local
297
temp_len
= 0x80000;
in rtsx_add_sg_tbl()
300
temp_len
= len;
in rtsx_add_sg_tbl()
303
val = ((u64)addr << 32) | ((u64)
temp_len
<< 12) | temp_opt;
in rtsx_add_sg_tbl()
308
len -=
temp_len
;
in rtsx_add_sg_tbl()
309
addr +=
temp_len
;
in rtsx_add_sg_tbl()
/kernel/linux/linux-6.6/drivers/staging/rts5208/
H
A
D
rtsx_transport.c
290
u32
temp_len
= 0;
in rtsx_add_sg_tbl()
local
295
temp_len
= 0x80000;
in rtsx_add_sg_tbl()
298
temp_len
= len;
in rtsx_add_sg_tbl()
301
val = ((u64)addr << 32) | ((u64)
temp_len
<< 12) | temp_opt;
in rtsx_add_sg_tbl()
306
len -=
temp_len
;
in rtsx_add_sg_tbl()
307
addr +=
temp_len
;
in rtsx_add_sg_tbl()
/kernel/linux/linux-6.6/drivers/net/wireless/purelifi/plfxlc/
H
A
D
mac.c
211
u32
temp_len
= 0;
in plfxlc_fill_ctrlset()
local
220
temp_len
= temp_payload_len +
in plfxlc_fill_ctrlset()
253
temp_len
+= 4 - tmp;
in plfxlc_fill_ctrlset()
275
temp_len
+= 4;
in plfxlc_fill_ctrlset()
279
cs->len = cpu_to_be32(
temp_len
);
in plfxlc_fill_ctrlset()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifsencrypt.c
269
unsigned int
temp_len
= CIFS_SESS_KEY_SIZE + CIFS_AUTH_RESP_SIZE;
in setup_ntlm_response()
local
275
ses->auth_key.response = kmalloc(
temp_len
, GFP_KERNEL);
in setup_ntlm_response()
279
ses->auth_key.len =
temp_len
;
in setup_ntlm_response()
H
A
D
connect.c
1392
unsigned int
temp_len
, i, j;
in cifs_parse_mount_options()
local
2024
temp_len
= strlen(value);
in cifs_parse_mount_options()
2025
vol->password = kzalloc(
temp_len
+1, GFP_KERNEL);
in cifs_parse_mount_options()
2031
for (i = 0, j = 0; i <
temp_len
; i++, j++) {
in cifs_parse_mount_options()
/kernel/linux/linux-5.10/drivers/mtd/chips/
H
A
D
cfi_cmdset_0020.c
1288
unsigned long
temp_len
= len;
in cfi_staa_unlock()
local
1291
while (
temp_len
) {
in cfi_staa_unlock()
1294
temp_len
-= mtd->erasesize;
in cfi_staa_unlock()
/kernel/linux/linux-6.6/drivers/mtd/chips/
H
A
D
cfi_cmdset_0020.c
1289
unsigned long
temp_len
= len;
in cfi_staa_unlock()
local
1292
while (
temp_len
) {
in cfi_staa_unlock()
1295
temp_len
-= mtd->erasesize;
in cfi_staa_unlock()
Completed in 13 milliseconds