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:tlen
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/usb/hdi_service/src/
H
A
D
usbd_dispatcher.cpp
1210
uint32_t
tlen
= (handle->size > handle->rcur) ? (handle->size - handle->rcur) : 0;
in UsbdBulkASyncPutAsmData()
local
1211
tlen
=
tlen
< len ?
tlen
: len;
in UsbdBulkASyncPutAsmData()
1212
if (
tlen
> 0) {
in UsbdBulkASyncPutAsmData()
1213
ret = memcpy_s(handle->starAddr + handle->rcur,
tlen
, buffer, len);
in UsbdBulkASyncPutAsmData()
1220
handle->rcur +=
tlen
;
in UsbdBulkASyncPutAsmData()
1260
uint32_t
tlen
= 0;
in UsbdBulkAsyncGetAsmReqLen()
local
1263
tlen
= handle->size - handle->cur;
in UsbdBulkAsyncGetAsmReqLen()
1264
tlen
in UsbdBulkAsyncGetAsmReqLen()
[all...]
/drivers/peripheral/usb/test/benchmarktest/
H
A
D
usb_benchmark_transfer_test.cpp
89
int32_t
tlen
= 0;
in InitAshmemOne()
local
96
tlen
= (asmSize - offset) < ASHMEM_MAX_SIZE ? (asmSize - offset) : ASHMEM_MAX_SIZE;
in InitAshmemOne()
97
asmptr->WriteToAshmem(tdata,
tlen
, offset);
in InitAshmemOne()
98
offset +=
tlen
;
in InitAshmemOne()
/drivers/peripheral/usb/test/unittest/mock/src/
H
A
D
usbd_transfer_auto_test.cpp
90
int32_t
tlen
= 0;
in InitAshmemOne()
local
98
tlen
= (asmSize - offset) < ASHMEM_MAX_SIZE ? (asmSize - offset) : ASHMEM_MAX_SIZE;
in InitAshmemOne()
99
asmptr->WriteToAshmem(tdata,
tlen
, offset);
in InitAshmemOne()
100
offset +=
tlen
;
in InitAshmemOne()
/drivers/peripheral/usb/test/unittest/hal/src/
H
A
D
usbd_transfer_test.cpp
72
int32_t
tlen
= 0;
in InitAshmemOne()
local
80
tlen
= (asmSize - offset) < ASHMEM_MAX_SIZE ? (asmSize - offset) : ASHMEM_MAX_SIZE;
in InitAshmemOne()
81
asmptr->WriteToAshmem(tdata,
tlen
, offset);
in InitAshmemOne()
82
offset +=
tlen
;
in InitAshmemOne()
Completed in 13 milliseconds